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