summaryrefslogtreecommitdiff
path: root/libio/Makefile
AgeCommit message (Expand)Author
2026-03-10libio: Properly link in function _IO_wfile_doallocate in static binariesYunze Zhu
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-08-22libio: Properly link in libio functions in static binariesH.J. Lu
2025-04-14libio: Add test case for fflushFrédéric Bérat
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-27libio: asprintf should write NULL upon failureFlorian Weimer
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella
2024-10-25libio: Fix crash in fputws [BZ #20632]Peter Ammon
2024-10-25libio: Correctly link tst-popen-fork against libpthreadArjun Shankar
2024-10-23libio: Fix a deadlock after fork in popenArjun Shankar
2024-10-01libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu
2024-09-20Add another test for fclose on an unopened fileAaron Merey
2024-09-05Test fclose on an unopened file.Aaron Merey
2024-07-09libio: handle opening a file when all files are closed (bug 31963)Andreas Schwab
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell
2024-06-04libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu
2024-04-30libio: Sort test variables in MakefileH.J. Lu
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-02getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-03-08libio: Ensure output buffer for wchars (bug #28828)José Bollo
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-07-21libio: Remove __libc_readline_unlockedFlorian Weimer
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab
2019-02-03libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer
2019-01-31libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer
2018-06-26libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg