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
Age
Commit message (
Expand
)
Author
Lines
2011-03-28
revert some more spin optimizations that turned out to be pessimizations
Rich Felker
-1
/
+1
2011-03-28
fix getc - the classic error of trying to store EOF+0-255 in a char type..
Rich Felker
-3
/
+3
2011-03-28
major stdio overhaul, using readv/writev, plus other changes
Rich Felker
-268
/
+235
2011-03-25
fix all implicit conversion between signed/unsigned pointers
Rich Felker
-8
/
+8
2011-03-24
simplify and optimize FILE lock handling
Rich Felker
-11
/
+12
2011-03-24
fix non-atomicity of puts
Rich Felker
-1
/
+5
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-19
/
+19
2011-03-18
implement [v]swprintf
Rich Felker
-0
/
+60
2011-03-17
implement wprintf family of functions
Rich Felker
-0
/
+387
2011-03-16
optimize file locking: avoid cache-polluting writes to global storage
Rich Felker
-3
/
+5
2011-03-14
partially-written draft of fmemopen, still in #if 0
Rich Felker
-3
/
+48
2011-03-12
implement flockfile api, rework stdio locking
Rich Felker
-3
/
+54
2011-02-22
rewind must clear the error indicator in addition to seeking
Rich Felker
-2
/
+5
2011-02-20
avoid referencing address of extern function from vdprintf
Rich Felker
-1
/
+6
2011-02-20
cleanup asprintf stuff
Rich Felker
-2
/
+2
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-14
fix some pointer signedness issues (this was invalid C)
Rich Felker
-3
/
+3
2011-02-13
cleaning up syscalls in preparation for x86_64 port
Rich Felker
-1
/
+7
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+2857
[prev]