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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
Fix conditionals on mtrace-based tests (bug 31892)
Carlos O'Donell
1
-9
/
+25
2024-05-24
Revert "Test fscanf of long double without <stdio.h>"
H.J. Lu
1
-1
/
+0
2024-05-24
Test fscanf of long double without <stdio.h>
H.J. Lu
1
-0
/
+1
2024-04-10
posix: Sync tempname with gnulib
Adhemerval Zanella
1
-0
/
+1
2024-02-01
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
1
-2
/
+2
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
1
-2
/
+3
2024-01-25
localedata: Use consistent values for grouping and mon_grouping
Mike FABIAN
1
-0
/
+3
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-11-21
elf: Fix _dl_debug_vdprintf to work before self-relocation
Adhemerval Zanella
1
-0
/
+5
2023-09-28
C2x scanf %wN, %wfN support
Joseph Myers
1
-0
/
+1
2023-07-06
vfscanf-internal: Remove potentially unbounded allocas
Adhemerval Zanella
1
-0
/
+3
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-1
/
+14
2023-06-19
C2x printf %wN, %wfN support (bug 24466)
Joseph Myers
1
-0
/
+1
2023-05-18
stdio-common: Adjust tests in Makefile
Carlos O'Donell
1
-22
/
+22
2023-05-16
stdio-common: Reformat Makefile.
Carlos O'Donell
1
-10
/
+20
2023-03-27
stdio-common: tests: don't double-define _FORTIFY_SOURCE
Sam James
1
-1
/
+1
2023-03-02
C2x scanf binary constant handling
Joseph Myers
1
-0
/
+22
2023-02-14
stdio: Do not ignore posix_spawn error on popen (BZ #29016)
Adhemerval Zanella
1
-0
/
+3
2023-02-06
Account for grouping in printf width (bug 30068)
Carlos O'Donell
1
-0
/
+2
2023-01-31
libio: Update number of written bytes in dprintf implementation
Florian Weimer
1
-0
/
+1
2023-01-30
Account for octal marker in %#o format
Andreas Schwab
1
-0
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-12-19
stdio-common: Add __translated_number_width
Florian Weimer
1
-0
/
+1
2022-12-19
stdio-common: Add __printf_function_invoke
Florian Weimer
1
-0
/
+2
2022-12-19
stdio-common: Introduce buffers for implementing printf
Florian Weimer
1
-0
/
+16
2022-12-19
locale: Implement struct grouping_iterator
Florian Weimer
1
-1
/
+8
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-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
1
-0
/
+2
2022-05-23
stdio-common: Add tst-memstream-string for open_memstream overflow
Florian Weimer
1
-0
/
+3
2022-05-23
stdio-common: Add tst-vfprintf-width-i18n to cover numeric field width
Florian Weimer
1
-0
/
+3
2022-05-13
stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
Adhemerval Zanella
1
-1
/
+13
2022-05-13
stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
Adhemerval Zanella
1
-1
/
+19
2022-04-15
stdio: Split __get_errname definition from errlist.c
Adhemerval Zanella
1
-0
/
+1
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
1
-1
/
+1
2021-12-23
stdio: Implement %#m for vfprintf and related functions
Florian Weimer
1
-1
/
+3
2021-11-10
Support C2X printf %b, %B
Joseph Myers
1
-1
/
+2
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
1
-5
/
+10
2021-06-01
stdio-common: Remove _IO_vfwscanf
Florian Weimer
1
-1
/
+1
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
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
1
-1
/
+2
2020-07-09
Fix memory leak in __printf_fp_l (bug 26215).
Joseph Myers
1
-3
/
+8
2020-07-09
Fix double free in __printf_fp_l (bug 26214).
Joseph Myers
1
-3
/
+8
2020-07-07
signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
1
-0
/
+11
2020-07-07
Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
Joseph Myers
1
-1
/
+2
2020-03-20
stdio: Add tests for printf multibyte convertion leak [BZ#25691]
Adhemerval Zanella
1
-2
/
+7
[next]