Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 1996 16:58:06 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/cvs Makefile Makefile.inc BUGS FAQ INSTALL MINOR-BUGS NEWS PROJECTS README TODO src/gnu/usr.bin/cvs/cvs Makefile options.h ChangeLog NOTES README-rm-add add.c admin.c checkin.c checkout.c classify.c client.c client.h commit.c convert.sh create_adm.c cvs.1 cvs.5 cvs.h cvsrc.c diff.c entries.c expand_path.c find_names.c history.c ignore.c import.c lock.c log.c login.c logmsg.c main.c modules.c no_diff.c parseinfo.c patch.c patchlevel.h rcs.c rcs.h rcscmds.c recurse.c release.c remove.c repos.c root.c rtag.c sanity.sh server.c server.h status.c tag.c update.c update.h vers_ts.c wrapper.c src/gnu/usr.bin/cvs/cvsbug Makefile cvsbug.8 cvsbug.sh src/gnu/usr.bin/cvs/cvsinit Makefile cvsinit.8 cvsinit.sh src/gnu/usr.bin/cvs/doc Makefile cvs-paper.ms cvs.texinfo cvsclient.texi src/gnu/usr.bin/cvs/lib Makefile config.h ChangeLog argmatch.c error.c error.h filesubr.c getdate.y getline.c getline.h getopt.c getopt.h getopt1.c hash.c hash.h myndbm.c myndbm.h run.c save-cwd.c save-cwd.h sighandle.c strippath.c stripslash.c subr.c system.h version.c wait.h xgetwd.c yesno.c src/gnu/usr.bin/cvs/mkmodules Makefile mkmodules.1 mkmodules.c src/gnu/usr.bin/cvs/contrib Makefile README ccvs-rsh.pl checklog.pl clmerge.pl cln_hist.pl commit_prep.pl cvs-format.el cvs_acls.pl cvscheck.man cvscheck.sh cvshelp.man descend.man descend.sh dirfns.shar intro.doc log.pl log_accum.pl mfpipe.pl rcs-to-cvs.sh rcs2log.sh rcs2sccs.sh rcslock.pl sccs2rcs.csh src/gnu/usr.bin/cvs/contrib/pcl-cvs ChangeLog INSTALL Makefile NEWS README compile-all.el compile.sh pcl-cvs-lucid.el pcl-cvs-startup.el pcl-cvs.el pcl-cvs.texinfo src/gnu/usr.bin/cvs/examples Makefile checkoutlist commitinfo cvswrappers editinfo loginfo modules rcsinfo rcstemplate taginfo unwrap wrap
Message-ID:  <199608202358.QAA15155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/08/20 16:58:05

  Modified:    gnu/usr.bin/cvs  Makefile Makefile.inc
               gnu/usr.bin/cvs/contrib  Makefile
               gnu/usr.bin/cvs/cvs  Makefile options.h
               gnu/usr.bin/cvs/cvsbug  Makefile
               gnu/usr.bin/cvs/doc  Makefile
               gnu/usr.bin/cvs/lib  Makefile config.h
  Removed:     gnu/usr.bin/cvs  BUGS FAQ INSTALL MINOR-BUGS NEWS PROJECTS
                        README TODO
               gnu/usr.bin/cvs/contrib  README ccvs-rsh.pl checklog.pl
                        clmerge.pl cln_hist.pl  commit_prep.pl
                        cvs-format.el cvs_acls.pl cvscheck.man  cvscheck.sh
                        cvshelp.man descend.man descend.sh dirfns.shar 
                        intro.doc log.pl log_accum.pl mfpipe.pl
                        rcs-to-cvs.sh  rcs2log.sh rcs2sccs.sh rcslock.pl
                        sccs2rcs.csh
               gnu/usr.bin/cvs/contrib/pcl-cvs  ChangeLog INSTALL Makefile
                        NEWS README compile-all.el  compile.sh
                        pcl-cvs-lucid.el pcl-cvs-startup.el pcl-cvs.el 
                        pcl-cvs.texinfo
               gnu/usr.bin/cvs/cvs  ChangeLog NOTES README-rm-add add.c
                        admin.c checkin.c  checkout.c classify.c client.c
                        client.h commit.c convert.sh  create_adm.c cvs.1
                        cvs.5 cvs.h cvsrc.c diff.c entries.c  expand_path.c
                        find_names.c history.c ignore.c import.c lock.c 
                        log.c login.c logmsg.c main.c modules.c no_diff.c
                        parseinfo.c  patch.c patchlevel.h rcs.c rcs.h
                        rcscmds.c recurse.c release.c  remove.c repos.c
                        root.c rtag.c sanity.sh server.c server.h  status.c
                        tag.c update.c update.h vers_ts.c wrapper.c
               gnu/usr.bin/cvs/cvsbug  cvsbug.8 cvsbug.sh
               gnu/usr.bin/cvs/cvsinit  Makefile cvsinit.8 cvsinit.sh
               gnu/usr.bin/cvs/doc  cvs-paper.ms cvs.texinfo cvsclient.texi
               gnu/usr.bin/cvs/examples  Makefile checkoutlist commitinfo
                        cvswrappers editinfo loginfo  modules rcsinfo
                        rcstemplate taginfo unwrap wrap
               gnu/usr.bin/cvs/lib  ChangeLog argmatch.c error.c error.h
                        filesubr.c getdate.y  getline.c getline.h getopt.c
                        getopt.h getopt1.c hash.c hash.h  myndbm.c myndbm.h
                        run.c save-cwd.c save-cwd.h sighandle.c 
                        strippath.c stripslash.c subr.c system.h version.c
                        wait.h  xgetwd.c yesno.c
               gnu/usr.bin/cvs/mkmodules  Makefile mkmodules.1 mkmodules.c
  Log:
  Update to use the cvs-1.8.1 sources from src/contrib/cvs
  
  Revision  Changes    Path
  1.8       +2 -2      src/gnu/usr.bin/cvs/Makefile
  1.3       +10 -0     src/gnu/usr.bin/cvs/Makefile.inc
  1.5       +14 -7     src/gnu/usr.bin/cvs/contrib/Makefile
  1.14      +13 -6     src/gnu/usr.bin/cvs/cvs/Makefile
  1.5       +39 -49    src/gnu/usr.bin/cvs/cvs/options.h
  1.4       +8 -5      src/gnu/usr.bin/cvs/cvsbug/Makefile
  1.3       +18 -2     src/gnu/usr.bin/cvs/doc/Makefile
  1.11      +17 -8     src/gnu/usr.bin/cvs/lib/Makefile
  1.2       +100 -22   src/gnu/usr.bin/cvs/lib/config.h



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