Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 1997 22:33:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   cvs commit:  src/gnu/usr.bin/rcs/co co.c src/gnu/usr.bin/rcs/lib Makefile rcsbase.h rcsedit.c rcsfnms.c rcskeep.c rcskeys.c rcsutil.c
Message-ID:  <199705110533.WAA05814@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       97/05/10 22:33:09

  Modified:    gnu/usr.bin/rcs/co  co.c
               gnu/usr.bin/rcs/lib  Makefile rcsbase.h rcsedit.c rcsfnms.c
                        rcskeep.c rcskeys.c  rcsutil.c
  Log:
  After looking around at what the other *BSD's do for their $xxxBSD$ tags,
  take the easy way out and implement the beginnings of something similar.
  Don't worry, the code here is *dormant* so far, some "help" from cvs is
  required.  This is going in now so that jdp can see what I'm working on.
  This is an extension of the previous existing skeleton $FreeBSD$ code.
  
  Revision  Changes    Path
  1.9       +2 -7      src/gnu/usr.bin/rcs/co/co.c
  1.7       +3 -3      src/gnu/usr.bin/rcs/lib/Makefile
  1.9       +10 -5     src/gnu/usr.bin/rcs/lib/rcsbase.h
  1.9       +10 -7     src/gnu/usr.bin/rcs/lib/rcsedit.c
  1.7       +34 -1     src/gnu/usr.bin/rcs/lib/rcsfnms.c
  1.7       +2 -1      src/gnu/usr.bin/rcs/lib/rcskeep.c
  1.11      +55 -14    src/gnu/usr.bin/rcs/lib/rcskeys.c
  1.7       +8 -1      src/gnu/usr.bin/rcs/lib/rcsutil.c



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