summaryrefslogtreecommitdiff
path: root/libio/fileops.c
AgeCommit message (Expand)Author
2026-02-23libio: Fix deadlock between freopen, fflush (NULL) and fclose (bug 24963)Florian Weimer
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-04-14libio: Synthesize ESPIPE error if lseek returns 0 after reading bytesFlorian Weimer
2025-02-13libio: Initialize _total_written for all kinds of streamsTulio Magno Quites Machado Filho
2025-01-28Fix fflush handling for mmap files after ungetc (bug 32535)Joseph Myers
2025-01-28Fix fseek handling for mmap files after ungetc or fflush (bug 32529)Joseph Myers
2025-01-28Make fclose seek input file to right offset (bug 12724)Joseph Myers
2025-01-28Fix fflush after ungetc on input file (bug 5994)Joseph Myers
2025-01-28libio: Start to return errors when flushing fwrite's buffer [BZ #29459]Tulio Magno Quites Machado Filho
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-17ungetc: Guarantee single char pushbackSiddhesh Poyarekar
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-05fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-13Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-20libio: Remove codecvt vtable [BZ #24588]Florian Weimer
2019-01-31libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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