From owner-cvs-all Fri Apr 19 10:26:26 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 0AF4237B416; Fri, 19 Apr 2002 10:26:22 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3JHQLn93474; Fri, 19 Apr 2002 10:26:21 -0700 (PDT) (envelope-from jmallett) Message-Id: <200204191726.g3JHQLn93474@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 19 Apr 2002 10:26:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 Makefile eval.c expr.c extern.h look.c m4.1 main.c mdef.h misc.c pathnames.h stdd.h trace.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/04/19 10:26:21 PDT Modified files: usr.bin/m4 Makefile eval.c expr.c extern.h look.c m4.1 main.c mdef.h misc.c pathnames.h stdd.h trace.c Log: Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option, $FreeBSD$ identifiers, and fix initialisation to stderr to happen in a function as stderr is not the same in CURRENT as in OpenBSD. Reviewed by: obrien Revision Changes Path 1.3 +6 -3 src/usr.bin/m4/Makefile 1.16 +465 -193 src/usr.bin/m4/eval.c 1.5 +86 -42 src/usr.bin/m4/expr.c 1.8 +108 -49 src/usr.bin/m4/extern.h 1.4 +39 -38 src/usr.bin/m4/look.c 1.15 +8 -12 src/usr.bin/m4/m4.1 1.13 +397 -185 src/usr.bin/m4/main.c 1.5 +75 -27 src/usr.bin/m4/mdef.h 1.10 +241 -86 src/usr.bin/m4/misc.c 1.3 +6 -4 src/usr.bin/m4/pathnames.h 1.3 +7 -3 src/usr.bin/m4/stdd.h 1.2 +4 -1 src/usr.bin/m4/trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message