summaryrefslogtreecommitdiff
path: root/libio/libioP.h
AgeCommit message (Expand)Author
2026-02-23libio: Fix deadlock between freopen, fflush (NULL) and fclose (bug 24963)Florian Weimer
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-08-22libio: Properly link in libio functions in static binariesH.J. Lu
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-17ungetc: Guarantee single char pushbackSiddhesh Poyarekar
2024-12-17libio: Fix last NULL-as-0 issue in libioP.hSiddhesh Poyarekar
2024-12-17libio: Use NULL instead of 0 as a null pointer constantAlejandro Colomar
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-10-23libio: Fix a deadlock after fork in popenArjun Shankar
2024-08-15ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
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