]> git.ipfire.org Git - thirdparty/glibc.git/history - libio
GLIBC-SA-2024-0004: add commit for 2.31 branch
[thirdparty/glibc.git] / libio /
2 days ago  Samuel ThibaultRevert "Allow glibc to be compiled without EXEC_PAGESIZE"
2024-04-10  Adhemerval Zanellaposix: Sync tempname with gnulib
2024-03-23  Sergey BugaevAllow glibc to be compiled without EXEC_PAGESIZE
2024-02-27  Adhemerval Zanellalibio: Improve fortify with clang
2024-02-01  Joseph MyersRefer to C23 in place of C2X in glibc
2024-01-02  Florian Weimerlibio: Check remaining buffer size in _IO_wdo_write...
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-09-27  Xi Ruoyaolibio: Add nonnull attribute for most FILE * arguments...
2023-09-08  Adam Jacksonlibio: Fix oversized __io_vtables
2023-07-20  Samuel Thibaulthurd: Fix tst-openloc
2023-07-05  Joe Simmons-Talbottfileops: Don't process ,ccs= as individual mode flags...
2023-07-05  Frédéric Bératlibio/bits/stdio2-decl.h: Avoid PLT entries with _FORTI...
2023-07-05  Frédéric Bératlibio/bits/stdio2.h: Clearly separate declaration from...
2023-07-05  Frédéric BératExclude routines from fortification
2023-07-03  Andreas SchwabAlways do locking when accessing streams (bug 15142...
2023-06-19  Frédéric Bérattests: replace system by xsystem
2023-06-13  Frederic Berattests: replace fread by xfread
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-06-01  Frédéric Bérattests: replace write by xwrite
2023-05-16  Xi Ruoyaolibio: Add __nonnull for FILE * arguments of fclose...
2023-05-01  Sergey BugaevMark various cold functions as __COLD
2023-04-06  Florian Weimer<stdio.h>: Make fopencookie, vasprintf, asprintf availa...
2023-04-05  Adhemerval Zanellalibio: Remove unused pragma weak on vtable
2023-03-28  Joe Simmons-Talbottsystem: Add "--" after "-c" for sh (BZ #28519)
2023-03-27  Adhemerval Zanella... libio: Remove the usage of __libc_IO_vtables
2023-03-27  Adhemerval Zanella... libio: Do not autogenerate stdio_lim.h
2023-03-27  Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
2023-03-02  Joseph MyersC2x scanf binary constant handling
2023-02-14  Adhemerval Zanellastdio: Do not ignore posix_spawn error on popen (BZ...
2023-02-06  Wilco DijkstraReplace rawmemchr (s, '\0') with strchr
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 ...
next