From owner-cvs-src-old@FreeBSD.ORG Fri Feb 19 16:55:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0FA10656BC for ; Fri, 19 Feb 2010 16:55:03 +0000 (UTC) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD9A88FC14 for ; Fri, 19 Feb 2010 16:55:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1JGt2EL033151 for ; Fri, 19 Feb 2010 16:55:02 GMT (envelope-from fanf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1JGt2tR033150 for cvs-src-old@freebsd.org; Fri, 19 Feb 2010 16:55:02 GMT (envelope-from fanf@repoman.freebsd.org) Message-Id: <201002191655.o1JGt2tR033150@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to fanf@repoman.freebsd.org using -f From: Tony Finch Date: Fri, 19 Feb 2010 16:54:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/unifdef unifdef.1 unifdef.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 16:55:03 -0000 fanf 2010-02-19 16:54:51 UTC FreeBSD src repository Modified files: usr.bin/unifdef unifdef.1 unifdef.c Log: SVN rev 204092 on 2010-02-19 16:54:51Z by fanf Update to upstream version 1.338 Fix a long-standing cpp compatibility bug: The -DFOO argument (without an explicit value) should define FOO to 1 not to the empty string. Add support for CRLF newlines, based on a suggestion from Mark Rushakoff. Obtained from: http://dotat.at/prog/unifdef/ Revision Changes Path 1.28 +8 -6 src/usr.bin/unifdef/unifdef.1 1.28 +42 -21 src/usr.bin/unifdef/unifdef.c