aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella1-2/+2
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-15Remove -fexceptions configure test.Joseph Myers1-58/+58
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab1-0/+24
2015-09-03Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers1-1/+1
2015-08-12Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov1-1/+7
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab1-1/+1
2014-06-07Remove redundant C locale settings.Joseph Myers1-1/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-14/+2
2014-05-27Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar1-1/+3
2014-03-25Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libioAndreas Schwab1-0/+2
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-4/+4
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar1-1/+1
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-4/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-3/+6
2014-02-14Split up rules for tests using mtrace and something else.Joseph Myers1-7/+9
2014-02-05Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-2/+2
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-01[BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger1-1/+1
2012-11-28Make fwrite return 0 on EOFSiddhesh Poyarekar1-1/+2
2012-10-24Define and use $(run-built-tests).Joseph Myers1-1/+1
2012-09-28Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar1-1/+2
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin1-2/+2
2012-09-10Run tst-fopenloc if $(build-shared) is yesH.J. Lu1-4/+14
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath1-3/+3
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-4/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-05-13Fix file descriptor position after fcloseUlrich Drepper1-2/+2
2009-09-02Fix fsetpos on wide stream.Andreas Schwab1-1/+1
2009-06-16Run tst-fgetwc with necessary envvar.Ulrich Drepper1-0/+1
2009-02-042009-02-04 Ulrich Drepper <drepper@redhat.com>cvs/fedora-glibc-20090204T2135Ulrich Drepper1-2/+2
2008-07-27* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper1-2/+2
2007-10-13* libio/Makefile (tests): Add tst-ext2.Ulrich Drepper1-2/+2
2006-12-13[BZ #2337]Ulrich Drepper1-1/+2