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