From owner-cvs-all Tue Jul 24 7: 5:29 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 A233B37B406; Tue, 24 Jul 2001 07:05:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6OE5Lv64714; Tue, 24 Jul 2001 07:05:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200107241405.f6OE5Lv64714@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 24 Jul 2001 07:05:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c extern.h main.c misc.c process.c X-FreeBSD-CVS-Branch: HEAD 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 obrien 2001/07/24 07:05:21 PDT Modified files: usr.bin/sed compile.c extern.h main.c misc.c process.c Log: Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its implementation. Revision Changes Path 1.16 +37 -18 src/usr.bin/sed/compile.c 1.7 +1 -3 src/usr.bin/sed/extern.h 1.13 +7 -4 src/usr.bin/sed/main.c 1.4 +3 -32 src/usr.bin/sed/misc.c 1.11 +13 -7 src/usr.bin/sed/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message