about summary refs log tree commit diff
path: root/stdio-common/printf_fp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-424/+312
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers2020-07-091-5/+15
* Fix double free in __printf_fp_l (bug 26214).Joseph Myers2020-07-091-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Break some lines before not after operators.Joseph Myers2019-02-221-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* 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