aboutsummaryrefslogtreecommitdiff
path: root/libio/libioP.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab1-1/+0
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-27/+109
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+0
2023-03-02C2x scanf binary constant handlingJoseph Myers1-1/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-2/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-0/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes1-4/+16
2019-06-12libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer1-0/+5
2019-05-20libio: Remove codecvt vtable [BZ #24588]Florian Weimer1-1/+28
2019-02-22Break some lines before not after operators.Joseph Myers1-7/+7
2019-02-18libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderrFlorian Weimer1-1/+29
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes1-1/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes1-3/+15
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-18/+9
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-5/+42
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg1-3/+2
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-0/+22
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer1-2/+2
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg1-40/+9
2018-02-21Remove _IO_file_flags define.Zack Weinberg1-2/+2
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg1-4/+0
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-188/+188
2018-02-21Remove vestiges of external build support from libio headers.Zack Weinberg1-8/+0
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-10/+10
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg1-1/+1
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg1-0/+7
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer1-78/+10
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-07-06hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault1-0/+2
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-13/+63
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov1-40/+0
2015-05-22Fix indentation to match nesting in previous commitFlorian Weimer1-1/+1
2015-05-22Avoid some aliasing violations in libioFlorian Weimer1-4/+19
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-05-01Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath1-0/+2
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton1-1/+1