about summary refs log tree commit diff
path: root/stdio-common/printf_fp.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-6/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* stdio-common: Use array_length and array_end macrosFlorian Weimer2017-11-021-2/+2
* stdio-common: Remove internal_function attributeFlorian Weimer2017-08-311-3/+1
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-221-2/+0
* Remove __long_double_t.Joseph Myers2017-08-071-1/+1
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-071-4/+58
* Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes2017-06-071-83/+47
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2016-04-141-6/+5
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-19/+33
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra2015-09-181-8/+5
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-2/+2
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers2014-11-121-1/+1
* remove nested function hack_digitKostya Serebryany2014-09-291-230/+237
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* PowerPC floating point little-endian [1 of 15]Alan Modra2013-10-041-2/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-2/+2
* Remove unused declarations.Thomas Schwinge2013-03-151-3/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers2012-09-141-29/+24
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* isinf returns the sign of the number, use it in printf*Ulrich Drepper2011-10-081-4/+6
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-2/+0
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-01-121-7/+16
* Check for integer overflows in formatting functionsAndreas Schwab2009-09-291-2/+9
* Print sign of NaN values.Ulrich Drepper2009-08-231-3/+6
* * stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper2008-07-261-0/+4
* [BZ #6698]Ulrich Drepper2008-07-251-7/+16
* * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper2007-11-061-8/+9
* [BZ 4858]Ulrich Drepper2007-07-291-1/+3
* * stdio-common/printf_fp.c (___printf_fp): Don't print negative signUlrich Drepper2007-04-301-1/+7
* * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4Ulrich Drepper2007-04-161-4/+9
* [BZ #4070]Ulrich Drepper2007-02-211-26/+53
* * stdio-common/printf_fp.c (___printf_fp): Cleanups and minorUlrich Drepper2007-02-201-7/+10
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-71/+28
* .Jakub Jelinek2007-07-311-28/+71
* [BZ #2072]Ulrich Drepper2006-04-251-7/+27
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-141-5/+7
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-101/+38
* 2.5-18.1Jakub Jelinek2007-07-121-38/+101
* Update.Ulrich Drepper2004-03-241-1/+3
* Update.Ulrich Drepper2003-12-191-19/+26
* Update.Ulrich Drepper2002-10-091-1/+1
* Update.Ulrich Drepper2002-09-301-11/+9