aboutsummaryrefslogtreecommitdiff
path: root/libio/fileops.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer1-7/+2
2014-05-27Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar1-1/+11
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar1-65/+37
2014-03-04Use cached offset in ftell when reliableSiddhesh Poyarekar1-6/+28
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar1-30/+75
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-5/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers1-12/+9
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-7/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-01[BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger1-11/+3
2012-11-16printf should return negative value on errorSiddhesh Poyarekar1-8/+10
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers1-43/+10
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers1-4/+4
2012-09-28Don't flush write buffer for ftellSiddhesh Poyarekar1-5/+16
2012-09-25Fix minor typos in commentsSiddhesh Poyarekar1-2/+2
2012-09-05Fix typos in commentsSiddhesh Poyarekar1-1/+1
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-75/+70
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-2/+2
2012-03-29Remove xsputn small copy optimization.David S. Miller1-15/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-3/+1
2011-08-20Fix fopen (non-existing-file, "re") errnoAndreas Jaeger1-13/+11
2011-05-17Fix fileops.c build for old kernelsH.J. Lu1-0/+1
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper1-3/+17
2011-05-14Initialize variable in _IO_new_file_close_itUlrich Drepper1-0/+2
2011-05-13Fix file descriptor position after fcloseUlrich Drepper1-6/+12
2011-04-22Use al possible bytes from fopen mode string.Eric Blake1-16/+16
2011-04-22Remove doubled words.Jim Meyering1-3/+3
2009-06-09(_IO_new_file_fopen): Don't prematurely stop parsing mode string.Ulrich Drepper1-3/+3
2008-07-27* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.Ulrich Drepper1-1/+1
2008-07-26[BZ #6771]Ulrich Drepper1-1/+3
2007-07-22(_IO_new_file_fopen): Recognize 'e' flag and set O_CLOEXEC is needed.Ulrich Drepper1-0/+5
2007-04-16* libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,Ulrich Drepper1-6/+5
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-5/+6
2007-07-31.Jakub Jelinek1-6/+5
2006-12-13[BZ #2337]Ulrich Drepper1-7/+4
2006-01-19(_IO_new_file_fopen): If ,ccs= is given, also set vtable to the wide vtable.Ulrich Drepper1-1/+4
2005-09-27[BZ #1078]Ulrich Drepper1-2/+4
2005-09-04* stdio-common/Makefile (tests): Add tst-put-error.Ulrich Drepper1-4/+6
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-21/+18
2007-07-122.5-18.1Jakub Jelinek1-18/+21
2004-12-06Update.Ulrich Drepper1-42/+8
2004-11-09(_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just cal...Ulrich Drepper1-1/+12
2004-11-082004-11-03 Marcus Brinkmann <marcus@gnu.org>Roland McGrath1-1/+1
2004-09-14Update.Ulrich Drepper1-4/+5
2004-04-01(new_do_write): Return _IO_size_t to make 64-bit clean.Andreas Jaeger1-2/+2
2004-01-14Update.Ulrich Drepper1-4/+4
2003-09-11Update.Ulrich Drepper1-1/+1
2003-09-06Update.Ulrich Drepper1-9/+7