projects
/
oweals
/
musl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
remove useless null check before call to free in fclose
[oweals/musl.git]
/
src
/
stdio
/
2018-02-24
Rich Felker
remove useless null check before call to free in fclose
tree
|
commitdiff
2018-02-24
Rich Felker
remove useless and confusing parentheses in stdio __tow...
tree
|
commitdiff
2018-02-24
Rich Felker
avoid use of readv syscall in __stdio_read backend...
tree
|
commitdiff
2018-02-24
Rich Felker
consistently return number of bytes read from stdio...
tree
|
commitdiff
2018-02-24
Rich Felker
remove obfuscated flags bit-twiddling logic in __stdio_read
tree
|
commitdiff
2018-02-12
Rich Felker
fix incorrect overflow check for allocation in fmemopen
tree
|
commitdiff
2018-01-11
Rich Felker
fix printf alt-form octal with value 0 and no explicit...
tree
|
commitdiff
2018-01-09
Jens Gustedt
revise the definition of multiple basic locks in the...
tree
|
commitdiff
2017-12-06
William Pitcock
implement the fopencookie extension to stdio
tree
|
commitdiff
2017-11-20
Rich Felker
make fgetwc handling of encoding errors consistent...
tree
|
commitdiff
2017-11-20
Rich Felker
fix treatment by fgetws of encoding errors as eof
tree
|
commitdiff
2017-11-19
Szabolcs Nagy
fix fgetwc when decoding a character that crosses buffe...
tree
|
commitdiff
2017-09-04
Bartosz Brachaczek
handle whitespace before %% in scanf
tree
|
commitdiff
2017-08-29
Rich Felker
fix unsynchronized access to FILE structure in fflush(0)
tree
|
commitdiff
2017-07-04
Alexander Monakov
remove ineffective compiler assist from printf
tree
|
commitdiff
2017-07-04
Alexander Monakov
reapply va_arg hacks removal to wprintf
tree
|
commitdiff
2017-04-22
Rich Felker
remove va_arg hacks in printf core with undefined behavior
tree
|
commitdiff
2017-03-14
Rich Felker
fix wide scanf's use of a compound literal past its...
tree
|
commitdiff
2016-11-08
Rich Felker
fix swprintf internal buffer state and error handling
tree
|
commitdiff
2016-10-22
Rich Felker
redesign snprintf without undefined behavior
tree
|
commitdiff
2016-10-20
Szabolcs Nagy
fix float formatting of some exact halfway cases
tree
|
commitdiff
2016-10-20
Rich Felker
fix integer overflows and uncaught EOVERFLOW in printf...
tree
|
commitdiff
2016-10-20
Rich Felker
fix integer overflow in float printf needed-precision...
tree
|
commitdiff
2016-09-19
Rich Felker
simplify/refactor fflush and make fflush_unlocked an...
tree
|
commitdiff
2016-09-16
Rich Felker
fix printf regression with alt-form octal, zero flag...
tree
|
commitdiff
2016-04-26
Rich Felker
fix FILE buffer underflow in ungetwc
tree
|
commitdiff
2016-03-29
Rich Felker
fix undefined pointer comparison in stdio-internal...
tree
|
commitdiff
2016-03-16
Rich Felker
fix padding string formats to width in wide printf...
tree
|
commitdiff
2016-02-16
Rich Felker
fix assumption in fputs that fwrite returning 0 implies...
tree
|
commitdiff
2016-02-11
Rich Felker
fix return value for fread/fwrite when size argument...
tree
|
commitdiff
2016-02-10
Rich Felker
fix failed write reporting by fwrite in line-buffered...
tree
|
commitdiff
2015-12-20
Rich Felker
fix overly pessimistic realloc strategy in getdelim
tree
|
commitdiff
2015-12-20
Rich Felker
avoid updating caller's size when getdelim fails to...
tree
|
commitdiff
2015-10-25
Rich Felker
fix single-byte overflow of malloc'd buffer in getdelim
tree
|
commitdiff
2015-10-08
Rich Felker
fix open_[w]memstream behavior when no writes take...
tree
|
commitdiff
2015-09-09
Rich Felker
fix fclose of permanent (stdin/out/err) streams
tree
|
commitdiff
2015-08-09
Rich Felker
fix failure of tempnam to null-terminate result
tree
|
commitdiff
2015-06-16
Rich Felker
refactor stdio open file list handling, move it out...
tree
|
commitdiff
2015-06-16
Rich Felker
byte-based C locale, phase 2: stdio and iconv (multibyt...
tree
|
commitdiff
2015-06-13
Rich Felker
remove cancellation points in stdio
tree
|
commitdiff
2015-06-13
Rich Felker
fix idiom for setting stdio stream orientation to wide
tree
|
commitdiff
2015-06-13
Rich Felker
add printing of null %s arguments as "(null)" in wide...
tree
|
commitdiff
2015-06-13
Rich Felker
add %m support to wide printf
tree
|
commitdiff
2015-06-06
Rich Felker
remove another invalid skip of locking in ungetwc
tree
|
commitdiff
2015-06-06
Rich Felker
remove invalid skip of locking in ungetwc
tree
|
commitdiff
2015-05-29
Rich Felker
fix failure of ungetc and ungetwc to work on files...
tree
|
commitdiff
2015-04-04
Szabolcs Nagy
fix getdelim to set the error indicator on all failures
tree
|
commitdiff
2015-02-23
Rich Felker
fix possible isatty false positives and unwanted device...
tree
|
commitdiff
2015-02-13
Rich Felker
overhaul aio implementation for correctness
tree
|
commitdiff
2014-12-18
Rich Felker
don't suppress sign output for NANs in printf
tree
|
commitdiff
2014-12-17
Rich Felker
correctly handle write errors encountered by printf...
tree
|
commitdiff
2014-11-15
Rich Felker
fix behavior of printf with alt-form octal, zero precis...
tree
|
commitdiff
2014-09-19
Rich Felker
fix linked list corruption in flockfile lists
tree
|
commitdiff
2014-09-05
Rich Felker
fix multiple stdio functions' behavior on zero-length...
tree
|
commitdiff
2014-09-05
Rich Felker
suppress null termination when fgets reads EOF with...
tree
|
commitdiff
2014-08-24
Rich Felker
fix false ownership of stdio FILEs due to tid reuse
tree
|
commitdiff
2014-07-17
Rich Felker
work around constant folding bug 61144 in gcc 4.9.0...
tree
|
commitdiff
2014-07-17
Rich Felker
simplify __stdio_exit static linking logic
tree
|
commitdiff
2014-07-02
Rich Felker
fix failure of wide printf/scanf functions to set wide...
tree
|
commitdiff
2014-07-01
Rich Felker
fix incorrect return value for fwide function
tree
|
commitdiff
2014-06-10
Rich Felker
replace all remaining internal uses of pthread_self...
tree
|
commitdiff
2014-06-06
Rich Felker
add O_CLOEXEC fallback for open and related functions
tree
|
commitdiff
2014-06-06
Rich Felker
fix fd leak in tmpfile when the fdopen operation fails
tree
|
commitdiff
2014-06-04
Rich Felker
simplify vasprintf implementation
tree
|
commitdiff
2014-05-30
Szabolcs Nagy
use cleaner code for handling float rounding in vfprintf
tree
|
commitdiff
2014-05-30
Rich Felker
support linux kernel apis (new archs) with old syscalls...
tree
|
commitdiff
2014-05-27
Rich Felker
fix missing declaration of strcpy in implementation...
tree
|
commitdiff
2014-05-27
Rich Felker
overhaul tmpfile, tmpnam, and tempnam functions
tree
|
commitdiff
2014-05-25
Rich Felker
support kernels with no SYS_open syscall, only SYS_openat
tree
|
commitdiff
2014-04-07
Rich Felker
fix printf rounding with %g for some corner case midpoints
tree
|
commitdiff
2014-04-07
Rich Felker
fix failure of printf %g to strip trailing zeros in...
tree
|
commitdiff
2014-04-07
Rich Felker
fix carry into uninitialized slots during printf floati...
tree
|
commitdiff
2014-03-24
Rich Felker
always initialize thread pointer at program start
tree
|
commitdiff
2014-03-09
Rich Felker
fix incorrect rounding in printf floating point corner...
tree
|
commitdiff
2014-03-09
Rich Felker
fix buffer overflow in printf formatting of denormals...
tree
|
commitdiff
2014-02-07
Rich Felker
in fdopen, avoid setting O_APPEND flag if it's already set
tree
|
commitdiff
2014-02-07
Rich Felker
fix ftello result for append streams with unflushed...
tree
|
commitdiff
2014-01-08
Szabolcs Nagy
add __isoc99_vfscanf weak alias to vfscanf
tree
|
commitdiff
2013-12-12
Szabolcs Nagy
include cleanups: remove unused headers and add feature...
tree
|
commitdiff
2013-10-07
Szabolcs Nagy
minor vfprintf and vfwprintf changes to please static...
tree
|
commitdiff
2013-10-04
Rich Felker
removed unused variable in vfwprintf
tree
|
commitdiff
2013-09-01
Rich Felker
fix special-case breakage in popen due to reversed...
tree
|
commitdiff
2013-09-01
Rich Felker
fix invalid %m format crash in wide scanf variants
tree
|
commitdiff
2013-09-01
Rich Felker
avoid crash in scanf when invalid %m format is encountered
tree
|
commitdiff
2013-08-02
Rich Felker
protect against long double type mismatches (mainly...
tree
|
commitdiff
2013-07-20
Rich Felker
fix uninitialized/stale use of alloc (%m modifier)...
tree
|
commitdiff
2013-06-22
Rich Felker
fix scanf %c conversion wrongly storing a terminating...
tree
|
commitdiff
2013-06-06
Rich Felker
implement 'm' modifier for wide scanf variants
tree
|
commitdiff
2013-06-05
Rich Felker
implement the 'm' (malloc) modifier for scanf
tree
|
commitdiff
2013-06-05
Rich Felker
refactor wide-char scanf string handling
tree
|
commitdiff
2013-06-04
Rich Felker
simplify some logic in scanf and remove redundant inval...
tree
|
commitdiff
2013-06-04
Rich Felker
refactor scanf core to use common code path for all...
tree
|
commitdiff
2013-04-06
Rich Felker
fix argument omission in ABI-compat weak_alias for...
tree
|
commitdiff
2013-04-06
Isaac Dunham
Add ABI compatability aliases.
tree
|
commitdiff
2013-03-25
Rich Felker
rewrite popen to use posix_spawn instead of fragile...
tree
|
commitdiff
2012-12-10
Rich Felker
document self-synchronized destruction issue for stdio...
tree
|
commitdiff
2012-11-14
Rich Felker
Merge remote-tracking branch 'ppc-port/ppc-squashed'
tree
|
commitdiff
2012-11-09
Rich Felker
always add memory streams to stdio open file list
tree
|
commitdiff
2012-11-08
Rich Felker
clean up sloppy nested inclusion from pthread_impl.h
tree
|
commitdiff
2012-11-08
Rich Felker
clean up stdio_impl.h
tree
|
commitdiff
next