about summary refs log tree commit diff
path: root/libio/wfileops.c
Commit message (Expand)AuthorAgeFilesLines
* libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer2024-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-77/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* libio: Ensure output buffer for wchars (bug #28828)José Bollo2022-03-081-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* 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-45/+44
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-151-2/+3
* 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-0/+4
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-211-5/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-24/+24
* 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/+4
* libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer2017-08-311-25/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-3/+3
* 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-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix up function definition styleSiddhesh Poyarekar2014-12-041-20/+6
* Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar2014-12-041-1/+4
* ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar2014-12-041-5/+4
* Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab2014-11-031-5/+20
* Fix memory leak in error path of do_ftell_wide (BZ #17370)Siddhesh Poyarekar2014-09-161-1/+4
* Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]Tim Lammens2014-09-111-0/+1
* Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar2014-05-271-3/+10
* Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar2014-03-171-23/+24
* Fix up formattingSiddhesh Poyarekar2014-03-041-2/+2
* Use cached offset in ftell when reliableSiddhesh Poyarekar2014-03-041-1/+24
* Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar2014-03-041-102/+127
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-6/+6
* Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar2014-02-051-4/+7
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-4/+4
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers2012-10-091-1/+1
* Don't flush write buffer for ftellSiddhesh Poyarekar2012-09-281-20/+96
* Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar2012-09-281-0/+59
* Fix typos in commentsSiddhesh Poyarekar2012-09-051-1/+1
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-55/+55
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove unused variablesMarek Polacek2011-11-111-13/+12