|
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.
|
|
321e8651
|
2008-01-11T03:57:18
|
|
Make c-strstr rely on strstr.
|
|
7855e1e3
|
2007-12-31T11:57:16
|
|
Unify 5 copies of the KMP code.
|
|
bffe05f4
|
2007-12-31T11:53:40
|
|
Protect against integer overflow in malloca() calls.
|
|
075c5c89
|
2007-12-26T16:10:15
|
|
Add more comments about Knuth-Morris-Pratt algorithm.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
90988ede
|
2007-06-09T11:11:14
|
|
Update after allocsa -> malloca renaming.
|
|
4bc8b69c
|
2007-02-12T02:58:17
|
|
Optimize memory allocation to use alloca when possible.
|
|
867ac644
|
2007-02-11T14:08:24
|
|
Ensure O(n) worst-case complexity.
|
|
24ee9ec2
|
2007-02-11T13:58:43
|
|
Rewrite c-strstr.c for maintainability.
|
|
e5cf463b
|
2006-10-20T12:45:19
|
|
Include the specification header.
|
|
99099106
|
2006-09-14T14:18:36
|
|
Include <config.h> unconditionally.
|
|
37ccb10a
|
2006-08-28T13:04:33
|
|
New module 'c-strstr'.
|