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
/
stdio-common
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
string: Add strerrorname_np and strerrordesc_np
Adhemerval Zanella
2
-0
/
+98
2020-07-07
string: Add sigabbrev_np and sigdescr_np
Adhemerval Zanella
1
-0
/
+1
2020-07-07
signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
4
-14
/
+101
2020-07-07
signal: Move sys_siglist to a compat symbol
Adhemerval Zanella
3
-5
/
+7
2020-07-07
Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
Joseph Myers
4
-121
/
+45
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
2
-2
/
+2
2020-03-25
Fix tests which expose ldbl -> _Float128 redirects
Paul E. Murphy
1
-0
/
+4
2020-03-20
stdio: Add tests for printf multibyte convertion leak [BZ#25691]
Adhemerval Zanella
2
-2
/
+115
2020-03-20
stdio: Remove memory leak from multibyte convertion [BZ#25691]
Florian Weimer
1
-144
/
+180
2020-02-17
Prepare redirections for IEEE long double on powerpc64le
Gabriel F. T. Gomes
1
-1
/
+2
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
114
-114
/
+114
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
114
-114
/
+114
2019-06-27
Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
Gabriel F. T. Gomes
2
-13
/
+63
2019-03-07
Break lines before not after operators, batch 4.
Joseph Myers
1
-22
/
+22
2019-02-27
hurd: Add renameat2 support for RENAME_NOREPLACE
Samuel Thibault
1
-1
/
+3
2019-02-27
Add some spaces before '('.
Joseph Myers
3
-6
/
+6
2019-02-22
Break some lines before not after operators.
Joseph Myers
3
-15
/
+15
2019-02-21
Add internal implementations for argp.h, err.h, and error.h functions
Gabriel F. T. Gomes
1
-7
/
+9
2019-01-03
Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
Zack Weinberg
14
-72
/
+447
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
108
-108
/
+108
2018-12-07
Prepare vfscanf to use __strtof128_internal
Gabriel F. T. Gomes
1
-0
/
+14
2018-12-05
Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.
Zack Weinberg
1
-4
/
+0
2018-12-05
Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)
Zack Weinberg
5
-4
/
+56
2018-12-05
Add __v*printf_internal with flags arguments
Zack Weinberg
13
-2370
/
+2410
2018-12-05
Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.
Zack Weinberg
1
-4
/
+0
2018-12-05
Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.
Zack Weinberg
7
-39
/
+6
2018-12-05
Add __vfscanf_internal and __vfwscanf_internal with flags arguments.
Zack Weinberg
16
-3073
/
+3178
2018-11-01
Disable -Wformat-overflow= warnings for some printf tests.
Joseph Myers
2
-0
/
+29
2018-10-17
Don't reduce test timeout to less than default
Andreas Schwab
2
-2
/
+0
2018-08-14
error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]
Florian Weimer
1
-6
/
+10
2018-07-18
Avoid insecure usage of tmpnam in tests.
Joseph Myers
3
-11
/
+33
2018-07-05
Add renameat2 function [BZ #17662]
Florian Weimer
5
-3
/
+242
2018-07-03
stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363]
Florian Weimer
2
-114
/
+2
2018-07-02
ldbl-128ibm-compat: Add printf_size
Gabriel F. T. Gomes
3
-2
/
+97
2018-06-26
Fix hardcoded /tmp paths in testing (bug 13888).
Joseph Myers
7
-10
/
+17
2018-06-19
Fix scanf rounding of negative floating-point numbers (bug 23280).
Joseph Myers
3
-17
/
+71
2018-02-21
Remove miscellaneous debris from libio.
Zack Weinberg
2
-2
/
+2
2018-02-21
Remove _IO_file_flags define.
Zack Weinberg
1
-2
/
+2
2018-02-21
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
10
-50
/
+25
2018-02-05
Remove some unnecessary redefinitions of std symbols.
Zack Weinberg
2
-8
/
+1
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
96
-96
/
+96
2017-12-24
Deprecate external use of libio.h and _G_config.h.
Zack Weinberg
1
-1
/
+0
2017-12-11
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
1
-12
/
+12
2017-11-16
Prefer https for Sourceware links
Siddhesh Poyarekar
2
-2
/
+2
2017-11-02
stdio-common: Use array_length and array_end macros
Florian Weimer
14
-42
/
+47
2017-10-13
[BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7
Tulio Magno Quites Machado Filho
2
-0
/
+12
2017-09-01
linux: Implement tmpfile with O_TMPFILE (BZ#21530)
Adhemerval Zanella
3
-10
/
+44
2017-08-31
stdio-common: Remove internal_function attribute
Florian Weimer
2
-5
/
+2
2017-08-22
Hide internal printf functions [BZ #18822/21986]
H.J. Lu
2
-2
/
+2
2017-08-18
Consolidate non cancellable write call
Adhemerval Zanella
1
-1
/
+1
[prev]
[next]