From owner-cvs-all Tue Jul 24 7: 9: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 3661C37B401; Tue, 24 Jul 2001 07:09:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6OE9mm65895; Tue, 24 Jul 2001 07:09:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200107241409.f6OE9mm65895@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 24 Jul 2001 07:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 eval.c extern.h look.c main.c misc.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:09:48 PDT Modified files: usr.bin/m4 eval.c extern.h look.c main.c misc.c Log: Remove the local basename in favor of the libc version. Remove xmalloc and xstrdup and do the error checking at the place of use. Revision Changes Path 1.14 +9 -4 src/usr.bin/m4/eval.c 1.5 +1 -4 src/usr.bin/m4/extern.h 1.3 +7 -2 src/usr.bin/m4/look.c 1.11 +8 -3 src/usr.bin/m4/main.c 1.8 +1 -34 src/usr.bin/m4/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message