lib/xprintf.c


Log

Author Commit Date CI Message
Jim Meyering 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
Jim Meyering 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.
Eric Blake 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>
Eric Blake 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>
Jim Meyering 36454274 2007-10-20T18:34:27 * lib/xprintf.c: Include <config.h> unconditionally.
Jim Meyering 3d45e285 2007-10-20T16:19:33 xprintf fixes. * lib/xprintf.c (xprintf, xfprintf): Use va_end. Use a clearer diagnostic. Patch from Bruno Haible.
Jim Meyering 90374d63 2007-10-19T22:30:06 * lib/xprintf.c: Don't bother testing specific errno values. Just test ferror.
Jim Meyering d9d37072 2007-10-19T22:11:17 * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
Jim Meyering 78da34d4 2007-10-19T17:09:37 New module: xprintf * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.