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
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
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.
Joseph Myers
2020-01-01
176
-176
/
+176
*
Remove __waitpid_nocancel
Adhemerval Zanella
2019-12-19
1
-1
/
+5
*
libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]
Florian Weimer
2019-11-27
1
-0
/
+5
*
Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions
Gabriel F. T. Gomes
2019-11-22
1
-2
/
+0
*
Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
Florian Weimer
2019-11-13
4
-63
/
+52
*
libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose
Arjun Shankar
2019-11-11
1
-13
/
+7
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
175
-175
/
+175
*
iconv: Revert steps array reference counting changes
Florian Weimer
2019-07-31
4
-115
/
+8
*
Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
Gabriel F. T. Gomes
2019-06-27
1
-4
/
+16
*
libio: do not attempt to free wide buffers of legacy streams [BZ #24228]
Dmitry V. Levin
2019-06-20
4
-5
/
+59
*
libio: freopen of default streams crashes in old programs [BZ #24632]
Florian Weimer
2019-06-12
2
-1
/
+6
*
libio: Fix gconv-related memory leak [BZ #24583]
Florian Weimer
2019-05-21
4
-8
/
+115
*
libio: Remove codecvt vtable [BZ #24588]
Florian Weimer
2019-05-20
9
-205
/
+92
*
Fix crash in _IO_wfile_sync (bug 20568)
Andreas Schwab
2019-05-15
4
-3
/
+46
*
Break more lines before not after operators.
Joseph Myers
2019-02-25
1
-2
/
+2
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-7
/
+7
*
libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr
Florian Weimer
2019-02-18
10
-51
/
+44
*
Fix -Wempty-body warnings in glibc.
Joseph Myers
2019-02-13
1
-1
/
+1
*
Fix wide char format specifier in libio/tst-bz24153.c.
Stefan Liebler
2019-02-06
1
-2
/
+2
*
libio: Use stdin consistently for input functions [BZ #24153]
Florian Weimer
2019-02-03
9
-21
/
+135
*
libio: use stdout in puts and putchar, etc [BZ #24051].
Paul Pluzhnikov
2019-01-31
9
-25
/
+106
*
Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
Zack Weinberg
2019-01-03
9
-19
/
+45
*
Set behavior of sprintf-like functions with overlapping source and destination
Gabriel F. T. Gomes
2019-01-02
5
-4
/
+127
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
171
-171
/
+171
*
Remove redirection of _IO_vfprintf
Gabriel F. T. Gomes
2018-12-11
1
-1
/
+0
*
Prepare vfscanf to use __strtof128_internal
Gabriel F. T. Gomes
2018-12-07
1
-3
/
+15
*
Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)
Zack Weinberg
2018-12-05
3
-24
/
+58
*
Add __v*printf_internal with flags arguments
Zack Weinberg
2018-12-05
13
-54
/
+114
*
Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.
Zack Weinberg
2018-12-05
2
-4
/
+2
*
Add __vfscanf_internal and __vfwscanf_internal with flags arguments.
Zack Weinberg
2018-12-05
9
-30
/
+68
*
posix: Use posix_spawn on popen
Adhemerval Zanella
2018-11-30
1
-47
/
+85
*
support: Add signal support to support_capture_subprocess_check
Florian Weimer
2018-11-28
1
-17
/
+1
*
Don't reduce test timeout to less than default
Andreas Schwab
2018-10-17
1
-1
/
+0
*
Increase timeout of libio/tst-readline
Szabolcs Nagy
2018-10-09
1
-0
/
+1
*
libio: Flush stream at freopen (BZ#21037)
Adhemerval Zanella
2018-10-02
6
-26
/
+185
*
Fix copyright years in recent commits
Florian Weimer
2018-07-10
2
-2
/
+2
*
libio: Implement internal function __libc_readline_unlocked
Florian Weimer
2018-07-06
8
-9
/
+435
*
Add renameat2 function [BZ #17662]
Florian Weimer
2018-07-05
1
-0
/
+12
*
libio: Add tst-vtables, tst-vtables-interposed
Florian Weimer
2018-06-26
4
-0
/
+578
*
libio: Disable vtable validation in case of interposition [BZ #23313]
Florian Weimer
2018-06-26
1
-0
/
+16
*
libio: Avoid ptrdiff_t overflow in IO_validate_vtable
Florian Weimer
2018-06-20
1
-2
/
+2
*
libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]
Florian Weimer
2018-06-01
6
-30
/
+23
*
hurd: Avoid more libc.so local PLTs
Samuel Thibault
2018-04-03
2
-0
/
+2
*
[BZ 1190] Make EOF sticky in stdio.
Zack Weinberg
2018-03-13
5
-9
/
+121
*
Remove miscellaneous debris from libio.
Zack Weinberg
2018-02-21
17
-234
/
+32
*
Remove _IO_file_flags define.
Zack Weinberg
2018-02-21
15
-98
/
+64
*
Remove legacy configuration knobs from libio.
Zack Weinberg
2018-02-21
9
-47
/
+14
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
99
-882
/
+844
*
Remove vestiges of external build support from libio headers.
Zack Weinberg
2018-02-21
3
-43
/
+5
*
Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...
Joseph Myers
2018-02-21
2
-1
/
+4
[next]