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
2012-06-19
minor cleanup in fflush
Rich Felker
-5
/
+1
2012-06-19
remove flush hook cruft that was never used from stdio
Rich Felker
-4
/
+0
2012-06-17
change stdio_ext __freading/__fwriting semantics slightly
Rich Felker
-2
/
+2
2012-06-17
fdopen should set errno when it fails due to invalid mode string
Rich Felker
-1
/
+4
2012-06-08
fix %ls breakage in last printf fix
Rich Felker
-2
/
+2
2012-06-08
fix printf %ls with precision limit over-read issue
Rich Felker
-2
/
+2
2012-06-07
fix scanf bug reading literals after width-limited field
Rich Felker
-0
/
+1
2012-06-02
add some ugly aliases for LSB ABI compatibility
Rich Felker
-0
/
+8
2012-05-25
avoid using pthread cleanup push/pop in stdio when not needed
Rich Felker
-6
/
+14
2012-05-04
fix uninitialized var in vfwprintf printing 0-prec string
Rich Felker
-1
/
+1
2012-04-19
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
-1
/
+1
2012-04-17
fix wide scanf's handling of input failure on %c, and simplify %[
Rich Felker
-5
/
+6
2012-04-17
fix failure to distinguish input/match failure in wide %[ scanf
Rich Felker
-2
/
+4
2012-04-17
fix over-read in %ls with non-wide scanf
Rich Felker
-0
/
+1
2012-04-17
fix broken %s and %[ with no width specifier in wide scanf
Rich Felker
-3
/
+7
2012-04-17
make wide scanf %[ respect width
Rich Felker
-2
/
+3
2012-04-17
fix wide scanf to respect field width for strings
Rich Felker
-4
/
+7
2012-04-17
fix some bugs in scanf %[ handling detected while writing the wide version
Rich Felker
-4
/
+4
2012-04-17
introduce new wide scanf code and remove the last remnants of old scanf
Rich Felker
-524
/
+312
2012-04-17
avoid depending on POSIX symbol in code used from plain C functions
Rich Felker
-1
/
+3
2012-04-17
avoid null pointer dereference on %*p fields in scanf
Rich Felker
-1
/
+1
2012-04-17
also ensure that write buffer is bounded when __stdio_write returns
Rich Felker
-0
/
+1
2012-04-17
fix buffer overflow in vfprintf on long writes to unbuffered files
Rich Felker
-1
/
+2
2012-04-16
fix %lf, etc. with printf
Rich Felker
-0
/
+2
2012-04-16
new scanf implementation and corresponding integer parser/converter
Rich Felker
-30
/
+343
2012-03-13
fix scanf handling of "0" (followed by immediate EOF) with "%x"
Rich Felker
-11
/
+6
2012-02-02
make stdio open, read, and write operations cancellation points
Rich Felker
-5
/
+28
2011-10-14
simplify atexit and fflush-on-exit handling
Rich Felker
-1
/
+4
2011-09-28
don't crash on null strings in printf
Rich Felker
-1
/
+1
2011-09-21
avoid setting FILE lock count when not using flockfile
Rich Felker
-1
/
+1
2011-09-04
more fmemopen null termination fixes
Rich Felker
-2
/
+3
2011-09-04
fix some fmemopen behaviors
Rich Felker
-4
/
+7
2011-09-04
fmemopen: fix eof handling, hopefully right this time
Rich Felker
-3
/
+4
2011-09-04
fmemopen fixes
Rich Felker
-1
/
+3
2011-09-04
memstreams: fix incorrect handling of file pos > current size
Rich Felker
-4
/
+4
2011-09-04
optimize seek function for memory streams
Rich Felker
-24
/
+6
2011-09-04
fix twos complement overflow bug in mem streams boundary check
Rich Felker
-2
/
+2
2011-09-03
implement fmemopen
Rich Felker
-18
/
+66
2011-09-03
fix some length calculations in memory streams
Rich Felker
-3
/
+3
2011-09-03
implement open_wmemstream
Rich Felker
-0
/
+95
2011-09-03
implement open_memstream
Rich Felker
-0
/
+94
2011-08-01
fix crash in dns code with new stdio locking code
Rich Felker
-0
/
+1
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
-39
/
+44
2011-07-30
eliminate dependence of perror on printf
Rich Felker
-10
/
+5
2011-07-16
fix logic error in fread
Rich Felker
-6
/
+1
2011-07-04
printf: "if a precision is specified, the '0' flag shall be ignored."
Rich Felker
-1
/
+1
2011-07-04
zero precision with zero value should not inhibit prefix/width printing
Rich Felker
-1
/
+4
2011-07-04
printf("%#x",0) should print 0 not 0x0
Rich Felker
-1
/
+1
2011-06-30
fix logic in __fwriting
Rich Felker
-1
/
+1
2011-06-30
add and consolidate nasty stdio_ext junk
Rich Felker
-17
/
+57
[prev]
[next]