remove leftover unused variable in mktemp after refactoring
[musl] / src / stdlib /
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-04-19 Rich Felkerfurther fixes to leading space issue (forgot the wide...
2012-04-19 Rich Felkerfix really bad breakage in strtol, etc.: failure to...
2012-04-16 Rich Felkerimplement wcstod and family
2012-04-16 Rich Felkeravoid hitting eof in wcstol
2012-04-16 Rich Felkeruse the new integer parser (FILE/shgetc based) for...
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it
2012-04-11 Rich Felkerunify strtof/strtod/strtold wrappers and fix initial...
2012-04-10 Rich Felkernew floating point parser/converter
2012-03-13 Rich Felkerfirst commit of the new libm!
2012-02-06 Rich Felkeradd deprecated (removed from posix) [efg]cvt() functions
2011-11-11 Rich Felkerfix signed overflows at most-negative values in ato...
2011-09-19 Rich Felkerfix incorrect long double parameters on arm (and other...
2011-09-06 Rich Felkerfix incorrect overflow errors on strtoul, etc.
2011-07-15 Rich Felkerfix various bugs in new integer parser framework
2011-07-14 Rich Felkerfix wcsto[iu]max with high characters
2011-07-14 Rich Felkernew restartable integer parsing framework.
2011-04-29 Rich Felkeravoid crashing when nel==0 is passed to qsort
2011-04-27 Rich Felkerreplace heap sort with smoothsort implementation by...
2011-04-07 Rich Felkerfix broken unsigned comparison in wcstoumax
2011-04-03 Rich Felkerfix various bugs in strtold:
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-17 Rich Felkerdon't compare elements with themselves during qsort.
2011-02-15 Rich Felkermore header fixes, minor warning fix
2011-02-12 Rich Felkerinitial check-in, version 0.5.0