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