|
1602f0af
|
2012-01-01T10:04:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
|
db9e5384
|
2011-10-10T17:17:26
|
|
printf-frexpl: Simplify for platforms where 'long double' == 'double'.
* lib/printf-frexpl.c: Include <config.h>.
(printf_frexpl) [HAVE_SAME_LONG_DOUBLE_AS_DOUBLE]: New function.
* lib/printf-frexp.c [!USE_LONG_DOUBLE]: Don't include <config.h> a
second time.
* m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Require
gl_LONG_DOUBLE_VS_DOUBLE.
* modules/printf-frexpl (Depends-on): Add printf-frexp. Update
conditions.
|
|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
b2e2010c
|
2010-01-01T10:31:12
|
|
update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
|
|
3030c5b5
|
2009-12-28T10:50:36
|
|
update nearly all FSF copyright year lists to include 2009
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.
|
|
441aa304
|
2009-12-10T20:28:30
|
|
Use spaces for indentation, not tabs.
|
|
c100c634
|
2007-10-07T22:10:35
|
|
Rename parameter 'exp' to 'expptr', to avoid gcc warnings.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
9f88c0b0
|
2007-04-06T14:36:56
|
|
Assume 'long double' exists.
|
|
0fca46f3
|
2007-03-25T12:00:37
|
|
Oops, fix ANSI C syntax error introduced in last patch.
|
|
cdaeb6bb
|
2007-03-25T02:29:46
|
|
New module 'fpucw'.
|
|
b71105a1
|
2007-03-07T01:39:07
|
|
Undo last change.
|
|
a8960f4f
|
2007-03-06T03:38:53
|
|
Provide missing frexpl(), ldexpl() declarations.
|
|
c4dcbfed
|
2007-02-25T18:08:24
|
|
Add comment about FLT_RADIX.
|
|
f8846ba5
|
2007-02-25T17:43:12
|
|
No assumptions about FLT_RADIX need to be made.
|
|
e5de8bf8
|
2007-02-25T14:20:46
|
|
New module 'printf-frexp'.
|