Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
6d38c9cf80f47623e5e48190046673bbd0dc410b
/
src
/
stdlib
5717444
include cleanups: remove unused headers and add feature test macros
by Szabolcs Nagy
· 11 years ago
983aceb
make fcvt decimal point location for zero make more sense
by Rich Felker
· 11 years ago
a0cc022
fix ecvt/fcvt decimal point position output
by Rich Felker
· 11 years ago
ce05325
add ABI symbols for strtol family functions
by Rich Felker
· 11 years ago
17a60f9
add _l versions of strtod family functions, purely as aliases
by Rich Felker
· 11 years ago
835f9f9
clean up stdio_impl.h
by Rich Felker
· 12 years ago
400c5e5
use restrict everywhere it's required by c99 and/or posix 2008
by Rich Felker
· 12 years ago
1bf725e
further fixes to leading space issue (forgot the wide versions)
by Rich Felker
· 13 years ago
cb81b69
fix really bad breakage in strtol, etc.: failure to accept leading spaces
by Rich Felker
· 13 years ago
f94cbde
implement wcstod and family
by Rich Felker
· 13 years ago
a4310aa
avoid hitting eof in wcstol
by Rich Felker
· 13 years ago
96e9773
use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.
by Rich Felker
· 13 years ago
2162541
add "scan helper getc" and rework strtod, etc. to use it
by Rich Felker
· 13 years ago
4fb6aa0
unify strtof/strtod/strtold wrappers and fix initial whitespace issue
by Rich Felker
· 13 years ago
415c4cd
new floating point parser/converter
by Rich Felker
· 13 years ago
b69f695
first commit of the new libm!
by Rich Felker
· 13 years ago
f4ad36c
add deprecated (removed from posix) [efg]cvt() functions
by Rich Felker
· 13 years ago
0c4188f
fix signed overflows at most-negative values in ato(i|l|ll)
by Rich Felker
· 13 years ago
089aeb0
fix incorrect long double parameters on arm (and other future ports)
by Rich Felker
· 13 years ago
96cea94
fix incorrect overflow errors on strtoul, etc.
by Rich Felker
· 13 years ago
47d027e
fix various bugs in new integer parser framework
by Rich Felker
· 13 years ago
d3fd192
fix wcsto[iu]max with high characters
by Rich Felker
· 13 years ago
ecc9c5f
new restartable integer parsing framework.
by Rich Felker
· 13 years ago
1477a3b
avoid crashing when nel==0 is passed to qsort
by Rich Felker
· 14 years ago
2226370
replace heap sort with smoothsort implementation by Valentin Ochs
by Rich Felker
· 14 years ago
4095f83
fix broken unsigned comparison in wcstoumax
by Rich Felker
· 14 years ago
e898a79
fix various bugs in strtold:
by Rich Felker
· 14 years ago
9ae8d5f
fix all implicit conversion between signed/unsigned pointers
by Rich Felker
· 14 years ago
b24bc15
don't compare elements with themselves during qsort.
by Rich Felker
· 14 years ago
c247ebd
more header fixes, minor warning fix
by Rich Felker
· 14 years ago
0b44a03
initial check-in, version 0.5.0
by Rich Felker
· 14 years ago