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
/
include
/
stdio.h
Age
Commit message (
Expand
)
Author
Lines
2012-09-07
default features: make musl usable without feature test macros
Rich Felker
-5
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-28
/
+34
2012-08-25
implement "low hanging fruit" from C11
Rich Felker
-0
/
+2
2012-08-11
add bsd fgetln function
Rich Felker
-0
/
+4
2012-07-04
add prototypes for getw/putw
Rich Felker
-0
/
+2
2012-06-04
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
Rich Felker
-1
/
+1
2012-05-28
there is no such GNU function fpurge, only __fpurge.
Rich Felker
-1
/
+0
2012-05-28
add prototype for BSD/GNU stdio *_unlocked extension functions
Rich Felker
-2
/
+12
2012-05-28
remove duplicate lfs64 cruft in stdio.h
Rich Felker
-2
/
+0
2012-05-22
support _BSD_SOURCE feature test macro
Rich Felker
-4
/
+7
2012-05-04
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
-0
/
+12
2011-09-11
add prototypes for GNU *_unlocked stdio functions
Rich Felker
-0
/
+4
2011-09-03
implement fmemopen
Rich Felker
-0
/
+1
2011-09-03
implement open_memstream
Rich Felker
-0
/
+1
2011-06-30
implement the nonstandard GNU function fpurge
Rich Felker
-0
/
+1
2011-04-05
add more legacy functions: setlinebuf and setbuffer
Rich Felker
-0
/
+2
2011-02-20
prototypes for GNU asprintf/vasprintf
Rich Felker
-0
/
+2
2011-02-15
move stdio stuff that's not arch-specific out of bits
Rich Felker
-1
/
+9
2011-02-14
begin namespace-cleanup of standard C headers
Rich Felker
-20
/
+31
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+144