aboutsummaryrefslogtreecommitdiff
path: root/libio/libioP.h
AgeCommit message (Expand)Author
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes
2019-06-12libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer
2019-05-20libio: Remove codecvt vtable [BZ #24588]Florian Weimer
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-18libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderrFlorian Weimer
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-21Remove vestiges of external build support from libio headers.Zack Weinberg
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer
2017-07-04Single threaded stdio optimizationSzabolcs Nagy
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-07-06hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov
2015-05-22Fix indentation to match nesting in previous commitFlorian Weimer
2015-05-22Avoid some aliasing violations in libioFlorian Weimer
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-05-01Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-21Fix typos.Ondřej Bílka