summaryrefslogtreecommitdiff
path: root/stdio-common/printf_fp.c
AgeCommit message (Expand)Author
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-02stdio-common: Use array_length and array_end macrosFlorian Weimer
2017-08-31stdio-common: Remove internal_function attributeFlorian Weimer
2017-08-22Hide internal printf functions [BZ #18822/21986]H.J. Lu
2017-08-07Remove __long_double_t.Joseph Myers
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-06-07Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-18Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers
2014-09-29remove nested function hack_digitKostya Serebryany
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-03-15Remove unused declarations.Thomas Schwinge
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-14Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-08isinf returns the sign of the number, use it in printf*Ulrich Drepper
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath
2011-01-12Fix grouping when rounding increases number of integer digits.Ulrich Drepper
2009-09-29Check for integer overflows in formatting functionsAndreas Schwab
2009-08-23Print sign of NaN values.Ulrich Drepper
2008-07-26* stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper
2008-07-25[BZ #6698]Ulrich Drepper
2007-11-06* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper
2007-07-29[BZ 4858]Ulrich Drepper
2007-04-30* stdio-common/printf_fp.c (___printf_fp): Don't print negative signUlrich Drepper
2007-04-16* stdio-common/printf_fp.c (___printf_fp): Fix exponent -4Ulrich Drepper
2007-02-21[BZ #4070]Ulrich Drepper
2007-02-20* stdio-common/printf_fp.c (___printf_fp): Cleanups and minorUlrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-04-25[BZ #2072]Ulrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-03-24Update.Ulrich Drepper
2003-12-19Update.Ulrich Drepper
2002-10-09Update.Ulrich Drepper
2002-09-30Update.Ulrich Drepper