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
/
vfprintf-internal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
vfprintf-internal: Get rid of alloca.
Joe Simmons-Talbott
2023-08-01
1
-1
/
+22
*
C2x printf %wN, %wfN support (bug 24466)
Joseph Myers
2023-06-19
1
-9
/
+73
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
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
1
-483
/
+181
*
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
Florian Weimer
2022-05-24
1
-18
/
+3
*
stdio-common: Add printf specifier registry to <printf.h>
Florian Weimer
2022-05-24
1
-1
/
+0
*
vfprintf: Move argument processing into vfprintf-process-arg.c
Florian Weimer
2022-05-23
1
-499
/
+2
*
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
-5
/
+20
*
Support C2X printf %b, %B
Joseph Myers
2021-11-10
1
-17
/
+31
*
Fix memmove call in vfprintf-internal.c:group_number
Joseph Myers
2021-11-08
1
-1
/
+2
*
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
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
Joseph Myers
2020-07-07
1
-119
/
+1
*
stdio: Remove memory leak from multibyte convertion [BZ#25691]
Florian Weimer
2020-03-20
1
-144
/
+180
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
Gabriel F. T. Gomes
2019-06-27
1
-13
/
+60
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.
Zack Weinberg
2018-12-05
1
-4
/
+0
*
Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)
Zack Weinberg
2018-12-05
1
-2
/
+0
*
Add __v*printf_internal with flags arguments
Zack Weinberg
2018-12-05
1
-0
/
+2364