Date: Mon, 20 Jan 2003 04:41:42 -0800 (PST) From: Tony Finch <fanf@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef Makefile unifdef.1 unifdef.c Message-ID: <200301201241.h0KCfg24059406@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fanf 2003/01/20 04:41:42 PST
Modified files:
usr.bin/unifdef Makefile unifdef.1 unifdef.c
Log:
Sync with upstream again:
* Be less strict about multi-line preprocessor directives (e.g. those
with comments hanging off the right-hand end) since they're more
of a problem in practise than I expected. Prompted by phk.
* Fix the handling of "ignore" symbols.
* Style pedantry from OpenBSD and Ted Unangst <tedu@stanford.edu>,
including some whitespace fixes and removal of strcpy()
(and not including excessively strict KNF enforcement).
* Fix some typos and terminological inconsistencies.
Revision Changes Path
1.4 +1 -0 src/usr.bin/unifdef/Makefile
1.19 +21 -3 src/usr.bin/unifdef/unifdef.1
1.15 +126 -56 src/usr.bin/unifdef/unifdef.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301201241.h0KCfg24059406>
