You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
13 years ago
..
abs.c
initial check-in, version 0.5.0
15 years ago
atof.c
initial check-in, version 0.5.0
15 years ago
atoi.c
fix signed overflows at most-negative values in ato(i|l|ll)
15 years ago
atol.c
fix signed overflows at most-negative values in ato(i|l|ll)
15 years ago
atoll.c
fix signed overflows at most-negative values in ato(i|l|ll)
15 years ago
bsearch.c
initial check-in, version 0.5.0
15 years ago
div.c
initial check-in, version 0.5.0
15 years ago
ecvt.c
fix ecvt/fcvt decimal point position output
13 years ago
fcvt.c
make fcvt decimal point location for zero make more sense
13 years ago
gcvt.c
add deprecated (removed from posix) [efg]cvt() functions
14 years ago
imaxabs.c
initial check-in, version 0.5.0
15 years ago
imaxdiv.c
initial check-in, version 0.5.0
15 years ago
labs.c
initial check-in, version 0.5.0
15 years ago
ldiv.c
initial check-in, version 0.5.0
15 years ago
llabs.c
initial check-in, version 0.5.0
15 years ago
lldiv.c
initial check-in, version 0.5.0
15 years ago
qsort.c
avoid crashing when nel==0 is passed to qsort
15 years ago
strtod.c
add _l versions of strtod family functions, purely as aliases
13 years ago
strtol.c
add ABI symbols for strtol family functions
13 years ago
wcstod.c
clean up stdio_impl.h
14 years ago
wcstol.c
clean up stdio_impl.h
14 years ago