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
/
include
/
stdio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
restore type of NULL to void * except when used in C++ programs
Rich Felker
2013-11-24
1
-0
/
+4
*
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
2013-07-22
1
-1
/
+1
*
fix FILENAME_MAX to match PATH_MAX
Rich Felker
2013-07-18
1
-1
/
+1
*
respect iso c namespace in stdio.h and wchar.h regarding va_list
Rich Felker
2013-06-25
1
-10
/
+11
*
use a common definition of NULL as 0L for C and C++
Rich Felker
2013-01-18
1
-6
/
+1
*
expose [v]asprintf under _BSD_SOURCE
Rich Felker
2012-12-28
1
-2
/
+2
*
feature test macros: make _GNU_SOURCE enable everything
Rich Felker
2012-12-03
1
-3
/
+0
*
default features: make musl usable without feature test macros
Rich Felker
2012-09-07
1
-5
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-28
/
+34
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
1
-0
/
+2
*
add bsd fgetln function
Rich Felker
2012-08-11
1
-0
/
+4
*
add prototypes for getw/putw
Rich Felker
2012-07-04
1
-0
/
+2
*
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
Rich Felker
2012-06-04
1
-1
/
+1
*
there is no such GNU function fpurge, only __fpurge.
Rich Felker
2012-05-28
1
-1
/
+0
*
add prototype for BSD/GNU stdio *_unlocked extension functions
Rich Felker
2012-05-28
1
-2
/
+12
*
remove duplicate lfs64 cruft in stdio.h
Rich Felker
2012-05-28
1
-2
/
+0
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
1
-4
/
+7
*
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
2012-05-04
1
-0
/
+12
*
add prototypes for GNU *_unlocked stdio functions
Rich Felker
2011-09-11
1
-0
/
+4
*
implement fmemopen
Rich Felker
2011-09-03
1
-0
/
+1
*
implement open_memstream
Rich Felker
2011-09-03
1
-0
/
+1
*
implement the nonstandard GNU function fpurge
Rich Felker
2011-06-30
1
-0
/
+1
*
add more legacy functions: setlinebuf and setbuffer
Rich Felker
2011-04-05
1
-0
/
+2
*
prototypes for GNU asprintf/vasprintf
Rich Felker
2011-02-20
1
-0
/
+2
*
move stdio stuff that's not arch-specific out of bits
Rich Felker
2011-02-15
1
-1
/
+9
*
begin namespace-cleanup of standard C headers
Rich Felker
2011-02-14
1
-20
/
+31
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+144