summaryrefslogtreecommitdiff
path: root/libio/fileops.c
AgeCommit message (Expand)Author
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-07-08Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao
2015-05-22Avoid some aliasing violations in libioFlorian Weimer
2015-02-24Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov
2015-02-17Cleanup: add missing #include'sPaul Pluzhnikov
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-04Fix up function definition styleSiddhesh Poyarekar
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer
2014-05-27Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar
2014-03-04Use cached offset in ftell when reliableSiddhesh Poyarekar
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-01[BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger
2012-11-16printf should return negative value on errorSiddhesh Poyarekar
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers
2012-09-28Don't flush write buffer for ftellSiddhesh Poyarekar
2012-09-25Fix minor typos in commentsSiddhesh Poyarekar
2012-09-05Fix typos in commentsSiddhesh Poyarekar
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge
2012-03-29Remove xsputn small copy optimization.David S. Miller
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2011-08-20Fix fopen (non-existing-file, "re") errnoAndreas Jaeger
2011-05-17Fix fileops.c build for old kernelsH.J. Lu
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper
2011-05-14Initialize variable in _IO_new_file_close_itUlrich Drepper