]> git.ipfire.org Git - thirdparty/glibc.git/history - libio
tst-freopen4: Remove temporary directory from warning message
[thirdparty/glibc.git] / libio /
2025-06-17  H. Peter Anvin ... io: replace local_isatty() with a proper function __isa...
2025-04-22  Joseph MyersAdd AT_* constants from Linux 6.12
2025-04-14  Frédéric Bératlibio: Add test case for fflush
2025-04-14  Florian Weimerlibio: Synthesize ESPIPE error if lseek returns 0 after...
2025-03-03  Samuel Zeterlibio: Clean up fputc/putc comments
2025-02-13  Tulio Magno Quites... libio: Initialize _total_written for all kinds of streams
2025-02-05  Tulio Magno Quites... libio: Replace __LP64__ with __WORDSIZE
2025-01-28  Joseph MyersFix fflush handling for mmap files after ungetc (bug...
2025-01-28  Joseph MyersFix fseek handling for mmap files after ungetc or fflus...
2025-01-28  Joseph MyersMake fflush (NULL) flush input files (bug 32369)
2025-01-28  Joseph MyersMake fclose seek input file to right offset (bug 12724)
2025-01-28  Joseph MyersFix fflush after ungetc on input file (bug 5994)
2025-01-28  Tulio Magno Quites... libio: Start to return errors when flushing fwrite...
2025-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-12-27  Florian Weimerlibio: asprintf should write NULL upon failure
2024-12-22  Adhemerval ZanellaCheck if TEST_CC supports -Wno-restrict before using it
2024-12-22  H.J. LuSuppress Clang -Wgnu-folding-constant warnings
2024-12-22  Adhemerval ZanellaHandle pragma GCC optimize for clang
2024-12-17  Siddhesh Poyarekarungetc: Guarantee single char pushback
2024-12-17  Siddhesh Poyarekarlibio: Fix last NULL-as-0 issue in libioP.h
2024-12-17  Alejandro Colomarlibio: Use NULL instead of 0 as a null pointer constant
2024-11-28  Siddhesh Poyarekarlibio: make _IO_least_marker static
2024-11-25  Alejandro ColomarSilence most -Wzero-as-null-pointer-constant diagnostics
2024-10-25  Peter Ammonlibio: Fix crash in fputws [BZ #20632]
2024-10-25  Arjun Shankarlibio: Correctly link tst-popen-fork against libpthread
2024-10-23  Arjun Shankarlibio: Fix a deadlock after fork in popen
2024-09-30  H.J. Lulibio: Set _vtable_offset before calling _IO_link_in...
2024-09-20  Aaron MereyAdd another test for fclose on an unopened file
2024-09-05  Joseph MyersFix freopen handling of ,ccs= (bug 23675)
2024-09-05  Aaron MereyTest fclose on an unopened file.
2024-09-05  Joseph MyersFix memory leak on freopen error return (bug 32140)
2024-09-05  Joseph MyersClear flags2 flags set from mode in freopen (bug 32134)
2024-09-04  Siddhesh Poyarekarlibio: Attempt wide backup free only for non-legacy...
2024-08-15  Siddhesh Poyarekarungetc: Fix backup buffer leak on program exit [BZ...
2024-08-15  Siddhesh Poyarekarungetc: Fix uninitialized read when putting into unused...
2024-08-14  Frédéric Bératlibio/tst-getdelim: Add new test covering NUL as a...
2024-08-05  Andreas SchwabFix name space violation in fortify wrappers (bug 32052)
2024-07-09  Andreas Schwablibio: handle opening a file when all files are closed...
2024-07-01  Carlos O'DonellFix conditionals on mtrace-based tests (bug 31892)
2024-06-11  Philip Kaludercic<stdio.h>: Acknowledge that getdelim/getline are in...
2024-06-04  Florian Weimerlibio: Test for fdopen memory leak without SEEK_END...
2024-06-04  Andreas SchwabRemove memory leak in fdopen (bug 31840)
2024-05-21  H.J. LuChange _IO_stderr_/_IO_stdin_/_IO_stdout to compat...
2024-05-17  Alexandre FerrieuxUse a doubly-linked list for _IO_list_all (bug 27777)
2024-05-13  Maciej W. Rozyckilibio/bug-wsetpos: Make the error message match the...
2024-05-06  H.J. LuAdd crt1-2.0.o for glibc 2.0 compatibility tests
2024-04-30  H.J. Lulibio: Sort test variables in Makefile
2024-04-22  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
next