GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdio-common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Account for grouping in printf width (bug 30068)
Carlos O'Donell
2023-02-08
3
-5
/
+73
*
libio: Update number of written bytes in dprintf implementation
Florian Weimer
2023-01-31
2
-0
/
+46
*
Account for octal marker in %#o format
Andreas Schwab
2023-01-30
3
-0
/
+56
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
162
-162
/
+162
*
libio: Convert __vswprintf_internal to buffers (bug 27857)
Florian Weimer
2022-12-19
1
-0
/
+6
*
libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
Florian Weimer
2022-12-19
1
-0
/
+4
*
libio: Convert __vdprintf_internal to buffers
Florian Weimer
2022-12-19
1
-0
/
+4
*
libio: Convert __vasprintf_internal to buffers
Florian Weimer
2022-12-19
1
-0
/
+4
*
libio: Convert __vsprintf_internal to buffers
Florian Weimer
2022-12-19
1
-0
/
+4
*
stdio-common: Add lock optimization to vfprintf and vfwprintf
Florian Weimer
2022-12-19
1
-0
/
+8
*
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
2022-12-19
5
-1135
/
+720
*
stdio-common: Add __translated_number_width
Florian Weimer
2022-12-19
2
-0
/
+43
*
stdio-common: Add __printf_function_invoke
Florian Weimer
2022-12-19
4
-0
/
+104
*
stdio-common: Introduce buffers for implementing printf
Florian Weimer
2022-12-19
27
-0
/
+1241
*
locale: Implement struct grouping_iterator
Florian Weimer
2022-12-19
4
-1
/
+461
*
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
*
Fix missing NUL terminator in stdio-common/scanf13 test
Szabolcs Nagy
2022-10-28
1
-0
/
+1
*
tst-sprintf-errno: Update Hurd message length
Samuel Thibault
2022-09-17
1
-1
/
+1
*
tst-sprintf-errno: Update Hurd message output
Samuel Thibault
2022-09-11
1
-1
/
+1
*
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
2
-0
/
+41
*
libio: Avoid RMW of flags2 outside lock (BZ #27842)
Wilco Dijkstra
2022-06-10
1
-1
/
+0
*
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
Florian Weimer
2022-05-24
1
-18
/
+3
*
stdio-common: Move union printf_arg int <printf.h>
Florian Weimer
2022-05-24
1
-23
/
+0
*
stdio-common: Add printf specifier registry to <printf.h>
Florian Weimer
2022-05-24
4
-14
/
+1
*
stdio-common: Add tst-memstream-string for open_memstream overflow
Florian Weimer
2022-05-23
2
-0
/
+80
*
__printf_fphex always uses LC_NUMERIC
Florian Weimer
2022-05-23
1
-19
/
+11
*
vfprintf: Consolidate some multibyte/wide character processing
Florian Weimer
2022-05-23
1
-87
/
+43
*
vfprintf: Move argument processing into vfprintf-process-arg.c
Florian Weimer
2022-05-23
2
-499
/
+517
*
stdio-common: Add tst-vfprintf-width-i18n to cover numeric field width
Florian Weimer
2022-05-23
2
-0
/
+98
*
stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
Adhemerval Zanella
2022-05-13
3
-5
/
+20
*
stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
Adhemerval Zanella
2022-05-13
7
-18
/
+89
*
stdio: Split __get_errname definition from errlist.c
Adhemerval Zanella
2022-04-15
3
-36
/
+64
*
stdio-common: Add wide stream coverage to tst-vfprintf-user-type
Florian Weimer
2022-03-18
1
-27
/
+93
*
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
122
-122
/
+122
*
stdio-common: Fix %m sprintf test output for GNU/Hurd
Samuel Thibault
2021-12-27
1
-0
/
+10
*
stdio: Implement %#m for vfprintf and related functions
Florian Weimer
2021-12-23
3
-6
/
+116
*
Support C2X printf %b, %B
Joseph Myers
2021-11-10
7
-21
/
+193
*
Fix memmove call in vfprintf-internal.c:group_number
Joseph Myers
2021-11-08
1
-1
/
+2
*
Fix stdio-common tests for GCC 12 -Waddress
Joseph Myers
2021-10-04
3
-10
/
+0
*
vfprintf: Unify argument handling in process_arg
Florian Weimer
2021-09-23
1
-117
/
+89
*
vfprintf: Handle floating-point cases outside of process_arg macro
Florian Weimer
2021-09-23
1
-111
/
+75
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
19
-22
/
+0
*
hurd: Fix errlist error mapping
Samuel Thibault
2021-08-23
1
-5
/
+7
*
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
2021-07-22
1
-5
/
+10
*
libio: Replace internal _IO_getdelim symbol with __getdelim
Florian Weimer
2021-07-07
1
-1
/
+1
*
stdio-common: Remove _IO_vfwscanf
Florian Weimer
2021-06-01
2
-39
/
+1
[next]