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
/
internal
/
floatscan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix minor problem in previous strtod non-nearest rounding bug fix
Rich Felker
2016-10-20
1
-1
/
+1
*
fix strtod int optimization in non-nearest rounding mode
Szabolcs Nagy
2016-10-20
1
-1
/
+4
*
fix strtod and strtof rounding with many trailing zeros
Szabolcs Nagy
2016-10-20
1
-0
/
+3
*
add IEEE binary128 long double support to floatscan
Szabolcs Nagy
2015-02-09
1
-1
/
+9
*
clean up stdio_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
accept "nan(n-char-sequence)" in strtod/scanf functions
Rich Felker
2012-10-21
1
-1
/
+19
*
fix float parsing logic for long decimal expansions
Rich Felker
2012-08-17
1
-1
/
+1
*
fix scanning of "-0x" pseudo-hex float (must give negative zero)
Rich Felker
2012-06-08
1
-1
/
+1
*
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
2012-04-30
1
-1
/
+1
*
remove redundant (unmaintained) check in floatscan
Rich Felker
2012-04-22
1
-3
/
+3
*
make floatscan correctly set errno for overflow/underflow
Rich Felker
2012-04-21
1
-4
/
+16
*
skip leading zeros even after decimal point in floatscan
Rich Felker
2012-04-21
1
-4
/
+9
*
fix overread (consuming an extra byte) scanning NAN
Rich Felker
2012-04-21
1
-1
/
+1
*
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
2012-04-19
1
-2
/
+3
*
fix typo in exponent reading code or floats
Rich Felker
2012-04-18
1
-1
/
+1
*
fix failure to read infinity in scanf
Rich Felker
2012-04-17
1
-3
/
+4
*
floatscan: fix incorrect count of leading nonzero digits
Rich Felker
2012-04-16
1
-1
/
+1
*
remove magic numbers from floatscan
Rich Felker
2012-04-12
1
-5
/
+5
*
optimize more integer cases in floatscan; comment the whole procedure
Rich Felker
2012-04-12
1
-8
/
+27
*
revert invalid optimization in floatscan
Rich Felker
2012-04-11
1
-2
/
+2
*
fix stupid typo in floatscan that caused excess rounding of some values
Rich Felker
2012-04-11
1
-1
/
+1
*
optimize floatscan downscaler to skip results that won't be needed
Rich Felker
2012-04-11
1
-2
/
+3
*
simplify/debloat radix point alignment code in floatscan
Rich Felker
2012-04-11
1
-9
/
+4
*
optimize floatscan: avoid excessive upscaling
Rich Felker
2012-04-11
1
-27
/
+27
*
fix bug parsing lone zero followed by junk, and hex float over-reading
Rich Felker
2012-04-11
1
-6
/
+5
*
fix float scanning of certain values ending in zeros
Rich Felker
2012-04-10
1
-1
/
+3
*
fix potential overflow in exponent reading
Rich Felker
2012-04-10
1
-1
/
+1
*
set errno properly when parsing floating point
Rich Felker
2012-04-10
1
-4
/
+21
*
add "scan helper getc" and rework strtod, etc. to use it
Rich Felker
2012-04-10
1
-72
/
+59
*
new floating point parser/converter
Rich Felker
2012-04-10
1
-0
/
+438