Rich Felker
|
78897b0dc0
fix printf regression with alt-form octal, zero flag, and field width
|
8 年 前 |
Rich Felker
|
0f859fc993
don't suppress sign output for NANs in printf
|
10 年 前 |
Rich Felker
|
d42269d7c8
correctly handle write errors encountered by printf-family functions
|
10 年 前 |
Rich Felker
|
b91cdbe2bc
fix behavior of printf with alt-form octal, zero precision, zero value
|
10 年 前 |
Szabolcs Nagy
|
bff6095d91
use cleaner code for handling float rounding in vfprintf
|
10 年 前 |
Rich Felker
|
e94d069286
fix printf rounding with %g for some corner case midpoints
|
11 年 前 |
Rich Felker
|
89740868c9
fix failure of printf %g to strip trailing zeros in some cases
|
11 年 前 |
Rich Felker
|
109048e031
fix carry into uninitialized slots during printf floating point rounding
|
11 年 前 |
Rich Felker
|
9743a399bf
fix incorrect rounding in printf floating point corner cases
|
11 年 前 |
Rich Felker
|
ba231cf9e5
fix buffer overflow in printf formatting of denormals with low bit set
|
11 年 前 |
Szabolcs Nagy
|
49b3a0d2ce
minor vfprintf and vfwprintf changes to please static code analyzers
|
11 年 前 |
Rich Felker
|
86cc54b577
protect against long double type mismatches (mainly powerpc for now)
|
11 年 前 |
Rich Felker
|
835f9f950e
clean up stdio_impl.h
|
12 年 前 |
Rich Felker
|
776251867d
avoid raising spurious division-by-zero exception in printf
|
12 年 前 |
Rich Felker
|
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
|
12 年 前 |
Rich Felker
|
2b964b010e
minor but worthwhile optimization in printf: avoid expensive strspn
|
12 年 前 |
Rich Felker
|
839bff64a1
fix another oob pointer arithmetic issue in printf floating point
|
12 年 前 |
Rich Felker
|
914949d321
fix pointer overflow bug in floating point printf
|
12 年 前 |
Rich Felker
|
63d40196b9
fix %ls breakage in last printf fix
|
12 年 前 |
Rich Felker
|
6e9ff6a4cf
fix printf %ls with precision limit over-read issue
|
12 年 前 |
Rich Felker
|
b5a8b28915
fix buffer overflow in vfprintf on long writes to unbuffered files
|
13 年 前 |
Rich Felker
|
cc3a446660
fix %lf, etc. with printf
|
13 年 前 |
Rich Felker
|
5f814682b4
don't crash on null strings in printf
|
13 年 前 |
Rich Felker
|
a9e6d01114
printf: "if a precision is specified, the '0' flag shall be ignored."
|
13 年 前 |
Rich Felker
|
cc44d9f201
zero precision with zero value should not inhibit prefix/width printing
|
13 年 前 |
Rich Felker
|
3d54adbe47
printf("%#x",0) should print 0 not 0x0
|
13 年 前 |
Rich Felker
|
8628eff912
fix the last known rounding bug in floating point printing
|
14 年 前 |
Rich Felker
|
e514228043
fix printf("%.9g", 1.1) and similar not dropping trailing zeros
|
14 年 前 |
Rich Felker
|
2f3d02cd83
fix overflow in printf %N$ argument handling
|
14 年 前 |
Rich Felker
|
f9569662c0
fix various floating point rounding and formatting errors in *printf
|
14 年 前 |