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
/
src
/
stdio
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
42
-43
/
+43
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
1
-2
/
+2
*
add bsd fgetln function
Rich Felker
2012-08-11
2
-0
/
+20
*
minor but worthwhile optimization in printf: avoid expensive strspn
Rich Felker
2012-08-10
1
-4
/
+2
*
trivial optimization to printf: avoid wasted call frame
Rich Felker
2012-08-10
1
-1
/
+1
*
putw is supposed to return 0 (not the value written) on success
Rich Felker
2012-07-04
1
-1
/
+1
*
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
Rich Felker
2012-07-04
2
-0
/
+2
*
fix missing function declarations for __stdio_exit
Rich Felker
2012-07-02
2
-0
/
+4
*
fix fwrite return value when full write does not succeed
Rich Felker
2012-06-20
1
-1
/
+1
*
avoid cancellation in pclose
Rich Felker
2012-06-20
1
-3
/
+4
*
fix invalid memory access in pclose
Rich Felker
2012-06-20
1
-1
/
+2
*
make popen cancellation-safe
Rich Felker
2012-06-20
1
-0
/
+7
*
popen: handle issues with fd0/1 being closed
Rich Felker
2012-06-20
1
-3
/
+3
*
fix another oob pointer arithmetic issue in printf floating point
Rich Felker
2012-06-20
1
-1
/
+1
*
minor perror behavior fix
Rich Felker
2012-06-20
1
-1
/
+1
*
fix pointer overflow bug in floating point printf
Rich Felker
2012-06-19
1
-3
/
+3
*
add new stdio extension functions to make gnulib happy
Rich Felker
2012-06-19
1
-0
/
+24
*
stdio: handle file position correctly at program exit
Rich Felker
2012-06-19
3
-3
/
+35
*
minor cleanup in fflush
Rich Felker
2012-06-19
1
-5
/
+1
*
remove flush hook cruft that was never used from stdio
Rich Felker
2012-06-19
2
-4
/
+0
*
change stdio_ext __freading/__fwriting semantics slightly
Rich Felker
2012-06-17
1
-2
/
+2
*
fdopen should set errno when it fails due to invalid mode string
Rich Felker
2012-06-17
1
-1
/
+4
*
fix %ls breakage in last printf fix
Rich Felker
2012-06-08
1
-2
/
+2
*
fix printf %ls with precision limit over-read issue
Rich Felker
2012-06-08
1
-2
/
+2
*
fix scanf bug reading literals after width-limited field
Rich Felker
2012-06-07
1
-0
/
+1
*
add some ugly aliases for LSB ABI compatibility
Rich Felker
2012-06-02
7
-0
/
+8
*
avoid using pthread cleanup push/pop in stdio when not needed
Rich Felker
2012-05-25
2
-6
/
+14
*
fix uninitialized var in vfwprintf printing 0-prec string
Rich Felker
2012-05-04
1
-1
/
+1
*
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
2012-04-19
1
-1
/
+1
*
fix wide scanf's handling of input failure on %c, and simplify %[
Rich Felker
2012-04-17
1
-5
/
+6
*
fix failure to distinguish input/match failure in wide %[ scanf
Rich Felker
2012-04-17
2
-2
/
+4
*
fix over-read in %ls with non-wide scanf
Rich Felker
2012-04-17
1
-0
/
+1
*
fix broken %s and %[ with no width specifier in wide scanf
Rich Felker
2012-04-17
1
-3
/
+7
*
make wide scanf %[ respect width
Rich Felker
2012-04-17
1
-2
/
+3
*
fix wide scanf to respect field width for strings
Rich Felker
2012-04-17
1
-4
/
+7
*
fix some bugs in scanf %[ handling detected while writing the wide version
Rich Felker
2012-04-17
1
-4
/
+4
*
introduce new wide scanf code and remove the last remnants of old scanf
Rich Felker
2012-04-17
4
-524
/
+312
*
avoid depending on POSIX symbol in code used from plain C functions
Rich Felker
2012-04-17
1
-1
/
+3
*
avoid null pointer dereference on %*p fields in scanf
Rich Felker
2012-04-17
1
-1
/
+1
*
also ensure that write buffer is bounded when __stdio_write returns
Rich Felker
2012-04-17
1
-0
/
+1
*
fix buffer overflow in vfprintf on long writes to unbuffered files
Rich Felker
2012-04-17
1
-1
/
+2
*
fix %lf, etc. with printf
Rich Felker
2012-04-16
1
-0
/
+2
*
new scanf implementation and corresponding integer parser/converter
Rich Felker
2012-04-16
3
-30
/
+343
*
fix scanf handling of "0" (followed by immediate EOF) with "%x"
Rich Felker
2012-03-13
1
-11
/
+6
*
make stdio open, read, and write operations cancellation points
Rich Felker
2012-02-02
3
-5
/
+28
*
simplify atexit and fflush-on-exit handling
Rich Felker
2011-10-14
1
-1
/
+4
*
don't crash on null strings in printf
Rich Felker
2011-09-28
1
-1
/
+1
*
avoid setting FILE lock count when not using flockfile
Rich Felker
2011-09-21
1
-1
/
+1
*
more fmemopen null termination fixes
Rich Felker
2011-09-04
1
-2
/
+3
*
fix some fmemopen behaviors
Rich Felker
2011-09-04
1
-4
/
+7
[prev]
[next]