| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add some ugly aliases for LSB ABI compatibility | Rich Felker | 2012-06-02 | 7 | -0/+8 |
* | avoid using pthread cleanup push/pop in stdio when not needed | Rich Felker | 2012-05-25 | 2 | -6/+14 |
* | fix uninitialized var in vfwprintf printing 0-prec string | Rich Felker | 2012-05-04 | 1 | -1/+1 |
* | fix really bad breakage in strtol, etc.: failure to accept leading spaces | Rich Felker | 2012-04-19 | 1 | -1/+1 |
* | fix wide scanf's handling of input failure on %c, and simplify %[ | Rich Felker | 2012-04-17 | 1 | -5/+6 |
* | fix failure to distinguish input/match failure in wide %[ scanf | Rich Felker | 2012-04-17 | 2 | -2/+4 |
* | fix over-read in %ls with non-wide scanf | Rich Felker | 2012-04-17 | 1 | -0/+1 |
* | fix broken %s and %[ with no width specifier in wide scanf | Rich Felker | 2012-04-17 | 1 | -3/+7 |
* | make wide scanf %[ respect width | Rich Felker | 2012-04-17 | 1 | -2/+3 |
* | fix wide scanf to respect field width for strings | Rich Felker | 2012-04-17 | 1 | -4/+7 |
* | fix some bugs in scanf %[ handling detected while writing the wide version | Rich Felker | 2012-04-17 | 1 | -4/+4 |
* | introduce new wide scanf code and remove the last remnants of old scanf | Rich Felker | 2012-04-17 | 4 | -524/+312 |
* | avoid depending on POSIX symbol in code used from plain C functions | Rich Felker | 2012-04-17 | 1 | -1/+3 |
* | avoid null pointer dereference on %*p fields in scanf | Rich Felker | 2012-04-17 | 1 | -1/+1 |
* | also ensure that write buffer is bounded when __stdio_write returns | Rich Felker | 2012-04-17 | 1 | -0/+1 |
* | fix buffer overflow in vfprintf on long writes to unbuffered files | Rich Felker | 2012-04-17 | 1 | -1/+2 |
* | fix %lf, etc. with printf | Rich Felker | 2012-04-16 | 1 | -0/+2 |
* | new scanf implementation and corresponding integer parser/converter | Rich Felker | 2012-04-16 | 3 | -30/+343 |
* | fix scanf handling of "0" (followed by immediate EOF) with "%x" | Rich Felker | 2012-03-13 | 1 | -11/+6 |
* | make stdio open, read, and write operations cancellation points | Rich Felker | 2012-02-02 | 3 | -5/+28 |
* | simplify atexit and fflush-on-exit handling | Rich Felker | 2011-10-14 | 1 | -1/+4 |
* | don't crash on null strings in printf | Rich Felker | 2011-09-28 | 1 | -1/+1 |
* | avoid setting FILE lock count when not using flockfile | Rich Felker | 2011-09-21 | 1 | -1/+1 |
* | more fmemopen null termination fixes | Rich Felker | 2011-09-04 | 1 | -2/+3 |
* | fix some fmemopen behaviors | Rich Felker | 2011-09-04 | 1 | -4/+7 |
* | fmemopen: fix eof handling, hopefully right this time | Rich Felker | 2011-09-04 | 1 | -3/+4 |
* | fmemopen fixes | Rich Felker | 2011-09-04 | 1 | -1/+3 |
* | memstreams: fix incorrect handling of file pos > current size | Rich Felker | 2011-09-04 | 2 | -4/+4 |
* | optimize seek function for memory streams | Rich Felker | 2011-09-04 | 2 | -24/+6 |
* | fix twos complement overflow bug in mem streams boundary check | Rich Felker | 2011-09-04 | 2 | -2/+2 |
* | implement fmemopen | Rich Felker | 2011-09-03 | 1 | -18/+66 |
* | fix some length calculations in memory streams | Rich Felker | 2011-09-03 | 2 | -3/+3 |
* | implement open_wmemstream | Rich Felker | 2011-09-03 | 1 | -0/+95 |
* | implement open_memstream | Rich Felker | 2011-09-03 | 1 | -0/+94 |
* | fix crash in dns code with new stdio locking code | Rich Felker | 2011-08-01 | 1 | -0/+1 |
* | add proper fuxed-based locking for stdio | Rich Felker | 2011-07-30 | 14 | -39/+44 |
* | eliminate dependence of perror on printf | Rich Felker | 2011-07-30 | 1 | -10/+5 |
* | fix logic error in fread | Rich Felker | 2011-07-16 | 1 | -6/+1 |
* | printf: "if a precision is specified, the '0' flag shall be ignored." | Rich Felker | 2011-07-04 | 1 | -1/+1 |
* | zero precision with zero value should not inhibit prefix/width printing | Rich Felker | 2011-07-04 | 1 | -1/+4 |
* | printf("%#x",0) should print 0 not 0x0 | Rich Felker | 2011-07-04 | 1 | -1/+1 |
* | fix logic in __fwriting | Rich Felker | 2011-06-30 | 1 | -1/+1 |
* | add and consolidate nasty stdio_ext junk | Rich Felker | 2011-06-30 | 3 | -17/+57 |
* | implement the nonstandard GNU function fpurge | Rich Felker | 2011-06-30 | 1 | -0/+11 |
* | avoid 64bit warnings when using pointers as entropy for temp names | Rich Felker | 2011-06-13 | 2 | -2/+4 |
* | fix the last known rounding bug in floating point printing | Rich Felker | 2011-05-11 | 1 | -3/+4 |
* | reduce some ridiculously large spin counts | Rich Felker | 2011-05-06 | 1 | -1/+1 |
* | fix fclose return status logic, again | Rich Felker | 2011-05-02 | 1 | -1/+2 |
* | fix undefined call order in fclose, possible lost output depending on compiler | Rich Felker | 2011-05-01 | 1 | -1/+1 |
* | minor optimization in puts: use inline putc_unlocked macro for newline | Rich Felker | 2011-05-01 | 1 | -1/+1 |