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
/
stdio
/
vfprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't crash on null strings in printf
Rich Felker
2011-09-28
1
-1
/
+1
*
printf: "if a precision is specified, the '0' flag shall be ignored."
Rich Felker
2011-07-04
1
-1
/
+1
*
zero precision with zero value should not inhibit prefix/width printing
Rich Felker
2011-07-04
1
-1
/
+4
*
printf("%#x",0) should print 0 not 0x0
Rich Felker
2011-07-04
1
-1
/
+1
*
fix the last known rounding bug in floating point printing
Rich Felker
2011-05-11
1
-3
/
+4
*
fix printf("%.9g", 1.1) and similar not dropping trailing zeros
Rich Felker
2011-04-12
1
-1
/
+3
*
fix overflow in printf %N$ argument handling
Rich Felker
2011-04-05
1
-2
/
+2
*
fix various floating point rounding and formatting errors in *printf
Rich Felker
2011-04-05
1
-17
/
+25
*
use a local temp buffer for unbuffered streams in vfprintf
Rich Felker
2011-04-04
1
-0
/
+13
*
major stdio overhaul, using readv/writev, plus other changes
Rich Felker
2011-03-28
1
-1
/
+1
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-1
/
+1
*
fix %n specifier, again. this time it was storing the wrong value.
Rich Felker
2011-02-20
1
-7
/
+7
*
fix printf %n specifier - missing breaks had it clobbering memory
Rich Felker
2011-02-16
1
-7
/
+7
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+640