about summary refs log tree commit diff
path: root/libio/libioP.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault2024-04-221-1/+1
* Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2024-03-231-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab2023-07-031-1/+0
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-27/+109
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+0
* C2x scanf binary constant handlingJoseph Myers2023-03-021-1/+5
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-2/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-0/+1
* 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