Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: run 'make update-copyright' | Simon Josefsson | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | license: fix GPLv3 texts to use a comma instead of semicolon. | Bernhard Voelker | 2022-01-05 | 1 | -1/+1 |
| | | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command. | ||||
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Put LGPLv3+ notices in source files where appropriate. | Bruno Haible | 2021-06-04 | 1 | -7/+7 |
| | | | | | * lib/**.{h,c}: Use LGPLv3+ notice whenever the module description says so. | ||||
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
| | |||||
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'. | ||||
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'. | ||||
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
| | | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'. | ||||
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
| | | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com> | ||||
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
| | | | | | | Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com> | ||||
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | ldexpl: Simplify for platforms where 'long double' == 'double'. | Bruno Haible | 2011-10-10 | 1 | -2/+14 |
| | | | | | | | | * lib/ldexpl.c (ldexpl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New alternative implementation. * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Require gl_LONG_DOUBLE_VS_DOUBLE. Determine LDEXPL_LIBM according to HAVE_SAME_LONG_DOUBLE_AS_DOUBLE. * modules/ldexpl (Depends-on): Add ldexp. Update conditions. | ||||
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| | | | | Run the new "make update-copyright" rule. | ||||
* | Minor formatting changes. | Bruno Haible | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081 | ||||
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default. | ||||
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -16/+16 |
| | |||||
* | Move the isnanf(), isnand(), isnanl() declarations to <math.h>. | Bruno Haible | 2008-10-19 | 1 | -2/+1 |
| | |||||
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -6/+5 |
| | |||||
* | ldexpl can depend on isnanl. Requiring isnanl-nolibm is overkill. | Bruno Haible | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | Make ldexpl truly independent of libm | Eric Blake | 2007-04-03 | 1 | -2/+2 |
| | |||||
* | Set the FPU control word as needed for 'long double' computations. | Bruno Haible | 2007-03-30 | 1 | -11/+26 |
| | |||||
* | Better support of signalling NaNs. | Bruno Haible | 2007-03-26 | 1 | -1/+2 |
| | |||||
* | New module 'math'. <math.h> replaces mathl.h. | Bruno Haible | 2007-02-18 | 1 | -3/+5 |
| | |||||
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
| | |||||
* | Remove K&R cruft. | Paul Eggert | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Switch from LGPL to GPL. | Paul Eggert | 2003-07-14 | 1 | -12/+10 |
| | |||||
* | Transcendental functions for 'long double', from Paolo Bonzini. | Bruno Haible | 2003-02-18 | 1 | -0/+63 |