musl/src/stdlib
Rich Felker 983acebc8a make fcvt decimal point location for zero make more sense
the (obsolete) standard allows either 0 or 1 for the decimal point
location in this case, but since the number of zero digits returned in
the output string (in this implementation) is one more than the number
of digits the caller requested, it makes sense for the decimal point
to be logically "after" the first digit. in a sense, this change goes
with the previous commit which fixed the value of the decimal point
location for non-zero inputs.
2013-08-07 11:19:11 -04:00
..
abs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
atof.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
atoi.c fix signed overflows at most-negative values in ato(i|l|ll) 2011-11-10 20:44:44 -05:00
atol.c fix signed overflows at most-negative values in ato(i|l|ll) 2011-11-10 20:44:44 -05:00
atoll.c fix signed overflows at most-negative values in ato(i|l|ll) 2011-11-10 20:44:44 -05:00
bsearch.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
div.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ecvt.c fix ecvt/fcvt decimal point position output 2013-08-07 11:14:45 -04:00
fcvt.c make fcvt decimal point location for zero make more sense 2013-08-07 11:19:11 -04:00
gcvt.c add deprecated (removed from posix) [efg]cvt() functions 2012-02-06 01:14:23 -05:00
imaxabs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
imaxdiv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
labs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ldiv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
llabs.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
lldiv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
qsort.c avoid crashing when nel==0 is passed to qsort 2011-04-29 11:14:55 -04:00
strtod.c add _l versions of strtod family functions, purely as aliases 2013-07-24 18:11:30 -04:00
strtol.c add ABI symbols for strtol family functions 2013-07-26 14:53:50 -04:00
wcstod.c clean up stdio_impl.h 2012-11-08 16:39:41 -05:00
wcstol.c clean up stdio_impl.h 2012-11-08 16:39:41 -05:00