|
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.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
9e8ce574
|
2007-07-07T20:59:43
|
|
Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
|
|
db844e48
|
2006-12-27T19:54:25
|
|
* lib/mbchar.h: Just include <wctype.h>; the wctype module
handles its gotchas now.
* lib/mbswidth.c: Likewise.
* lib/wcwidth.h: Likewise.
* m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
and iswcntrl; the wctype module does this stuff now.
* m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
* m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
* modules/mbchar (Depends-on): Add wctype.
* modules/mbswidth (Depends-on): Likewise.
* modules/wcwidth (Depends-on): Likewise.
|
|
20668199
|
2006-10-31T19:18:54
|
|
Make it compile in C++ mode.
|
|
6384ddb7
|
2006-10-26T11:56:02
|
|
Make read-only array really read-only. Saves a few bytes in the .data segment.
|
|
09cc2e40
|
2006-08-21T18:28:02
|
|
Portability to BeOS.
|
|
006f345f
|
2006-07-28T17:32:33
|
|
Oops, weird typos in last patch.
|
|
18faf321
|
2006-07-28T15:37:42
|
|
Avoid defining a substitute for the same function twice.
|
|
6589d056
|
2006-07-28T15:22:23
|
|
Define fallbacks for missing isw* functions on FreeBSD 4.x.
|
|
72334d04
|
2006-06-28T13:11:03
|
|
* mbchar.h (wcwidth): Include wcwidth.h.
* mbswidth.c (wcwidth): Move from here...
* wcwidth.h: ...to this new file.
|
|
ece57f1e
|
2005-08-16T16:07:59
|
|
Bug fix: make the comparison operations transitive.
|
|
fd05523d
|
2005-08-16T12:06:55
|
|
New module 'mbchar'.
|