summary refs log tree commit diff
path: root/libio/libioP.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-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
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-271-4/+16
* libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer2019-06-121-0/+5
* libio: Remove codecvt vtable [BZ #24588]Florian Weimer2019-05-201-1/+28
* Break some lines before not after operators.Joseph Myers2019-02-221-7/+7
* libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderrFlorian Weimer2019-02-181-1/+29
* Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes2019-01-021-1/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-071-3/+15
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-18/+9
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-5/+42
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-051-3/+2
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-051-0/+22
* libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer2018-06-201-2/+2
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-211-40/+9
* Remove _IO_file_flags define.Zack Weinberg2018-02-211-2/+2
* Remove legacy configuration knobs from libio.Zack Weinberg2018-02-211-4/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-188/+188
* Remove vestiges of external build support from libio headers.Zack Weinberg2018-02-211-8/+0
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-10/+10
* Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2018-02-071-1/+1
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-071-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer2017-08-311-78/+10
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault2016-07-061-0/+2
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-13/+63
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov2015-08-121-40/+0
* Fix indentation to match nesting in previous commitFlorian Weimer2015-05-221-1/+1
* Avoid some aliasing violations in libioFlorian Weimer2015-05-221-4/+19
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath2014-05-011-0/+2
* Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2014-03-171-1/+1
* Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2014-03-171-1/+1
* Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar2014-03-041-0/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typos.Ondřej Bílka2013-08-211-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* printf should return negative value on errorSiddhesh Poyarekar2012-11-161-3/+2
* Note in a comment that references to C++ bits are obsoleteSiddhesh Poyarekar2012-11-161-0/+8
* Remove various _G_*_t type names.Joseph Myers2012-09-251-2/+2
* Remove _G_USING_THUNKS.Joseph Myers2012-09-101-30/+12