From owner-cvs-all Thu Dec 6 11:28:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD4EB37B419; Thu, 6 Dec 2001 11:28:47 -0800 (PST) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB6JSlD68499; Thu, 6 Dec 2001 11:28:47 -0800 (PST) (envelope-from schweikh) Message-Id: <200112061928.fB6JSlD68499@freefall.freebsd.org> From: Jens Schweikhardt Date: Thu, 6 Dec 2001 11:28:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent args.c indent.1 indent.c indent.h indent_codes.h indent_globs.h io.c lexi.c parse.c pr_comment.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2001/12/06 11:28:47 PST Modified files: (Branch: RELENG_4) usr.bin/indent args.c indent.1 indent.c indent_codes.h indent_globs.h io.c lexi.c parse.c pr_comment.c Added files: (Branch: RELENG_4) usr.bin/indent indent.h Log: MFC: fix PR bin/6015 where indent mishandles backslash/newline inside keywords. Revision Changes Path 1.3.2.3 +81 -78 src/usr.bin/indent/args.c 1.8.2.5 +1 -1 src/usr.bin/indent/indent.1 1.5.2.6 +39 -45 src/usr.bin/indent/indent.c 1.1.2.1 +47 -0 src/usr.bin/indent/indent.h (new) 1.1.1.1.14.2 +0 -0 src/usr.bin/indent/indent_codes.h 1.2.2.2 +2 -2 src/usr.bin/indent/indent_globs.h 1.5.2.3 +76 -42 src/usr.bin/indent/io.c 1.3.6.3 +58 -45 src/usr.bin/indent/lexi.c 1.3.2.3 +13 -9 src/usr.bin/indent/parse.c 1.1.1.1.14.3 +12 -12 src/usr.bin/indent/pr_comment.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message