Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 10:26:21 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
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
Message-ID:  <200204191726.g3JHQLn93474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204191726.g3JHQLn93474>