aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile
AgeCommit message (Expand)Author
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
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-09-03Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers
2015-08-12Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers