about summary refs log tree commit diff
path: root/libio/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2024-05-061-0/+6
* libio: Sort test variables in MakefileH.J. Lu2024-04-301-20/+84
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Exclude routines from fortificationFrédéric Bérat2023-07-051-2/+21
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-0/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab2023-01-021-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-3/+11
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-141-1/+1
* libio: Ensure output buffer for wchars (bug #28828)José Bollo2022-03-081-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-4/+8
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-1/+1
* Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song2021-04-161-0/+28
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* libio: Remove __libc_readline_unlockedFlorian Weimer2020-07-211-2/+2
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-071-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
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-311-14/+2
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-201-1/+13
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-211-2/+14
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-151-1/+3
* libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer2019-02-031-1/+1
* libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov2019-01-311-1/+1
* Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes2019-01-021-1/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-021-2/+2
* libio: Implement internal function __libc_readline_unlockedFlorian Weimer2018-07-061-2/+2
* libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer2018-06-261-0/+2
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-131-1/+2
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-071-4/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-1/+2
* libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella2017-12-121-2/+9
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-59/+59
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella2016-09-301-2/+2
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove -fexceptions configure test.Joseph Myers2015-10-151-58/+58
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+24
* Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers2015-09-031-1/+1
* Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov2015-08-121-1/+7
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-081-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab2014-11-031-1/+1