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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
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
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Add __v*printf_internal with flags arguments
Zack Weinberg
2018-12-05
1
-2344
/
+7
*
Remove miscellaneous debris from libio.
Zack Weinberg
2018-02-21
1
-1
/
+1
*
Remove _IO_file_flags define.
Zack Weinberg
2018-02-21
1
-2
/
+2
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
1
-14
/
+12
*
Remove some unnecessary redefinitions of std symbols.
Zack Weinberg
2018-02-05
1
-6
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
stdio-common: Use array_length and array_end macros
Florian Weimer
2017-11-02
1
-3
/
+3
*
stdio-common: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-2
/
+1
*
vfprintf: Reuse work_buffer in group_number
Florian Weimer
2017-06-29
1
-29
/
+38
*
vfprintf: Use struct scratch_buffer for positional arguments allocation
Florian Weimer
2017-06-29
1
-40
/
+28
*
vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
Florian Weimer
2017-06-29
1
-1
/
+1
*
float128: Add strfromf128
Gabriel F. T. Gomes
2017-06-07
1
-2
/
+8
*
vfprintf.c: Refactor magic number 32 into EXTSIZ.
Carlos O'Donell
2017-05-08
1
-25
/
+27
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
vfprintf: Avoid creating a VLA which complicates stack management
Florian Weimer
2016-09-02
1
-1
/
+1
*
libio: Implement vtable verification [BZ #20191]
Florian Weimer
2016-06-23
1
-2
/
+2
*
vfprintf: Fix memory with large width and precision [BZ #19931]
Florian Weimer
2016-04-25
1
-0
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
vfprintf: Rewrite printf_positional to use struct scratch_buffer
Florian Weimer
2015-10-17
1
-40
/
+10
*
Fix BZ #18872 -- memory leak in printf_positional.
Paul Pluzhnikov
2015-09-16
1
-0
/
+4
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
1
-1
/
+1
*
vfprintf: Remove label name switching for the jump table
Florian Weimer
2015-05-21
1
-17
/
+4
*
vfprintf: Introduce printf_positional function
Florian Weimer
2015-05-21
1
-347
/
+369
*
vfprintf: Move jump table definition and the macros out of function
Florian Weimer
2015-05-21
1
-65
/
+64
*
vfprintf: Define WORK_BUFFER_SIZE
Florian Weimer
2015-03-06
1
-11
/
+11
*
vfprintf: Introduce JUMP_TABLE_BASE_LABEL
Florian Weimer
2015-03-06
1
-3
/
+6
*
vfprintf: Introduce THOUSANDS_SEP_T
Florian Weimer
2015-03-06
1
-18
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
Jeff Law
2014-12-15
1
-2
/
+38
*
Correctly handle %p in wprintf (BZ #16890)
Andreas Schwab
2014-05-01
1
-1
/
+2
*
Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
Will Newton
2014-03-17
1
-1
/
+1
*
Fix _IO_JUMPS_OFFSET -Wundef warnings
Will Newton
2014-03-17
1
-1
/
+1
*
Fix integer overflow in vfwprintf. Fixes bug 14286.
Ondřej Bílka
2014-01-07
1
-1
/
+7
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Fix fwrite() reading beyond end of buffer in error path
Eric Biggers
2013-10-11
1
-6
/
+6
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-4
/
+4
*
Replace __builtin_expect(..., 0) with __glibc_unlikely().
Paul Pluzhnikov
2013-03-05
1
-19
/
+19
*
* stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
Paul Pluzhnikov
2013-03-05
1
-4
/
+13
*
Remove __ptrvalue, __bounded and __unbounded.
Joseph Myers
2013-02-13
1
-2
/
+2
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
printf should return negative value on error
Siddhesh Poyarekar
2012-11-16
1
-4
/
+24
*
2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
Jeff Law
2012-09-28
1
-36
/
+3
*
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-24
1
-15
/
+16
[next]