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