musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/vfprintf.c
AgeCommit message (Expand)AuthorLines
2012年11月08日clean up stdio_impl.h Rich Felker-0/+9
2012年10月18日avoid raising spurious division-by-zero exception in printf Rich Felker-1/+1
2012年09月06日use restrict everywhere it's required by c99 and/or posix 2008 Rich Felker-1/+1
2012年08月10日minor but worthwhile optimization in printf: avoid expensive strspn Rich Felker-4/+2
2012年06月20日fix another oob pointer arithmetic issue in printf floating point Rich Felker-1/+1
2012年06月19日fix pointer overflow bug in floating point printf Rich Felker-3/+3
2012年06月08日fix %ls breakage in last printf fix Rich Felker-2/+2
2012年06月08日fix printf %ls with precision limit over-read issue Rich Felker-2/+2
2012年04月17日fix buffer overflow in vfprintf on long writes to unbuffered files Rich Felker-1/+2
2012年04月16日fix %lf, etc. with printf Rich Felker-0/+2
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
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月28日 01:20:41 +0000

AltStyle によって変換されたページ (->オリジナル) /