Age | Commit message (Expand) | Author | Files | Lines |
2018-10-18 | adjust types in FILE struct to make line buffering check less expensive | Rich Felker | 1 | -4/+2 |
2018-10-18 | optimize internal putc_unlocked macro used in putc | Rich Felker | 1 | -1/+2 |
2018-10-18 | fix wrong result for putc variants due to operator precedence | Rich Felker | 1 | -1/+1 |
2018-10-16 | move stdio locking MAYBE_WAITERS definition to stdio_impl.h | Rich Felker | 1 | -0/+2 |
2018-09-16 | fix null pointer subtraction and comparison in stdio | Rich Felker | 1 | -2/+2 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 1 | -1/+3 |
2018-09-12 | declare and make hidden additional internal stdio symbols | Rich Felker | 1 | -0/+5 |
2018-09-12 | apply hidden visibility to stdio internals | Rich Felker | 1 | -26/+26 |
2018-09-12 | declare __getopt_msg in stdio_impl.h | Rich Felker | 1 | -0/+2 |
2018-09-12 | move __stdio_exit_needed to stdio_impl.h | Rich Felker | 1 | -0/+2 |
2018-09-12 | make internal declarations for flockfile tracking functions checkable | Rich Felker | 1 | -0/+5 |
2018-02-24 | use idiomatic safe form for FUNLOCK macro | Rich Felker | 1 | -1/+1 |
2016-02-10 | fix line-buffered flush omission for odd usage of putc-family functions | Rich Felker | 1 | -1/+2 |
2015-06-16 | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | 1 | -2/+3 |
2015-06-16 | byte-based C locale, phase 2: stdio and iconv (multibyte callers) | Rich Felker | 1 | -0/+1 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 1 | -2/+2 |
2014-08-23 | fix false ownership of stdio FILEs due to tid reuse | Rich Felker | 1 | -0/+1 |
2014-02-07 | fix ftello result for append streams with unflushed output | Rich Felker | 1 | -0/+1 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -1/+1 |
2012-11-08 | clean up stdio_impl.h | Rich Felker | 1 | -17/+0 |
2012-11-01 | fix more unused variable warnings | Rich Felker | 1 | -0/+1 |
2012-10-25 | use explicit visibility to optimize a few hot-path function calls | Rich Felker | 1 | -4/+4 |
2012-10-24 | greatly improve freopen behavior | Rich Felker | 1 | -0/+1 |
2012-08-11 | add bsd fgetln function | Rich Felker | 1 | -1/+1 |
2012-06-19 | remove flush hook cruft that was never used from stdio | Rich Felker | 1 | -1/+1 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 1 | -2/+2 |
2012-04-16 | new scanf implementation and corresponding integer parser/converter | Rich Felker | 1 | -0/+2 |
2012-04-10 | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | 1 | -0/+2 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | 1 | -5/+4 |
2011-04-17 | clean up handling of thread/nothread mode, locking | Rich Felker | 1 | -1/+1 |
2011-03-28 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 1 | -12/+22 |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | 1 | -3/+2 |
2011-03-18 | implement [v]swprintf | Rich Felker | 1 | -1/+1 |
2011-03-12 | implement flockfile api, rework stdio locking | Rich Felker | 1 | -12/+7 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+100 |