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
2016-10-20
fix integer overflows and uncaught EOVERFLOW in printf core
Rich Felker
-46
/
+89
2016-10-19
fix integer overflow in float printf needed-precision computation
Rich Felker
-1
/
+1
2016-09-18
simplify/refactor fflush and make fflush_unlocked an alias for fflush
Rich Felker
-30
/
+23
2016-09-16
fix printf regression with alt-form octal, zero flag, and field width
Rich Felker
-1
/
+1
2016-04-26
fix FILE buffer underflow in ungetwc
Rich Felker
-3
/
+3
2016-03-28
fix undefined pointer comparison in stdio-internal __toread
Rich Felker
-1
/
+1
2016-03-16
fix padding string formats to width in wide printf variants
Rich Felker
-4
/
+4
2016-02-16
fix assumption in fputs that fwrite returning 0 implies an error
Rich Felker
-1
/
+2
2016-02-10
fix return value for fread/fwrite when size argument is 0
Rich Felker
-0
/
+2
2016-02-10
fix failed write reporting by fwrite in line-buffered mode
Rich Felker
-2
/
+2
2015-12-20
fix overly pessimistic realloc strategy in getdelim
Rich Felker
-1
/
+1
2015-12-19
avoid updating caller's size when getdelim fails to realloc
Rich Felker
-5
/
+6
2015-10-24
fix single-byte overflow of malloc'd buffer in getdelim
Rich Felker
-1
/
+1
2015-10-08
fix open_[w]memstream behavior when no writes take place
Rich Felker
-4
/
+18
2015-09-09
fix fclose of permanent (stdin/out/err) streams
Rich Felker
-2
/
+3
2015-08-09
fix failure of tempnam to null-terminate result
Rich Felker
-0
/
+1
2015-06-16
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
-36
/
+37
2015-06-16
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
-8
/
+33
2015-06-13
remove cancellation points in stdio
Rich Felker
-24
/
+3
2015-06-13
fix idiom for setting stdio stream orientation to wide
Rich Felker
-6
/
+6
2015-06-13
add printing of null %s arguments as "(null)" in wide printf
Rich Felker
-0
/
+1
2015-06-13
add %m support to wide printf
Rich Felker
-0
/
+2
2015-06-06
remove another invalid skip of locking in ungetwc
Rich Felker
-3
/
+1
2015-06-06
remove invalid skip of locking in ungetwc
Rich Felker
-6
/
+3
2015-05-29
fix failure of ungetc and ungetwc to work on files in eof status
Rich Felker
-10
/
+11
2015-04-04
fix getdelim to set the error indicator on all failures
Szabolcs Nagy
-2
/
+5
2015-02-23
fix possible isatty false positives and unwanted device state changes
Rich Felker
-6
/
+4
2015-02-13
overhaul aio implementation for correctness
Rich Felker
-1
/
+8
2014-12-18
don't suppress sign output for NANs in printf
Rich Felker
-1
/
+1
2014-12-17
correctly handle write errors encountered by printf-family functions
Rich Felker
-2
/
+12
2014-11-15
fix behavior of printf with alt-form octal, zero precision, zero value
Rich Felker
-1
/
+1
2014-09-19
fix linked list corruption in flockfile lists
Rich Felker
-0
/
+1
2014-09-04
fix multiple stdio functions' behavior on zero-length operations
Rich Felker
-9
/
+7
2014-09-04
suppress null termination when fgets reads EOF with no data
Rich Felker
-1
/
+1
2014-08-23
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
-2
/
+36
2014-07-16
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
-5
/
+5
2014-07-16
simplify __stdio_exit static linking logic
Rich Felker
-11
/
+8
2014-07-02
fix failure of wide printf/scanf functions to set wide orientation
Rich Felker
-0
/
+3
2014-07-01
fix incorrect return value for fwide function
Rich Felker
-1
/
+2
2014-06-10
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
-1
/
+1
2014-06-06
add O_CLOEXEC fallback for open and related functions
Rich Felker
-0
/
+3
2014-06-06
fix fd leak in tmpfile when the fdopen operation fails
Rich Felker
-1
/
+2
2014-06-04
simplify vasprintf implementation
Rich Felker
-14
/
+1
2014-05-30
use cleaner code for handling float rounding in vfprintf
Szabolcs Nagy
-3
/
+1
2014-05-29
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
-2
/
+31
2014-05-27
fix missing declaration of strcpy in implementation of tmpnam
Rich Felker
-0
/
+1
2014-05-27
overhaul tmpfile, tmpnam, and tempnam functions
Rich Felker
-55
/
+48
2014-05-24
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
-3
/
+3
2014-04-07
fix printf rounding with %g for some corner case midpoints
Rich Felker
-1
/
+1
2014-04-07
fix failure of printf %g to strip trailing zeros in some cases
Rich Felker
-1
/
+1
[next]