about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath2014-05-011-0/+2
* Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libioAndreas Schwab2014-03-251-0/+2
* Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2014-03-172-2/+2
* Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2014-03-172-2/+2
* Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar2014-03-172-4/+66
* Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar2014-03-174-92/+178
* Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar2014-03-171-18/+31
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-4/+4
* Fix up formatting in tst-ftell-active-handler.cSiddhesh Poyarekar2014-03-041-7/+7
* Fix up formattingSiddhesh Poyarekar2014-03-041-2/+2
* Use cached offset in ftell when reliableSiddhesh Poyarekar2014-03-044-23/+58
* Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar2014-03-045-133/+588
* 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
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-214-17/+17
* Split up rules for tests using mtrace and something else.Joseph Myers2014-02-141-7/+9
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-3/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-123-11/+11
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-109-19/+19
* Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar2014-02-053-5/+115
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01153-153/+153
* Rename Oriya locale to Odia (bug 15601)Siddhesh Poyarekar2013-11-201-1/+1
* Fix fwrite() reading beyond end of buffer in error pathEric Biggers2013-10-115-24/+21
* Fix memory leaks in libio on allocation failureAllan McRae2013-09-092-3/+8
* Remove --disable-versioning.Joseph Myers2013-09-041-2/+2
* Fix typos.Ondřej Bílka2013-08-211-2/+2
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-087-14/+14
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-074-17/+17
* Fix leading whitespaces.Ondrej Bilka2013-06-062-2/+2
* Remove trailing whitespace.Joseph Myers2013-06-052-3/+3
* Initialize wide struct info.Ondrej Bilka2013-05-241-0/+4
* Fix off-by-one bug in tst-fwrite-errorSiddhesh Poyarekar2013-04-151-1/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-112-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-02153-174/+153
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* [BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger2012-12-013-144/+4
* Make fwrite return 0 on EOFSiddhesh Poyarekar2012-11-284-11/+78
* printf should return negative value on errorSiddhesh Poyarekar2012-11-164-14/+15
* Note in a comment that references to C++ bits are obsoleteSiddhesh Poyarekar2012-11-161-0/+8
* Change type of constant to avoid a warning.Thomas Schwinge2012-11-011-1/+1
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers2012-10-189-87/+12
* Remove _IO_pos_t.Joseph Myers2012-10-101-1/+0
* Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers2012-10-095-8/+8
* Don't flush write buffer for ftellSiddhesh Poyarekar2012-09-282-25/+112
* Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar2012-09-283-1/+234
* Remove various _G_*_t type names.Joseph Myers2012-09-252-8/+8
* Fix minor typos in commentsSiddhesh Poyarekar2012-09-251-2/+2