index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
make FILE a complete type for pre-C11 standard profiles
Rich Felker
1
-0
/
+4
2018-02-24
fix aliasing violations in fgetpos/fsetpos
Rich Felker
1
-0
/
+1
2017-12-06
adjust fopencookie structure tag for ABI-compat
Rich Felker
1
-1
/
+1
2017-12-06
implement the fopencookie extension to stdio
William Pitcock
1
-0
/
+14
2013-11-24
restore type of NULL to void * except when used in C++ programs
Rich Felker
1
-0
/
+4
2013-07-22
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
1
-1
/
+1
2013-07-18
fix FILENAME_MAX to match PATH_MAX
Rich Felker
1
-1
/
+1
2013-06-25
respect iso c namespace in stdio.h and wchar.h regarding va_list
Rich Felker
1
-10
/
+11
2013-01-18
use a common definition of NULL as 0L for C and C++
Rich Felker
1
-6
/
+1
2012-12-28
expose [v]asprintf under _BSD_SOURCE
Rich Felker
1
-2
/
+2
2012-12-03
feature test macros: make _GNU_SOURCE enable everything
Rich Felker
1
-3
/
+0
2012-09-07
default features: make musl usable without feature test macros
Rich Felker
1
-5
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
1
-28
/
+34
2012-08-25
implement "low hanging fruit" from C11
Rich Felker
1
-0
/
+2
2012-08-11
add bsd fgetln function
Rich Felker
1
-0
/
+4
2012-07-04
add prototypes for getw/putw
Rich Felker
1
-0
/
+2
2012-06-04
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
Rich Felker
1
-1
/
+1
2012-05-28
there is no such GNU function fpurge, only __fpurge.
Rich Felker
1
-1
/
+0
2012-05-28
add prototype for BSD/GNU stdio *_unlocked extension functions
Rich Felker
1
-2
/
+12
2012-05-28
remove duplicate lfs64 cruft in stdio.h
Rich Felker
1
-2
/
+0
2012-05-22
support _BSD_SOURCE feature test macro
Rich Felker
1
-4
/
+7
2012-05-04
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
1
-0
/
+12
2011-09-11
add prototypes for GNU *_unlocked stdio functions
Rich Felker
1
-0
/
+4
2011-09-03
implement fmemopen
Rich Felker
1
-0
/
+1
2011-09-03
implement open_memstream
Rich Felker
1
-0
/
+1
2011-06-30
implement the nonstandard GNU function fpurge
Rich Felker
1
-0
/
+1
2011-04-05
add more legacy functions: setlinebuf and setbuffer
Rich Felker
1
-0
/
+2
2011-02-20
prototypes for GNU asprintf/vasprintf
Rich Felker
1
-0
/
+2
2011-02-15
move stdio stuff that's not arch-specific out of bits
Rich Felker
1
-1
/
+9
2011-02-14
begin namespace-cleanup of standard C headers
Rich Felker
1
-20
/
+31
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+144