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 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
*
remove cancellation points in stdio
Rich Felker
2015-06-13
3
-24
/
+3
*
fix idiom for setting stdio stream orientation to wide
Rich Felker
2015-06-13
6
-6
/
+6
*
add printing of null %s arguments as "(null)" in wide printf
Rich Felker
2015-06-13
1
-0
/
+1
*
add %m support to wide printf
Rich Felker
2015-06-13
1
-0
/
+2
*
remove another invalid skip of locking in ungetwc
Rich Felker
2015-06-06
1
-3
/
+1
*
remove invalid skip of locking in ungetwc
Rich Felker
2015-06-06
1
-6
/
+3
*
fix failure of ungetc and ungetwc to work on files in eof status
Rich Felker
2015-05-29
5
-10
/
+11
*
fix getdelim to set the error indicator on all failures
Szabolcs Nagy
2015-04-04
1
-2
/
+5
*
fix possible isatty false positives and unwanted device state changes
Rich Felker
2015-02-23
2
-6
/
+4
*
overhaul aio implementation for correctness
Rich Felker
2015-02-13
1
-1
/
+8
*
don't suppress sign output for NANs in printf
Rich Felker
2014-12-18
1
-1
/
+1
*
correctly handle write errors encountered by printf-family functions
Rich Felker
2014-12-17
2
-2
/
+12
*
fix behavior of printf with alt-form octal, zero precision, zero value
Rich Felker
2014-11-15
1
-1
/
+1
*
fix linked list corruption in flockfile lists
Rich Felker
2014-09-19
1
-0
/
+1
*
fix multiple stdio functions' behavior on zero-length operations
Rich Felker
2014-09-04
4
-9
/
+7
*
suppress null termination when fgets reads EOF with no data
Rich Felker
2014-09-04
1
-1
/
+1
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
3
-2
/
+36
*
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-07-16
5
-5
/
+5
*
simplify __stdio_exit static linking logic
Rich Felker
2014-07-16
3
-11
/
+8
*
fix failure of wide printf/scanf functions to set wide orientation
Rich Felker
2014-07-02
2
-0
/
+3
*
fix incorrect return value for fwide function
Rich Felker
2014-07-01
1
-1
/
+2
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
1
-1
/
+1
*
add O_CLOEXEC fallback for open and related functions
Rich Felker
2014-06-06
2
-0
/
+3
*
fix fd leak in tmpfile when the fdopen operation fails
Rich Felker
2014-06-06
1
-1
/
+2
*
simplify vasprintf implementation
Rich Felker
2014-06-04
1
-14
/
+1
*
use cleaner code for handling float rounding in vfprintf
Szabolcs Nagy
2014-05-30
1
-3
/
+1
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
5
-2
/
+31
*
fix missing declaration of strcpy in implementation of tmpnam
Rich Felker
2014-05-27
1
-0
/
+1
*
overhaul tmpfile, tmpnam, and tempnam functions
Rich Felker
2014-05-27
3
-55
/
+48
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
3
-3
/
+3
*
fix printf rounding with %g for some corner case midpoints
Rich Felker
2014-04-07
1
-1
/
+1
*
fix failure of printf %g to strip trailing zeros in some cases
Rich Felker
2014-04-07
1
-1
/
+1
*
fix carry into uninitialized slots during printf floating point rounding
Rich Felker
2014-04-07
1
-1
/
+1
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
2
-14
/
+6
*
fix incorrect rounding in printf floating point corner cases
Rich Felker
2014-03-09
1
-2
/
+2
*
fix buffer overflow in printf formatting of denormals with low bit set
Rich Felker
2014-03-09
1
-1
/
+2
*
in fdopen, avoid setting O_APPEND flag if it's already set
Rich Felker
2014-02-07
1
-1
/
+2
*
fix ftello result for append streams with unflushed output
Rich Felker
2014-02-07
2
-1
/
+4
*
add __isoc99_vfscanf weak alias to vfscanf
Szabolcs Nagy
2014-01-08
1
-0
/
+2
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
6
-9
/
+3
*
minor vfprintf and vfwprintf changes to please static code analyzers
Szabolcs Nagy
2013-10-07
2
-6
/
+11
*
removed unused variable in vfwprintf
Rich Felker
2013-10-04
1
-2
/
+1
[next]