summaryrefslogtreecommitdiff
path: root/libio/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant C locale settings.Joseph Myers2014-06-071-1/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-14/+2
* Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar2014-05-271-1/+3
* Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libioAndreas Schwab2014-03-251-0/+2
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-4/+4
* Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar2014-03-041-1/+1
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-4/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-3/+6
* Split up rules for tests using mtrace and something else.Joseph Myers2014-02-141-7/+9
* Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar2014-02-051-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove --disable-versioning.Joseph Myers2013-09-041-2/+2
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1