about summary refs log tree commit diff
path: root/src/stdlib
Commit message (Expand)AuthorAgeFilesLines
* fix constraint violation in qsort wrapper around qsort_rRich Felker2022-05-061-1/+1
* fix mismatched signatures for strtod_l familyRich Felker2021-12-091-7/+0
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-232-17/+34
* fix undefined behavior in wcsto[ld] family functionsRich Felker2020-04-242-4/+2
* fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker2018-09-152-12/+3
* reduce spurious inclusion of libc.hRich Felker2018-09-122-2/+0
* bsearch: simplify and optimizeFangrui Song2018-07-231-6/+6
* add public interface headers to implementation filesRich Felker2018-02-253-0/+6
* qsort: add a short comment about the algorithmLeah Neukirchen2017-08-111-0/+3
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-123-0/+3
* make fcvt decimal point location for zero make more senseRich Felker2013-08-071-1/+1
* fix ecvt/fcvt decimal point position outputRich Felker2013-08-071-1/+1
* add ABI symbols for strtol family functionsRich Felker2013-07-261-0/+8
* add _l versions of strtod family functions, purely as aliasesRich Felker2013-07-241-0/+8
* clean up stdio_impl.hRich Felker2012-11-083-0/+8
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-064-18/+18
* further fixes to leading space issue (forgot the wide versions)Rich Felker2012-04-192-5/+9
* fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker2012-04-191-5/+3
* implement wcstod and familyRich Felker2012-04-161-0/+61
* avoid hitting eof in wcstolRich Felker2012-04-161-2/+3
* use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.Rich Felker2012-04-1612-278/+120
* add "scan helper getc" and rework strtod, etc. to use itRich Felker2012-04-101-2/+4
* unify strtof/strtod/strtold wrappers and fix initial whitespace issueRich Felker2012-04-103-34/+21
* new floating point parser/converterRich Felker2012-04-103-94/+31
* first commit of the new libm!Rich Felker2012-03-133-83/+0
* add deprecated (removed from posix) [efg]cvt() functionsRich Felker2012-02-063-0/+52
* fix signed overflows at most-negative values in ato(i|l|ll)Rich Felker2011-11-103-6/+9
* fix incorrect long double parameters on arm (and other future ports)Rich Felker2011-09-191-0/+12
* fix incorrect overflow errors on strtoul, etc.Rich Felker2011-09-054-8/+20
* fix various bugs in new integer parser frameworkRich Felker2011-07-144-6/+8
* fix wcsto[iu]max with high charactersRich Felker2011-07-142-4/+2
* new restartable integer parsing framework.Rich Felker2011-07-144-156/+81
* avoid crashing when nel==0 is passed to qsortRich Felker2011-04-291-2/+6
* replace heap sort with smoothsort implementation by Valentin OchsRich Felker2011-04-271-32/+193
* fix broken unsigned comparison in wcstoumaxRich Felker2011-04-071-1/+1
* fix various bugs in strtold:Rich Felker2011-04-031-10/+13
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-252-4/+4
* don't compare elements with themselves during qsort.Rich Felker2011-02-171-1/+1
* more header fixes, minor warning fixRich Felker2011-02-143-2/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1232-0/+688