Date: Mon, 20 Dec 2010 23:06:57 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh/bltin bltin.h src/tools/regression/bin/sh/builtins printf3.0 printf4.0 src/usr.bin/printf printf.c Message-ID: <201012202307.oBKN7jIC077288@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2010-12-20 23:06:57 UTC
FreeBSD src repository
Modified files:
bin/sh/bltin bltin.h
usr.bin/printf printf.c
Added files:
tools/regression/bin/sh/builtins printf3.0 printf4.0
Log:
SVN rev 216606 on 2010-12-20 23:06:57Z by jilles
sh: Make warnings in the printf builtin non-fatal, like in the program.
The #define for warnx now behaves much like the libc function (except that
it uses sh command name and output).
Also, it now uses C99 __VA_ARGS__ so there is no need for three different
macros for 0, 1 or 2 parameters.
Revision Changes Path
1.16 +6 -15 src/bin/sh/bltin/bltin.h
1.1 +5 -0 src/tools/regression/bin/sh/builtins/printf3.0 (new)
1.1 +5 -0 src/tools/regression/bin/sh/builtins/printf4.0 (new)
1.49 +13 -17 src/usr.bin/printf/printf.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012202307.oBKN7jIC077288>
