aboutsummaryrefslogtreecommitdiff
path: root/libio/wfileops.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-77/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-03-08libio: Ensure output buffer for wchars (bug #28828)José Bollo1-1/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-2/+0
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
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-45/+44
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab1-2/+3
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-0/+4
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg1-5/+0
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-24/+24
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/+4
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer1-25/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-3/+3
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-3/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-04Fix up function definition styleSiddhesh Poyarekar1-20/+6
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar1-1/+4
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar1-5/+4
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab1-5/+20
2014-09-16Fix memory leak in error path of do_ftell_wide (BZ #17370)Siddhesh Poyarekar1-1/+4
2014-09-11Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]Tim Lammens1-0/+1
2014-05-27Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar1-3/+10
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar1-23/+24
2014-03-04Fix up formattingSiddhesh Poyarekar1-2/+2
2014-03-04Use cached offset in ftell when reliableSiddhesh Poyarekar1-1/+24
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar1-102/+127
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-6/+6
2014-02-05Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar1-4/+7
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-4/+4
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers1-1/+1
2012-09-28Don't flush write buffer for ftellSiddhesh Poyarekar1-20/+96
2012-09-28Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar1-0/+59
2012-09-05Fix typos in commentsSiddhesh Poyarekar1-1/+1
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-55/+55
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-11-11Remove unused variablesMarek Polacek1-13/+12