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
2022-11-21
stdio-common: Add missing dependencies (bug 29780)
Andreas Schwab
1
-2
/
+4
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-0
/
+2
2022-10-28
Fix missing NUL terminator in stdio-common/scanf13 test
Szabolcs Nagy
1
-0
/
+1
2022-09-17
tst-sprintf-errno: Update Hurd message length
Samuel Thibault
1
-1
/
+1
2022-09-11
tst-sprintf-errno: Update Hurd message output
Samuel Thibault
1
-1
/
+1
2022-09-08
errlist: add missing entry for EDEADLOCK (bug 29545)
Andreas Schwab
1
-0
/
+8
2022-08-29
Add test for bug 29530
Andreas Schwab
2
-0
/
+41
2022-06-10
libio: Avoid RMW of flags2 outside lock (BZ #27842)
Wilco Dijkstra
1
-1
/
+0
2022-05-24
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
Florian Weimer
1
-18
/
+3
2022-05-24
stdio-common: Move union printf_arg int <printf.h>
Florian Weimer
1
-23
/
+0
2022-05-24
stdio-common: Add printf specifier registry to <printf.h>
Florian Weimer
4
-14
/
+1
2022-05-23
stdio-common: Add tst-memstream-string for open_memstream overflow
Florian Weimer
2
-0
/
+80
2022-05-23
__printf_fphex always uses LC_NUMERIC
Florian Weimer
1
-19
/
+11
2022-05-23
vfprintf: Consolidate some multibyte/wide character processing
Florian Weimer
1
-87
/
+43
2022-05-23
vfprintf: Move argument processing into vfprintf-process-arg.c
Florian Weimer
2
-499
/
+517
2022-05-23
stdio-common: Add tst-vfprintf-width-i18n to cover numeric field width
Florian Weimer
2
-0
/
+98
2022-05-13
stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
Adhemerval Zanella
3
-5
/
+20
2022-05-13
stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
Adhemerval Zanella
7
-18
/
+89
2022-04-15
stdio: Split __get_errname definition from errlist.c
Adhemerval Zanella
3
-36
/
+64
2022-03-18
stdio-common: Add wide stream coverage to tst-vfprintf-user-type
Florian Weimer
1
-27
/
+93
2022-03-17
stdio-common: Generate ja_JP.EUC-JP locale
Florian Weimer
1
-0
/
+1
2022-03-17
stdio-common: Re-flow and sort Makefile variables
Florian Weimer
1
-64
/
+215
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
122
-122
/
+122
2021-12-27
stdio-common: Fix %m sprintf test output for GNU/Hurd
Samuel Thibault
1
-0
/
+10
2021-12-23
stdio: Implement %#m for vfprintf and related functions
Florian Weimer
3
-6
/
+116
2021-11-10
Support C2X printf %b, %B
Joseph Myers
7
-21
/
+193
2021-11-08
Fix memmove call in vfprintf-internal.c:group_number
Joseph Myers
1
-1
/
+2
2021-10-04
Fix stdio-common tests for GCC 12 -Waddress
Joseph Myers
3
-10
/
+0
2021-09-23
vfprintf: Unify argument handling in process_arg
Florian Weimer
1
-117
/
+89
2021-09-23
vfprintf: Handle floating-point cases outside of process_arg macro
Florian Weimer
1
-111
/
+75
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
19
-22
/
+0
2021-08-23
hurd: Fix errlist error mapping
Samuel Thibault
1
-5
/
+7
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
1
-5
/
+10
2021-07-07
libio: Replace internal _IO_getdelim symbol with __getdelim
Florian Weimer
1
-1
/
+1
2021-06-01
stdio-common: Remove _IO_vfwscanf
Florian Weimer
2
-39
/
+1
2021-05-10
linux: Move funlockfile/_IO_funlockfile into libc
Adhemerval Zanella
1
-3
/
+3
2021-05-10
linux: Move ftrylockfile/_IO_ftrylockfile into libc
Adhemerval Zanella
1
-4
/
+3
2021-05-10
linux: Move flockfile/_IO_flockfile into libc
Adhemerval Zanella
1
-3
/
+3
2021-05-06
Annotate additional APIs with GCC attribute access.
Martin Sebor
2
-2
/
+2
2021-05-03
stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)
Alyssa Ross
1
-9
/
+4
2021-03-31
stdio-common/printf-prs.c: Reword comment
Alejandro Colomar \(man-pages\)
1
-2
/
+2
2021-02-05
printf: Add smoke tests for long double
Siddhesh Poyarekar
2
-28
/
+103
2021-02-03
stdio-common: Add a few double formatting tests [BZ #27245]
Mike Hommey
1
-1
/
+29
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
120
-120
/
+120
2020-11-12
tests: Remove NULL check for an array
Siddhesh Poyarekar
4
-8
/
+0
2020-10-08
__vfscanf_internal: fix aliasing violation (bug 26690)
Andreas Schwab
1
-11
/
+11
2020-10-08
Revert "Fix missing redirects in testsuite targets"
Andreas Schwab
1
-2
/
+2
2020-09-29
string: Fix strerrorname_np return value [BZ #26555]
Adhemerval Zanella
3
-37
/
+669
2020-07-09
Fix memory leak in __printf_fp_l (bug 26215).
Joseph Myers
3
-8
/
+57
2020-07-09
Fix double free in __printf_fp_l (bug 26214).
Joseph Myers
3
-3
/
+48
[prev]
[next]