summaryrefslogtreecommitdiff
path: root/lib/round.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Fix "unknown pragma ignored" warnings with clang on native Windows.Bruno Haible2020-08-151-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
* Avoid compilation errors with MSVC option -fp:strict.Bruno Haible2012-02-281-0/+6
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: remove empty lines at EOF, but excluding modules/*Jim Meyering2012-01-211-1/+0
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* roundl: 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
* ceil, trunc, round: Fix gcc warnings.Bruno Haible2010-12-251-1/+5
* round: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-2/+12
* 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-22/+22
* Remove trailing spaces.Bruno Haible2008-05-201-1/+1
* Handle the case that floorl and roundl are declared but do not exist.Bruno Haible2007-11-111-2/+2
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-201-0/+154