31 Commits (60158bff74e478a8031f618ea5e0546bf41a3523)

Author SHA1 Message Date
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Rich Felker 983acebc8a make fcvt decimal point location for zero make more sense 13 years ago
Rich Felker a0cc022cc7 fix ecvt/fcvt decimal point position output 13 years ago
Rich Felker ce05325521 add ABI symbols for strtol family functions 13 years ago
Rich Felker 17a60f9d32 add _l versions of strtod family functions, purely as aliases 13 years ago
Rich Felker 835f9f950e clean up stdio_impl.h 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 1bf725eda7 further fixes to leading space issue (forgot the wide versions) 14 years ago
Rich Felker cb81b6947c fix really bad breakage in strtol, etc.: failure to accept leading spaces 14 years ago
Rich Felker f94cbdeb41 implement wcstod and family 14 years ago
Rich Felker a4310aa2f5 avoid hitting eof in wcstol 14 years ago
Rich Felker 96e9773eb7 use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. 14 years ago
Rich Felker 2162541f38 add "scan helper getc" and rework strtod, etc. to use it 14 years ago
Rich Felker 4fb6aa02c8 unify strtof/strtod/strtold wrappers and fix initial whitespace issue 14 years ago
Rich Felker 415c4cd7fd new floating point parser/converter 14 years ago
Rich Felker b69f695ace first commit of the new libm! 14 years ago
Rich Felker f4ad36c4bf add deprecated (removed from posix) [efg]cvt() functions 14 years ago
Rich Felker 0c4188f6d7 fix signed overflows at most-negative values in ato(i|l|ll) 15 years ago
Rich Felker 089aeb08a0 fix incorrect long double parameters on arm (and other future ports) 15 years ago
Rich Felker 96cea94ad2 fix incorrect overflow errors on strtoul, etc. 15 years ago
Rich Felker 47d027ee1a fix various bugs in new integer parser framework 15 years ago
Rich Felker d3fd192523 fix wcsto[iu]max with high characters 15 years ago
Rich Felker ecc9c5fcfa new restartable integer parsing framework. 15 years ago
Rich Felker 1477a3be62 avoid crashing when nel==0 is passed to qsort 15 years ago
Rich Felker 22263709ed replace heap sort with smoothsort implementation by Valentin Ochs 15 years ago
Rich Felker 4095f8338d fix broken unsigned comparison in wcstoumax 15 years ago
Rich Felker e898a79053 fix various bugs in strtold: 15 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker b24bc15f5c don't compare elements with themselves during qsort. 15 years ago
Rich Felker c247ebdd98 more header fixes, minor warning fix 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago