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
*
fix writes outside buffer by ungetc after setvbuf
Rich Felker
2018-07-13
1
-1
/
+1
*
setvbuf: minor comment typo fix
Will Dietz
2018-04-19
1
-1
/
+1
*
add support for caller-provided buffers to setvbuf
Rich Felker
2018-04-18
1
-11
/
+14
*
clean up allocation/setup logic for open_[w]memstream
Rich Felker
2018-04-18
2
-38
/
+50
*
clean up allocation/setup logic for fmemopen
Rich Felker
2018-04-18
1
-21
/
+31
*
minor cleanup in fopencookie
Rich Felker
2018-04-18
1
-5
/
+2
*
refactor flockfile not to duplicate lock mechanism logic
Rich Felker
2018-04-18
2
-12
/
+14
*
fix stdio lock dependency on read-after-free not faulting
Rich Felker
2018-04-18
3
-20
/
+24
*
fix aliasing violations in fgetpos/fsetpos
Rich Felker
2018-02-24
2
-2
/
+2
*
in vswprintf, initialize the FILE rather than memset-and-assign
Rich Felker
2018-02-24
1
-9
/
+8
*
remove unused MIN macro from getdelim source file
Rich Felker
2018-02-24
1
-2
/
+0
*
remove useless null check before call to free in fclose
Rich Felker
2018-02-24
1
-1
/
+1
*
remove useless and confusing parentheses in stdio __towrite function
Rich Felker
2018-02-24
1
-1
/
+1
*
avoid use of readv syscall in __stdio_read backend when not needed
Rich Felker
2018-02-24
1
-1
/
+2
*
consistently return number of bytes read from stdio read backend
Rich Felker
2018-02-24
2
-2
/
+2
*
remove obfuscated flags bit-twiddling logic in __stdio_read
Rich Felker
2018-02-24
1
-1
/
+1
*
fix incorrect overflow check for allocation in fmemopen
Rich Felker
2018-02-11
1
-1
/
+1
*
fix printf alt-form octal with value 0 and no explicit precision
Rich Felker
2018-01-10
1
-2
/
+2
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
implement the fopencookie extension to stdio
William Pitcock
2017-12-06
1
-0
/
+138
*
make fgetwc handling of encoding errors consistent with/without buffer
Rich Felker
2017-11-20
1
-14
/
+14
*
fix treatment by fgetws of encoding errors as eof
Rich Felker
2017-11-20
1
-1
/
+6
*
fix fgetwc when decoding a character that crosses buffer boundary
Szabolcs Nagy
2017-11-18
1
-0
/
+1
*
handle whitespace before %% in scanf
Bartosz Brachaczek
2017-09-04
2
-5
/
+13
*
fix unsynchronized access to FILE structure in fflush(0)
Rich Felker
2017-08-29
1
-1
/
+4
*
remove ineffective compiler assist from printf
Alexander Monakov
2017-07-04
2
-4
/
+0
*
reapply va_arg hacks removal to wprintf
Alexander Monakov
2017-07-04
1
-26
/
+1
*
remove va_arg hacks in printf core with undefined behavior
Rich Felker
2017-04-22
1
-26
/
+1
*
fix wide scanf's use of a compound literal past its lifetime
Rich Felker
2017-03-14
1
-1
/
+2
*
fix swprintf internal buffer state and error handling
Rich Felker
2016-11-07
1
-1
/
+8
*
redesign snprintf without undefined behavior
Rich Felker
2016-10-21
1
-25
/
+38
*
fix float formatting of some exact halfway cases
Szabolcs Nagy
2016-10-20
1
-1
/
+2
*
fix integer overflows and uncaught EOVERFLOW in printf core
Rich Felker
2016-10-20
2
-46
/
+89
*
fix integer overflow in float printf needed-precision computation
Rich Felker
2016-10-19
1
-1
/
+1
*
simplify/refactor fflush and make fflush_unlocked an alias for fflush
Rich Felker
2016-09-18
1
-30
/
+23
*
fix printf regression with alt-form octal, zero flag, and field width
Rich Felker
2016-09-16
1
-1
/
+1
*
fix FILE buffer underflow in ungetwc
Rich Felker
2016-04-26
1
-3
/
+3
*
fix undefined pointer comparison in stdio-internal __toread
Rich Felker
2016-03-28
1
-1
/
+1
*
fix padding string formats to width in wide printf variants
Rich Felker
2016-03-16
1
-4
/
+4
*
fix assumption in fputs that fwrite returning 0 implies an error
Rich Felker
2016-02-16
1
-1
/
+2
*
fix return value for fread/fwrite when size argument is 0
Rich Felker
2016-02-10
2
-0
/
+2
*
fix failed write reporting by fwrite in line-buffered mode
Rich Felker
2016-02-10
1
-2
/
+2
*
fix overly pessimistic realloc strategy in getdelim
Rich Felker
2015-12-20
1
-1
/
+1
*
avoid updating caller's size when getdelim fails to realloc
Rich Felker
2015-12-19
1
-5
/
+6
*
fix single-byte overflow of malloc'd buffer in getdelim
Rich Felker
2015-10-24
1
-1
/
+1
*
fix open_[w]memstream behavior when no writes take place
Rich Felker
2015-10-08
2
-4
/
+18
*
fix fclose of permanent (stdin/out/err) streams
Rich Felker
2015-09-09
1
-2
/
+3
*
fix failure of tempnam to null-terminate result
Rich Felker
2015-08-09
1
-0
/
+1
*
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
2015-06-16
9
-36
/
+37
*
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
2015-06-16
5
-8
/
+33
[next]