index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
make fcvt decimal point location for zero make more sense
Rich Felker
2013-08-07
1
-1
/
+1
*
fix ecvt/fcvt decimal point position output
Rich Felker
2013-08-07
1
-1
/
+1
*
add ABI symbols for strtol family functions
Rich Felker
2013-07-26
1
-0
/
+8
*
add _l versions of strtod family functions, purely as aliases
Rich Felker
2013-07-24
1
-0
/
+8
*
clean up stdio_impl.h
Rich Felker
2012-11-08
3
-0
/
+8
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
4
-18
/
+18
*
further fixes to leading space issue (forgot the wide versions)
Rich Felker
2012-04-19
2
-5
/
+9
*
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
2012-04-19
1
-5
/
+3
*
implement wcstod and family
Rich Felker
2012-04-16
1
-0
/
+61
*
avoid hitting eof in wcstol
Rich Felker
2012-04-16
1
-2
/
+3
*
use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.
Rich Felker
2012-04-16
12
-278
/
+120
*
add "scan helper getc" and rework strtod, etc. to use it
Rich Felker
2012-04-10
1
-2
/
+4
*
unify strtof/strtod/strtold wrappers and fix initial whitespace issue
Rich Felker
2012-04-10
3
-34
/
+21
*
new floating point parser/converter
Rich Felker
2012-04-10
3
-94
/
+31
*
first commit of the new libm!
Rich Felker
2012-03-13
3
-83
/
+0
*
add deprecated (removed from posix) [efg]cvt() functions
Rich Felker
2012-02-06
3
-0
/
+52
*
fix signed overflows at most-negative values in ato(i|l|ll)
Rich Felker
2011-11-10
3
-6
/
+9
*
fix incorrect long double parameters on arm (and other future ports)
Rich Felker
2011-09-19
1
-0
/
+12
*
fix incorrect overflow errors on strtoul, etc.
Rich Felker
2011-09-05
4
-8
/
+20
*
fix various bugs in new integer parser framework
Rich Felker
2011-07-14
4
-6
/
+8
*
fix wcsto[iu]max with high characters
Rich Felker
2011-07-14
2
-4
/
+2
*
new restartable integer parsing framework.
Rich Felker
2011-07-14
4
-156
/
+81
*
avoid crashing when nel==0 is passed to qsort
Rich Felker
2011-04-29
1
-2
/
+6
*
replace heap sort with smoothsort implementation by Valentin Ochs
Rich Felker
2011-04-27
1
-32
/
+193
*
fix broken unsigned comparison in wcstoumax
Rich Felker
2011-04-07
1
-1
/
+1
*
fix various bugs in strtold:
Rich Felker
2011-04-03
1
-10
/
+13
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
2
-4
/
+4
*
don't compare elements with themselves during qsort.
Rich Felker
2011-02-17
1
-1
/
+1
*
more header fixes, minor warning fix
Rich Felker
2011-02-14
3
-2
/
+4
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
32
-0
/
+688