1. 52cf5c1 qsort: add a short comment about the algorithm by Leah Neukirchen · 7 years ago
  2. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  3. 983aceb make fcvt decimal point location for zero make more sense by Rich Felker · 11 years ago
  4. a0cc022 fix ecvt/fcvt decimal point position output by Rich Felker · 11 years ago
  5. ce05325 add ABI symbols for strtol family functions by Rich Felker · 11 years ago
  6. 17a60f9 add _l versions of strtod family functions, purely as aliases by Rich Felker · 11 years ago
  7. 835f9f9 clean up stdio_impl.h by Rich Felker · 12 years ago
  8. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  9. 1bf725e further fixes to leading space issue (forgot the wide versions) by Rich Felker · 12 years ago
  10. cb81b69 fix really bad breakage in strtol, etc.: failure to accept leading spaces by Rich Felker · 12 years ago
  11. f94cbde implement wcstod and family by Rich Felker · 12 years ago
  12. a4310aa avoid hitting eof in wcstol by Rich Felker · 12 years ago
  13. 96e9773 use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. by Rich Felker · 12 years ago
  14. 2162541 add "scan helper getc" and rework strtod, etc. to use it by Rich Felker · 12 years ago
  15. 4fb6aa0 unify strtof/strtod/strtold wrappers and fix initial whitespace issue by Rich Felker · 12 years ago
  16. 415c4cd new floating point parser/converter by Rich Felker · 12 years ago
  17. b69f695 first commit of the new libm! by Rich Felker · 12 years ago
  18. f4ad36c add deprecated (removed from posix) [efg]cvt() functions by Rich Felker · 13 years ago
  19. 0c4188f fix signed overflows at most-negative values in ato(i|l|ll) by Rich Felker · 13 years ago
  20. 089aeb0 fix incorrect long double parameters on arm (and other future ports) by Rich Felker · 13 years ago
  21. 96cea94 fix incorrect overflow errors on strtoul, etc. by Rich Felker · 13 years ago
  22. 47d027e fix various bugs in new integer parser framework by Rich Felker · 13 years ago
  23. d3fd192 fix wcsto[iu]max with high characters by Rich Felker · 13 years ago
  24. ecc9c5f new restartable integer parsing framework. by Rich Felker · 13 years ago
  25. 1477a3b avoid crashing when nel==0 is passed to qsort by Rich Felker · 13 years ago
  26. 2226370 replace heap sort with smoothsort implementation by Valentin Ochs by Rich Felker · 13 years ago
  27. 4095f83 fix broken unsigned comparison in wcstoumax by Rich Felker · 13 years ago
  28. e898a79 fix various bugs in strtold: by Rich Felker · 13 years ago
  29. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 13 years ago
  30. b24bc15 don't compare elements with themselves during qsort. by Rich Felker · 14 years ago
  31. c247ebd more header fixes, minor warning fix by Rich Felker · 14 years ago
  32. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago