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
/
printf_fp.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
*
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
2022-12-19
1
-424
/
+312
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Fix memory leak in __printf_fp_l (bug 26215).
Joseph Myers
2020-07-09
1
-5
/
+15
*
Fix double free in __printf_fp_l (bug 26214).
Joseph Myers
2020-07-09
1
-0
/
+3
*
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
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-10
/
+10
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
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
-2
/
+2
*
stdio-common: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-3
/
+1
*
Hide internal printf functions [BZ #18822/21986]
H.J. Lu
2017-08-22
1
-2
/
+0
*
Remove __long_double_t.
Joseph Myers
2017-08-07
1
-1
/
+1
*
float128: Add strfromf128
Gabriel F. T. Gomes
2017-06-07
1
-4
/
+58
*
Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_size
Gabriel F. T. Gomes
2017-06-07
1
-83
/
+47
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Fix strfmon_l: Use specified locale for number formatting [BZ #19633]
Stefan Liebler
2016-04-14
1
-6
/
+5
*
strfmon_l: Use specified locale for number formatting [BZ #19633]
Florian Weimer
2016-04-04
1
-19
/
+33
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Cleanup a few cases where isinf is used to get the signbit to improve the readability and maintainability and allow inlining.
Wilco Dijkstra
2015-09-18
1
-8
/
+5
*
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use standard C99 macros. This has no effect on generated code.
Wilco Dijkstra
2015-06-03
1
-2
/
+2
*
Remove various ABS macros and replace uses with fabs (or in one case abs)
Wilco Dijkstra
2015-05-15
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Fix __printf_fp wmemset namespace (bug 17574).
Joseph Myers
2014-11-12
1
-1
/
+1
*
remove nested function hack_digit
Kostya Serebryany
2014-09-29
1
-230
/
+237
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-4
/
+4
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
PowerPC floating point little-endian [1 of 15]
Alan Modra
2013-10-04
1
-2
/
+1
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-2
/
+2
*
Remove unused declarations.
Thomas Schwinge
2013-03-15
1
-3
/
+0
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Make printf respect the rounding mode for decimal output (bug 5044).
Joseph Myers
2012-09-14
1
-29
/
+24
*
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-24
1
-2
/
+2
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
isinf returns the sign of the number, use it in printf*
Ulrich Drepper
2011-10-08
1
-4
/
+6
*
Quash some new warnings from GCC 4.6.
Roland McGrath
2011-06-10
1
-2
/
+0
*
Fix grouping when rounding increases number of integer digits.
Ulrich Drepper
2011-01-12
1
-7
/
+16
*
Check for integer overflows in formatting functions
Andreas Schwab
2009-09-29
1
-2
/
+9
*
Print sign of NaN values.
Ulrich Drepper
2009-08-23
1
-3
/
+6
*
* stdio-common/printf_fp.c (___printf_fp): Give wide outout code
Ulrich Drepper
2008-07-26
1
-0
/
+4
*
[BZ #6698]
Ulrich Drepper
2008-07-25
1
-7
/
+16
*
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
Ulrich Drepper
2007-11-06
1
-8
/
+9
*
[BZ 4858]
Ulrich Drepper
2007-07-29
1
-1
/
+3
*
* stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
Ulrich Drepper
2007-04-30
1
-1
/
+7
*
* stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
Ulrich Drepper
2007-04-16
1
-4
/
+9
[next]