aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile
AgeCommit message (Expand)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-27libio: asprintf should write NULL upon failureFlorian Weimer1-0/+1
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella1-2/+4
2024-10-25libio: Fix crash in fputws [BZ #20632]Peter Ammon1-0/+2
2024-10-25libio: Correctly link tst-popen-fork against libpthreadArjun Shankar1-0/+2
2024-10-23libio: Fix a deadlock after fork in popenArjun Shankar1-0/+1
2024-10-01libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu1-0/+7
2024-09-20Add another test for fclose on an unopened fileAaron Merey1-0/+12
2024-09-05Test fclose on an unopened file.Aaron Merey1-0/+1
2024-07-09libio: handle opening a file when all files are closed (bug 31963)Andreas Schwab1-0/+1
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-11/+31
2024-06-04libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer1-2/+16
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu1-0/+6
2024-04-30libio: Sort test variables in MakefileH.J. Lu1-20/+84
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-07-05Exclude routines from fortificationFrédéric Bérat1-2/+21
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-0/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2023-01-02getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-3/+11
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho1-1/+1
2022-03-08libio: Ensure output buffer for wchars (bug #28828)José Bollo1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-4/+8
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-1/+1
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song1-0/+28
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-07-21libio: Remove __libc_readline_unlockedFlorian Weimer1-2/+2
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella1-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-07-31iconv: Revert steps array reference counting changesFlorian Weimer1-14/+2
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin1-1/+13
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer1-2/+14
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab1-1/+3
2019-02-03libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer1-1/+1
2019-01-31libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov1-1/+1
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes1-1/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella1-2/+2
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer1-2/+2
2018-06-26libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer1-0/+2
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg1-1/+2
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg1-4/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-1/+2
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella1-2/+9
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-59/+59
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1