From owner-cvs-all Wed May 1 19: 6: 8 2002 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 B920B37B41C; Wed, 1 May 2002 19:06:04 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g42264751741; Wed, 1 May 2002 19:06:04 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205020206.g42264751741@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 1 May 2002 19:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs strnsubst.c xargs.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 jmallett 2002/05/01 19:06:04 PDT Modified files: usr.bin/xargs strnsubst.c xargs.c Log: Rework some of the -I support so I can't find a way to make xargs(1) core or corrupt memory. Simplifies the code in one or two places, also removes some code that looks like it was bogus or incomplete. Update strnsubst to have one or two extra conditions which maybe would make it more efficient, or at least more versatile. This is likely a no-op. Revision Changes Path 1.2 +5 -0 src/usr.bin/xargs/strnsubst.c 1.19 +9 -15 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message