summaryrefslogtreecommitdiff
path: root/libio/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-77/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer2019-11-131-17/+13
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* libio: Remove codecvt vtable [BZ #24588]Florian Weimer2019-05-201-3/+0
* libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov2019-01-311-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-131-4/+3
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-211-13/+0
* Remove _IO_file_flags define.Zack Weinberg2018-02-211-1/+1
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-78/+77
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella2017-12-121-0/+3
* libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer2017-08-311-86/+9
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-3/+3
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable read callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-16/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-5/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* 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