Rich Felker dcb31f6b45 fix constraint violation in qsort wrapper around qsort_r il y a 2 ans
..
abs.c 57b97b42bd add public interface headers to implementation files il y a 6 ans
atof.c 0b44a0315b initial check-in, version 0.5.0 il y a 13 ans
atoi.c 0c4188f6d7 fix signed overflows at most-negative values in ato(i|l|ll) il y a 13 ans
atol.c 0c4188f6d7 fix signed overflows at most-negative values in ato(i|l|ll) il y a 13 ans
atoll.c 0c4188f6d7 fix signed overflows at most-negative values in ato(i|l|ll) il y a 13 ans
bsearch.c 3d8322c7ad bsearch: simplify and optimize il y a 6 ans
div.c 0b44a0315b initial check-in, version 0.5.0 il y a 13 ans
ecvt.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
fcvt.c 983acebc8a make fcvt decimal point location for zero make more sense il y a 11 ans
gcvt.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
imaxabs.c 0b44a0315b initial check-in, version 0.5.0 il y a 13 ans
imaxdiv.c 0b44a0315b initial check-in, version 0.5.0 il y a 13 ans
labs.c 57b97b42bd add public interface headers to implementation files il y a 6 ans
ldiv.c 0b44a0315b initial check-in, version 0.5.0 il y a 13 ans
llabs.c 57b97b42bd add public interface headers to implementation files il y a 6 ans
lldiv.c 0b44a0315b initial check-in, version 0.5.0 il y a 13 ans
qsort.c b76f37fd56 add qsort_r and make qsort a wrapper around it il y a 3 ans
qsort_nr.c dcb31f6b45 fix constraint violation in qsort wrapper around qsort_r il y a 2 ans
strtod.c 8d404733e1 fix mismatched signatures for strtod_l family il y a 3 ans
strtol.c d6c855caa8 fix undefined behavior in strto* via FILE buffer pointer abuse il y a 6 ans
wcstod.c f3ecdc1043 fix undefined behavior in wcsto[ld] family functions il y a 4 ans
wcstol.c f3ecdc1043 fix undefined behavior in wcsto[ld] family functions il y a 4 ans