|
1602f0af
|
2012-01-01T10:04:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
|
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.
|
|
07c1f7b3
|
2008-09-28T13:30:49
|
|
New module 'posix_spawn-internal'.
|
|
4d8692e4
|
1996-12-10T05:22:12
|
|
Include config.h.
[!HAVE_BCOPY && HAVE_MEMCPY && !defined (bcopy)]: Define bcopy
in terms of memcpy. Reported by Marcus Daniels.
|
|
d646b84a
|
1996-12-10T04:54:02
|
|
.
|
|
9f9db322
|
1996-12-10T04:34:18
|
|
(Convert): Don't reject all dates in 2038.
Some fit in 31 bits.
|
|
e34035c2
|
1996-12-10T03:17:01
|
|
add a space
|
|
e0dd89ba
|
1996-12-10T03:16:36
|
|
revert last change.
|
|
3a944dc2
|
1996-12-10T02:46:42
|
|
[HAVE_TZNAME || defined __LIBC]: Declare tzname.
|
|
db112fc7
|
1996-12-09T13:02:21
|
|
[HAVE_TZNAME]: Declare tzname.
Patch from Karl Heuer.
|