lib/xprintf.c


Log

Author Commit Date CI Message
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.