aboutsummaryrefslogtreecommitdiff
path: root/libio/fileops.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-07-05fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott1-0/+1
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-77/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-4/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-13Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer1-17/+13
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-05-20libio: Remove codecvt vtable [BZ #24588]Florian Weimer1-3/+0
2019-01-31libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov1-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg1-4/+3
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg1-13/+0
2018-02-21Remove _IO_file_flags define.Zack Weinberg1-1/+1
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-78/+77
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella1-0/+3
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer1-86/+9
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-3/+3
2017-08-18Consolidate non cancellable write callAdhemerval Zanella1-1/+1
2017-08-18Consolidate non cancellable read callAdhemerval Zanella1-1/+1
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-16/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-5/+13
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-07-08Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao1-2/+2
2015-05-22Avoid some aliasing violations in libioFlorian Weimer1-9/+9
2015-02-24Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov1-1/+12
2015-02-17Cleanup: add missing #include'sPaul Pluzhnikov1-0/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-04Fix up function definition styleSiddhesh Poyarekar1-92/+27
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar1-1/+7
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar1-4/+3
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