GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-01-01
189
-189
/
+189
*
libio: asprintf should write NULL upon failure
Florian Weimer
2024-12-27
3
-9
/
+60
*
Check if TEST_CC supports -Wno-restrict before using it
Adhemerval Zanella
2024-12-23
1
-2
/
+4
*
Suppress Clang -Wgnu-folding-constant warnings
H.J. Lu
2024-12-22
2
-0
/
+8
*
Handle pragma GCC optimize for clang
Adhemerval Zanella
2024-12-22
2
-2
/
+10
*
ungetc: Guarantee single char pushback
Siddhesh Poyarekar
2024-12-17
6
-23
/
+43
*
libio: Fix last NULL-as-0 issue in libioP.h
Siddhesh Poyarekar
2024-12-17
1
-1
/
+1
*
libio: Use NULL instead of 0 as a null pointer constant
Alejandro Colomar
2024-12-17
1
-4
/
+7
*
libio: make _IO_least_marker static
Siddhesh Poyarekar
2024-11-28
1
-3
/
+1
*
Silence most -Wzero-as-null-pointer-constant diagnostics
Alejandro Colomar
2024-11-25
6
-9
/
+10
*
libio: Fix crash in fputws [BZ #20632]
Peter Ammon
2024-10-25
4
-4
/
+108
*
libio: Correctly link tst-popen-fork against libpthread
Arjun Shankar
2024-10-25
1
-0
/
+2
*
libio: Fix a deadlock after fork in popen
Arjun Shankar
2024-10-23
4
-0
/
+107
*
libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]
H.J. Lu
2024-10-01
3
-1
/
+95
*
Add another test for fclose on an unopened file
Aaron Merey
2024-09-20
4
-3
/
+69
*
Fix freopen handling of ,ccs= (bug 23675)
Joseph Myers
2024-09-05
2
-6
/
+3
*
Test fclose on an unopened file.
Aaron Merey
2024-09-05
2
-0
/
+41
*
Fix memory leak on freopen error return (bug 32140)
Joseph Myers
2024-09-05
2
-0
/
+4
*
Clear flags2 flags set from mode in freopen (bug 32134)
Joseph Myers
2024-09-05
2
-0
/
+9
*
libio: Attempt wide backup free only for non-legacy code
Siddhesh Poyarekar
2024-09-04
1
-1
/
+1
*
ungetc: Fix backup buffer leak on program exit [BZ #27821]
Siddhesh Poyarekar
2024-08-15
2
-2
/
+8
*
ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
Siddhesh Poyarekar
2024-08-15
1
-1
/
+1
*
libio/tst-getdelim: Add new test covering NUL as a delimiter
Frédéric Bérat
2024-08-14
1
-1
/
+21
*
Fix name space violation in fortify wrappers (bug 32052)
Andreas Schwab
2024-08-05
1
-20
/
+20
*
libio: handle opening a file when all files are closed (bug 31963)
Andreas Schwab
2024-07-09
3
-1
/
+37
*
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
2024-07-01
1
-11
/
+31
*
<stdio.h>: Acknowledge that getdelim/getline are in POSIX
Philip Kaludercic
2024-06-11
1
-12
/
+2
*
libio: Test for fdopen memory leak without SEEK_END support (bug 31840)
Florian Weimer
2024-06-04
2
-2
/
+64
*
Remove memory leak in fdopen (bug 31840)
Andreas Schwab
2024-06-04
1
-1
/
+5
*
Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]
H.J. Lu
2024-05-21
1
-0
/
+4
*
Use a doubly-linked list for _IO_list_all (bug 27777)
Alexandre Ferrieux
2024-05-17
3
-2
/
+43
*
libio/bug-wsetpos: Make the error message match the causing function
Maciej W. Rozycki
2024-05-13
1
-1
/
+1
*
Add crt1-2.0.o for glibc 2.0 compatibility tests
H.J. Lu
2024-05-06
2
-0
/
+58
*
libio: Sort test variables in Makefile
H.J. Lu
2024-04-30
1
-20
/
+84
*
Revert "Allow glibc to be compiled without EXEC_PAGESIZE"
Samuel Thibault
2024-04-22
1
-1
/
+1
*
posix: Sync tempname with gnulib
Adhemerval Zanella
2024-04-10
1
-0
/
+1
*
Allow glibc to be compiled without EXEC_PAGESIZE
Sergey Bugaev
2024-03-23
1
-1
/
+1
*
libio: Improve fortify with clang
Adhemerval Zanella
2024-02-27
1
-20
/
+153
*
Refer to C23 in place of C2X in glibc
Joseph Myers
2024-02-01
2
-7
/
+7
*
libio: Check remaining buffer size in _IO_wdo_write (bug 31183)
Florian Weimer
2024-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
179
-179
/
+179
*
libio: Add nonnull attribute for most FILE * arguments in stdio.h
Xi Ruoyao
2023-09-26
3
-78
/
+99
*
libio: Fix oversized __io_vtables
Adam Jackson
2023-09-08
1
-1
/
+4
*
hurd: Fix tst-openloc
Samuel Thibault
2023-07-20
1
-1
/
+2
*
fileops: Don't process ,ccs= as individual mode flags (BZ#18906)
Joe Simmons-Talbott
2023-07-05
2
-1
/
+34
*
libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE
Frédéric Bérat
2023-07-05
1
-1
/
+1
*
libio/bits/stdio2.h: Clearly separate declaration from definitions
Frédéric Bérat
2023-07-05
2
-48
/
+49
*
Exclude routines from fortification
Frédéric Bérat
2023-07-05
1
-2
/
+21
*
Always do locking when accessing streams (bug 15142, bug 14697)
Andreas Schwab
2023-07-03
2
-34
/
+10
*
tests: replace system by xsystem
Frédéric Bérat
2023-06-19
1
-2
/
+5
[next]