summaryrefslogtreecommitdiff
path: root/lib/printf-frexp.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* printf-frexpl: Simplify for platforms where 'long double' == 'double'.Bruno Haible2011-10-101-1/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-73/+73
* Rename parameter 'exp' to 'expptr', to avoid gcc warnings.Bruno Haible2007-10-071-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Assume 'long double' exists.Bruno Haible2007-04-061-49/+39
* Oops, fix ANSI C syntax error introduced in last patch.Bruno Haible2007-03-251-88/+90
* New module 'fpucw'.Bruno Haible2007-03-251-0/+14
* Undo last change.Bruno Haible2007-03-071-8/+0
* Provide missing frexpl(), ldexpl() declarations.Bruno Haible2007-03-061-0/+8
* Add comment about FLT_RADIX.Bruno Haible2007-02-251-0/+4
* No assumptions about FLT_RADIX need to be made.Bruno Haible2007-02-251-4/+0
* New module 'printf-frexp'.Bruno Haible2007-02-251-0/+183