Regenerate configure.
[platform/upstream/glibc.git] / libio /
2023-01-31 Florian Weimerlibio: Update number of written bytes in dprintf implem...
2023-01-25 Florian Weimerstdio-common: Handle -1 buffer size in __sprintf_chk...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-02 Andreas Schwabgetdelim: ensure error indicator is set on error (bug...
2022-12-19 Florian Weimerlibio: Convert __vswprintf_internal to buffers (bug...
2022-12-19 Florian Weimerlibio: Convert __obstack_vprintf_internal to buffers...
2022-12-19 Florian Weimerlibio: Convert __vdprintf_internal to buffers
2022-12-19 Florian Weimerlibio: Convert __vasprintf_internal to buffers
2022-12-19 Florian Weimerlibio: Convert __vsprintf_internal to buffers
2022-12-19 Florian Weimerstdio-common: Convert vfprintf and related functions...
2022-12-12 Adhemerval Zanellastdlib: Move _IO_cleanup to call_function_static_weak
2022-11-01 Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-18 Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18 Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-09-22 Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-08-01 Florian WeimerRemove spurious references to _dl_open_hook
2022-07-14 Tulio Magno Quites... Apply asm redirections in stdio.h before first use...
2022-03-18 Florian Weimerlibio: Flush-only _IO_str_overflow must not return...
2022-03-18 Florian Weimerlibio: Convert tst_swprintf to the test framework
2022-03-08 José Bollolibio: Ensure output buffer for wchars (bug #28828)
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-10-20 Siddhesh PoyarekarMake sure that the fortified function conditionals...
2021-10-20 Siddhesh PoyarekarDon't add access size hints to fortifiable functions
2021-10-12 Stafford Hornelibio: Update tst-wfile-sync to not depend on stdin
2021-09-30 Joseph MyersAdd C2X _PRINTF_NAN_LEN_MAX
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-07 Florian Weimerlibio: Replace internal _IO_getdelim symbol with __getdelim
2021-07-07 Florian Weimerlibio: Add hidden prototype for ungetc
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-06-04 Adhemerval Zanellalibio: Assume _IO_lock_inexpensive
2021-06-02 Florian WeimerAdd missing symbols to Version files
2021-06-01 Florian Weimerstdio-common: Remove _IO_vfwscanf
2021-05-16 Martin SeborEnable support for GCC 11 -Wmismatched-dealloc.
2021-05-06 Martin SeborAnnotate additional APIs with GCC attribute access.
2021-04-21 Florian Weimernptl: Move pthread_setcancelstate into libc
2021-04-16 Fangrui SongSet the retain attribute on _elf_set_element if CC...
2021-03-30 Siddhesh Poyarekarlibio: Update license on test case
2021-03-01 Martin SeborCorrect buffer end pointer in IO_wdefault_doallocate...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31 Siddhesh Poyarekarnonstring: Enable __FORTIFY_LEVEL=3
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-08-20 Stefan LieblerFix namespace violation in stdio.h and sys/stat.h if...
2020-07-21 Florian Weimerlibio: Remove __libc_readline_unlocked
2020-07-07 Adhemerval Zanellasignal: Move sys_errlist to a compat symbol
2020-05-04 Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-04-30 Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-02-18 Florian Weimer<fd_to_filename.h>: Add type safety and port to Hurd
2020-02-17 Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-19 Adhemerval ZanellaRemove __waitpid_nocancel
2019-11-27 Florian Weimerlibio: Disable vtable validation for pre-2.1 interposed...
2019-11-22 Gabriel F. T. GomesUse DEPRECATED_SCANF macro for remaining C99-compliant...
2019-11-13 Florian WeimerRedefine _IO_iconv_t to store a single gconv step point...
2019-11-11 Arjun Shankarlibio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-07-31 Florian Weimericonv: Revert steps array reference counting changes
2019-06-27 Gabriel F. T. GomesPrepare vfprintf to use __printf_fp/__printf_fphex...
2019-06-20 Dmitry V. Levinlibio: do not attempt to free wide buffers of legacy...
2019-06-12 Florian Weimerlibio: freopen of default streams crashes in old progra...
2019-05-21 Florian Weimerlibio: Fix gconv-related memory leak [BZ #24583]
2019-05-20 Florian Weimerlibio: Remove codecvt vtable [BZ #24588]
2019-05-15 Andreas SchwabFix crash in _IO_wfile_sync (bug 20568)
2019-02-25 Joseph MyersBreak more lines before not after operators.
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-02-18 Florian Weimerlibio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr
2019-02-13 Joseph MyersFix -Wempty-body warnings in glibc.
2019-02-06 Stefan LieblerFix wide char format specifier in libio/tst-bz24153.c.
2019-02-03 Florian Weimerlibio: Use stdin consistently for input functions ...
2019-01-31 Paul Pluzhnikovlibio: use stdout in puts and putchar, etc [BZ #24051].
2019-01-03 Zack WeinbergUse C99-compliant scanf under _GNU_SOURCE with modern...
2019-01-02 Gabriel F. T. GomesSet behavior of sprintf-like functions with overlapping...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-11 Gabriel F. T. GomesRemove redirection of _IO_vfprintf
2018-12-07 Gabriel F. T. GomesPrepare vfscanf to use __strtof128_internal
2018-12-05 Zack WeinbergUse PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug...
2018-12-05 Zack WeinbergAdd __v*printf_internal with flags arguments
2018-12-05 Zack WeinbergUse SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.
2018-12-05 Zack WeinbergAdd __vfscanf_internal and __vfwscanf_internal with...
2018-11-30 Adhemerval Zanellaposix: Use posix_spawn on popen
2018-11-28 Florian Weimersupport: Add signal support to support_capture_subproce...
2018-10-17 Andreas SchwabDon't reduce test timeout to less than default
2018-10-09 Szabolcs NagyIncrease timeout of libio/tst-readline
2018-10-02 Adhemerval Zanellalibio: Flush stream at freopen (BZ#21037)
2018-07-10 Florian WeimerFix copyright years in recent commits
2018-07-06 Florian Weimerlibio: Implement internal function __libc_readline_unlocked
2018-07-05 Florian WeimerAdd renameat2 function [BZ #17662]
2018-06-26 Florian Weimerlibio: Add tst-vtables, tst-vtables-interposed
2018-06-26 Florian Weimerlibio: Disable vtable validation in case of interpositi...
2018-06-20 Florian Weimerlibio: Avoid ptrdiff_t overflow in IO_validate_vtable
2018-06-01 Florian Weimerlibio: Avoid _allocate_buffer, _free_buffer function...
2018-04-03 Samuel Thibaulthurd: Avoid more libc.so local PLTs
2018-03-13 Zack Weinberg[BZ 1190] Make EOF sticky in stdio.
2018-02-21 Zack WeinbergRemove miscellaneous debris from libio.
2018-02-21 Zack WeinbergRemove _IO_file_flags define.
2018-02-21 Zack WeinbergRemove legacy configuration knobs from libio.
2018-02-21 Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-21 Zack WeinbergRemove vestiges of external build support from libio...
2018-02-21 Joseph MyersFix -Os putc_unlocked, fputc_unlocked linknamespace...
next