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