index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
stdlib: Move _IO_cleanup to call_function_static_weak
Adhemerval Zanella
1
-2
/
+0
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-3
/
+11
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
4
-22
/
+0
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
4
-1
/
+4
2022-09-22
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
4
-14
/
+14
2022-08-01
Remove spurious references to _dl_open_hook
Florian Weimer
1
-4
/
+0
2022-07-14
Apply asm redirections in stdio.h before first use [BZ #27087]
Tulio Magno Quites Machado Filho
4
-68
/
+124
2022-03-18
libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)
Florian Weimer
2
-2
/
+8
2022-03-18
libio: Convert tst_swprintf to the test framework
Florian Weimer
1
-51
/
+28
2022-03-08
libio: Ensure output buffer for wchars (bug #28828)
José Bollo
4
-2
/
+36
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
176
-176
/
+176
2021-10-20
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
1
-63
/
+43
2021-10-20
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2
-4
/
+4
2021-10-12
libio: Update tst-wfile-sync to not depend on stdin
Stafford Horne
2
-4
/
+24
2021-09-30
Add C2X _PRINTF_NAN_LEN_MAX
Joseph Myers
1
-0
/
+6
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
18
-20
/
+0
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
1
-4
/
+8
2021-07-07
libio: Replace internal _IO_getdelim symbol with __getdelim
Florian Weimer
2
-5
/
+3
2021-07-07
libio: Add hidden prototype for ungetc
Florian Weimer
1
-3
/
+3
2021-06-22
Use 64 bit time_t stat internally
Adhemerval Zanella
4
-7
/
+7
2021-06-04
libio: Assume _IO_lock_inexpensive
Adhemerval Zanella
1
-9
/
+2
2021-06-02
Add missing symbols to Version files
Florian Weimer
1
-0
/
+3
2021-06-01
stdio-common: Remove _IO_vfwscanf
Florian Weimer
1
-2
/
+0
2021-05-16
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
6
-25
/
+174
2021-05-06
Annotate additional APIs with GCC attribute access.
Martin Sebor
1
-4
/
+6
2021-04-21
nptl: Move pthread_setcancelstate into libc
Florian Weimer
1
-3
/
+2
2021-04-16
Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
Fangrui Song
9
-0
/
+69
2021-03-30
libio: Update license on test case
Siddhesh Poyarekar
1
-9
/
+10
2021-03-01
Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)
Martin Sebor
1
-4
/
+3
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
174
-174
/
+174
2020-12-31
nonstring: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2
-29
/
+35
2020-10-08
Revert "Fix missing redirects in testsuite targets"
Andreas Schwab
1
-1
/
+1
2020-09-11
Remove internal usage of extensible stat functions
Adhemerval Zanella
1
-1
/
+1
2020-08-20
Fix namespace violation in stdio.h and sys/stat.h if build with optimization. [BZ #26376]
Stefan Liebler
1
-2
/
+2
2020-07-21
libio: Remove __libc_readline_unlocked
Florian Weimer
4
-410
/
+2
2020-07-07
signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
2
-7
/
+1
2020-05-04
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
2
-11
/
+19
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
2
-6
/
+6
2020-02-18
<fd_to_filename.h>: Add type safety and port to Hurd
Florian Weimer
2
-4
/
+4
2020-02-17
Prepare redirections for IEEE long double on powerpc64le
Gabriel F. T. Gomes
2
-20
/
+42
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
176
-176
/
+176
2019-12-19
Remove __waitpid_nocancel
Adhemerval Zanella
1
-1
/
+5
2019-11-27
libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]
Florian Weimer
1
-0
/
+5
2019-11-22
Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions
Gabriel F. T. Gomes
1
-2
/
+0
2019-11-13
Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
Florian Weimer
4
-57
/
+46
2019-11-11
libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose
Arjun Shankar
1
-13
/
+7
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
175
-175
/
+175
2019-07-31
iconv: Revert steps array reference counting changes
Florian Weimer
4
-115
/
+8
2019-06-27
Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
Gabriel F. T. Gomes
1
-4
/
+16
2019-06-20
libio: do not attempt to free wide buffers of legacy streams [BZ #24228]
Dmitry V. Levin
4
-5
/
+59
[prev]
[next]