Date: Thu, 18 Mar 1999 01:32:48 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib log.pl src/contrib/cvs/man cvs.1 src/contrib/cvs/src commit.c cvs.h filesubr.c import.c main.c mkmodules.c rcs.c rcs.h rcscmds.c recurse.c server.c update.c Message-ID: <199903180932.BAA81763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/03/18 01:32:48 PST
Modified files:
contrib/cvs/contrib log.pl
contrib/cvs/man cvs.1
contrib/cvs/src commit.c cvs.h filesubr.c import.c main.c
mkmodules.c rcs.c rcs.h rcscmds.c
recurse.c server.c update.c
Log:
Merge cvs-1.9.xx -> 1.10 changes onto mainline.
Changes of significance include the top level CVS directory being optional
and defaulting to off..
Revision Changes Path
1.3 +10 -1 src/contrib/cvs/contrib/log.pl
1.12 +29 -82 src/contrib/cvs/man/cvs.1
1.6 +95 -89 src/contrib/cvs/src/commit.c
1.10 +5 -2 src/contrib/cvs/src/cvs.h
1.3 +5 -25 src/contrib/cvs/src/filesubr.c
1.6 +3 -29 src/contrib/cvs/src/import.c
1.16 +35 -6 src/contrib/cvs/src/main.c
1.8 +5 -0 src/contrib/cvs/src/mkmodules.c
1.17 +958 -103 src/contrib/cvs/src/rcs.c
1.6 +9 -0 src/contrib/cvs/src/rcs.h
1.6 +78 -38 src/contrib/cvs/src/rcscmds.c
1.5 +34 -18 src/contrib/cvs/src/recurse.c
1.12 +76 -20 src/contrib/cvs/src/server.c
1.5 +43 -39 src/contrib/cvs/src/update.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?199903180932.BAA81763>
