Age | Commit message (Expand) | Author |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-07-08 | Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags | Feng Gao |
2015-05-22 | Avoid some aliasing violations in libio | Florian Weimer |
2015-02-24 | Fix BZ #17916 - fopen unbounded stack usage for ccs= modes | Paul Pluzhnikov |
2015-02-17 | Cleanup: add missing #include's | Paul Pluzhnikov |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-04 | Fix up function definition style | Siddhesh Poyarekar |
2014-12-04 | Reset cached offset when reading to end of stream (BZ #17653) | Siddhesh Poyarekar |
2014-12-04 | ftell: seek to end only when there are unflushed bytes (BZ #17647) | Siddhesh Poyarekar |
2014-09-12 | Complete the removal of __gconv_translit_find | Florian Weimer |
2014-05-27 | Fix offset computation for append+ mode on switching from read (BZ #16724) | Siddhesh Poyarekar |
2014-03-17 | Fix offset caching for streams and use it for ftell (BZ #16680) | Siddhesh Poyarekar |
2014-03-04 | Use cached offset in ftell when reliable | Siddhesh Poyarekar |
2014-03-04 | Separate ftell from fseek logic and avoid modifying FILE data (#16532) | Siddhesh Poyarekar |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-10-11 | Fix fwrite() reading beyond end of buffer in error path | Eric Biggers |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-12-01 | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger |
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar |
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers |
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers |
2012-09-28 | Don't flush write buffer for ftell | Siddhesh Poyarekar |
2012-09-25 | Fix minor typos in comments | Siddhesh Poyarekar |
2012-09-05 | Fix typos in comments | Siddhesh Poyarekar |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab |
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge |
2012-03-29 | Remove xsputn small copy optimization. | David S. Miller |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers |
2011-08-20 | Fix fopen (non-existing-file, "re") errno | Andreas Jaeger |
2011-05-17 | Fix fileops.c build for old kernels | H.J. Lu |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper |
2011-05-14 | Initialize variable in _IO_new_file_close_it | Ulrich Drepper |
2011-05-13 | Fix file descriptor position after fclose | Ulrich Drepper |
2011-04-22 | Use al possible bytes from fopen mode string. | Eric Blake |
2011-04-22 | Remove doubled words. | Jim Meyering |
2009-06-09 | (_IO_new_file_fopen): Don't prematurely stop parsing mode string. | Ulrich Drepper |
2008-07-27 | * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN. | Ulrich Drepper |
2008-07-26 | [BZ #6771] | Ulrich Drepper |
2007-07-22 | (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed. | Ulrich Drepper |
2007-04-16 | * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow, | Ulrich Drepper |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper |
2007-07-31 | . | Jakub Jelinek |
2006-12-13 | [BZ #2337] | Ulrich Drepper |
2006-01-19 | (_IO_new_file_fopen): If ,ccs= is given, also set vtable to the wide vtable. | Ulrich Drepper |
2005-09-27 | [BZ #1078] | Ulrich Drepper |
2005-09-04 | * stdio-common/Makefile (tests): Add tst-put-error. | Ulrich Drepper |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper |