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