about summary refs log tree commit diff
path: root/libio/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao2015-07-081-2/+2
* Avoid some aliasing violations in libioFlorian Weimer2015-05-221-9/+9
* Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov2015-02-241-1/+12
* Cleanup: add missing #include'sPaul Pluzhnikov2015-02-171-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix up function definition styleSiddhesh Poyarekar2014-12-041-92/+27
* Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar2014-12-041-1/+7
* ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar2014-12-041-4/+3
* Complete the removal of __gconv_translit_findFlorian Weimer2014-09-121-7/+2
* Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar2014-05-271-1/+11
* Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar2014-03-171-65/+37
* Use cached offset in ftell when reliableSiddhesh Poyarekar2014-03-041-6/+28
* Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar2014-03-041-30/+75
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix fwrite() reading beyond end of buffer in error pathEric Biggers2013-10-111-12/+9
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-7/+7
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* [BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger2012-12-011-11/+3
* printf should return negative value on errorSiddhesh Poyarekar2012-11-161-8/+10
* Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers2012-10-181-43/+10
* Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers2012-10-091-4/+4
* Don't flush write buffer for ftellSiddhesh Poyarekar2012-09-281-5/+16
* Fix minor typos in commentsSiddhesh Poyarekar2012-09-251-2/+2
* Fix typos in commentsSiddhesh Poyarekar2012-09-051-1/+1
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-75/+70
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-101-2/+2
* Remove xsputn small copy optimization.David S. Miller2012-03-291-15/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-3/+1
* Fix fopen (non-existing-file, "re") errnoAndreas Jaeger2011-08-201-13/+11
* Fix fileops.c build for old kernelsH.J. Lu2011-05-171-0/+1
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-3/+17
* Initialize variable in _IO_new_file_close_itUlrich Drepper2011-05-141-0/+2
* Fix file descriptor position after fcloseUlrich Drepper2011-05-131-6/+12
* Use al possible bytes from fopen mode string.Eric Blake2011-04-221-16/+16
* Remove doubled words.Jim Meyering2011-04-221-3/+3
* (_IO_new_file_fopen): Don't prematurely stop parsing mode string.Ulrich Drepper2009-06-091-3/+3
* * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.Ulrich Drepper2008-07-271-1/+1
* [BZ #6771]Ulrich Drepper2008-07-261-1/+3
* (_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed.Ulrich Drepper2007-07-221-0/+5
* * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,Ulrich Drepper2007-04-161-6/+5
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-5/+6
* .Jakub Jelinek2007-07-311-6/+5
* [BZ #2337]Ulrich Drepper2006-12-131-7/+4
* (_IO_new_file_fopen): If ,ccs= is given, also set vtable to the wide vtable.Ulrich Drepper2006-01-191-1/+4
* [BZ #1078]Ulrich Drepper2005-09-271-2/+4
* * stdio-common/Makefile (tests): Add tst-put-error.Ulrich Drepper2005-09-041-4/+6
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-21/+18
* 2.5-18.1Jakub Jelinek2007-07-121-18/+21