|
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.
|
|
796190dd
|
2007-10-22T16:05:18
|
|
Tweak x*printf documentation.
* lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
variable name and comments.
Suggested by Bruno Haible.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
7c097190
|
2007-10-22T14:09:16
|
|
Also wrap vf?printf.
* lib/xprintf.h (xvprintf, xvfprintf): New declarations.
* lib/xprintf.c (xprintf, xfprintf): Work for C89.
(xvprintf, xvfprintf): New functions.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
36454274
|
2007-10-20T18:34:27
|
|
* lib/xprintf.c: Include <config.h> unconditionally.
|
|
3d45e285
|
2007-10-20T16:19:33
|
|
xprintf fixes.
* lib/xprintf.c (xprintf, xfprintf): Use va_end.
Use a clearer diagnostic.
Patch from Bruno Haible.
|
|
90374d63
|
2007-10-19T22:30:06
|
|
* lib/xprintf.c: Don't bother testing specific errno values. Just test ferror.
|
|
d9d37072
|
2007-10-19T22:11:17
|
|
* lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
|
|
78da34d4
|
2007-10-19T17:09:37
|
|
New module: xprintf
* modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
|