# # ChangeLog for uspace/lib/posix/stdlib in mainline # # Generated by Trac 1.6 # 2026-05-30T21:04:32Z Fri, 24 Jun 2011 01:04:05 GMT Petr Koupy [67c64b9f] * uspace/lib/posix/limits.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdlib/strtold.c (modified) Hexadecimal literals in stdint.h changed to decimal literals. Sun, 19 Jun 2011 13:27:09 GMT Jiří Zárevúcky [918e236f] * uspace/lib/posix/stdlib/strtold.c (modified) strtold(): fix a bug introduced in previous commit Sun, 19 Jun 2011 13:23:54 GMT Jiří Zárevúcky [5ee9692] * uspace/lib/posix/stdlib/strtold.c (modified) strtold(): fix problem with leading zeros and exponent overflow Sat, 18 Jun 2011 23:24:21 GMT Jiří Zárevúcky [63fc519] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtold.c (added) Add strtold() implementation and use it for strtof() and strtod() as ...