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
*
minor vfprintf and vfwprintf changes to please static code analyzers
Szabolcs Nagy
2013-10-07
1
-2
/
+5
*
protect against long double type mismatches (mainly powerpc for now)
Rich Felker
2013-08-02
1
-0
/
+7
*
clean up stdio_impl.h
Rich Felker
2012-11-08
1
-0
/
+9
*
avoid raising spurious division-by-zero exception in printf
Rich Felker
2012-10-18
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
minor but worthwhile optimization in printf: avoid expensive strspn
Rich Felker
2012-08-10
1
-4
/
+2
*
fix another oob pointer arithmetic issue in printf floating point
Rich Felker
2012-06-20
1
-1
/
+1
*
fix pointer overflow bug in floating point printf
Rich Felker
2012-06-19
1
-3
/
+3
*
fix %ls breakage in last printf fix
Rich Felker
2012-06-08
1
-2
/
+2
*
fix printf %ls with precision limit over-read issue
Rich Felker
2012-06-08
1
-2
/
+2
*
fix buffer overflow in vfprintf on long writes to unbuffered files
Rich Felker
2012-04-17
1
-1
/
+2
*
fix %lf, etc. with printf
Rich Felker
2012-04-16
1
-0
/
+2
*
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