|
1602f0af
|
2012-01-01T10:04:58
|
|
maint: update all copyright year number ranges
Run "make update-copyright".
|
|
1b1e9452
|
2011-01-21T13:40:28
|
|
Prepare for faster uN_strstr functions.
* lib/str-kmp.h: Support definable UNITs.
(knuth_morris_pratt): Renamed from knuth_morris_pratt_unibyte. Add
needle_len argument.
* lib/mbsstr.c (mbsstr): Adjust for the changed str-kmp.h.
* lib/mbscasestr.c (mbscasestr): Likewise.
|
|
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.
|
|
4eda4ba5
|
2008-12-22T12:11:44
|
|
Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.
|
|
5c26c7d4
|
2008-01-08T23:54:30
|
|
Document the knuth_morris_pratt calling convention better.
|
|
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.
|
|
69f441a7
|
2007-02-11T19:23:52
|
|
Ensure O(n) worst-case complexity of mbsstr.
|
|
0e6e2d08
|
2007-02-05T01:36:34
|
|
New module 'mbsstr'. Remove module 'strstr'.
|
|
29bec41a
|
2007-02-05T01:19:02
|
|
Move to here from strstr.c.
|