From owner-cvs-all Tue Dec 8 13:12:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10637 for cvs-all-outgoing; Tue, 8 Dec 1998 13:12:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10629 for ; Tue, 8 Dec 1998 13:12:03 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id NAA20623; Tue, 8 Dec 1998 13:11:03 -0800 (PST) Received: from bubba.whistle.com( 207.76.205.7) by whistle.com via smap (V2.0) id xma020616; Tue, 8 Dec 98 13:10:50 -0800 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id NAA03268; Tue, 8 Dec 1998 13:10:50 -0800 (PST) From: Archie Cobbs Message-Id: <199812082110.NAA03268@bubba.whistle.com> Subject: Re: cvs commit: src/usr.bin/sed compile.c In-Reply-To: from Doug Rabson at "Dec 8, 98 09:03:17 pm" To: dfr@nlsystems.com (Doug Rabson) Date: Tue, 8 Dec 1998 13:10:50 -0800 (PST) Cc: cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Doug Rabson writes: > > Modified files: > > usr.bin/sed compile.c > > Log: > > Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars. > > PR: bin/7939 > > > > Revision Changes Path > > 1.11 +6 -3 src/usr.bin/sed/compile.c > > > > This breaks the build of perl. The following command line generates an > error: > > sed -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-def!#undef!' > > The reason seems to be that cu_fgets() is called at the end of the #define > part and reads the next -e argument which confuses things totally. Yes, I'm trying to fix it but the repository is broken. The sed directory has been locked since 8:11 am when the power went out in SF... -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message