summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-10-29 22:06:48 +0000
committerpeter <peter@FreeBSD.org>1995-10-29 22:06:48 +0000
commit98564182f4461173ed90b170718fdd4332a839c3 (patch)
treecd6932392d726a800f9d98854ed5702fad3a8af1
parent9e5e91cf157c1e6703bfeb4bd6dc376699919c8b (diff)
downloadFreeBSD-src-98564182f4461173ed90b170718fdd4332a839c3.zip
FreeBSD-src-98564182f4461173ed90b170718fdd4332a839c3.tar.gz
Remove the $ Log: ... $ lines from the comments in the files that had
them. Good greif! This was causing an unimaginable amount of brain-damage! The mere fact that I griped about $ Log $ in a previous commit (misspelled deliberately here) meant that the blasted thing was being expanded from the middle of the log entry as well as the beginning, and using " * All these" as the comment leader.. AARGH!!!! We *really* need to prevent these from being expanded! (or remove the magic identifier from the source).
-rw-r--r--gnu/usr.bin/rcs/ci/ci.c3
-rw-r--r--gnu/usr.bin/rcs/co/co.c13
-rw-r--r--gnu/usr.bin/rcs/ident/ident.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcsbase.h13
-rw-r--r--gnu/usr.bin/rcs/lib/rcsedit.c13
-rw-r--r--gnu/usr.bin/rcs/lib/rcsfcmp.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcsfnms.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcsgen.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcskeep.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcskeys.c13
-rw-r--r--gnu/usr.bin/rcs/lib/rcslex.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcsrev.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcssyn.c3
-rw-r--r--gnu/usr.bin/rcs/lib/rcsutil.c3
-rw-r--r--gnu/usr.bin/rcs/rcs/rcs.c3
-rw-r--r--gnu/usr.bin/rcs/rcsdiff/rcsdiff.c3
-rw-r--r--gnu/usr.bin/rcs/rcsmerge/rcsmerge.c3
-rw-r--r--gnu/usr.bin/rcs/rlog/rlog.c21
18 files changed, 18 insertions, 94 deletions
diff --git a/gnu/usr.bin/rcs/ci/ci.c b/gnu/usr.bin/rcs/ci/ci.c
index 506f007..701b15c 100644
--- a/gnu/usr.bin/rcs/ci/ci.c
+++ b/gnu/usr.bin/rcs/ci/ci.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: ci.c,v $
* Revision 5.30 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -275,7 +274,7 @@ static struct hshentry newdelta; /* new delta to be inserted */
static struct stat workstat;
static struct Symrev *assoclst, **nextassoc;
-mainProg(ciId, "ci", "$Id: ci.c,v 5.30 1995/06/16 06:19:24 eggert Exp $")
+mainProg(ciId, "ci", "$Id: ci.c,v 1.3 1995/10/28 21:49:08 peter Exp $")
{
static char const cmdusage[] =
"\nci usage: ci -{fIklMqru}[rev] -d[date] -mmsg -{nN}name -sstate -ttext -T -Vn -wwho -xsuff -zzone file ...";
diff --git a/gnu/usr.bin/rcs/co/co.c b/gnu/usr.bin/rcs/co/co.c
index 03cd8c9..91da3ef 100644
--- a/gnu/usr.bin/rcs/co/co.c
+++ b/gnu/usr.bin/rcs/co/co.c
@@ -28,17 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: co.c,v $
- * Revision 1.4 1995/10/28 21:49:12 peter
- * First part of import conflict merge from rcs-5.7 import.
- *
- * All those $Log$ entries, combined with the whitespace changes are a real
- * pain.
- *
- * I'm committing this now, before it's completely finished to get it compiling
- * and working again ASAP. Some of the FreeBSD specific features are not working
- * in this commit yet (mainly rlog stuff and $FreeBSD$ support)
- *
* Revision 5.18 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -202,7 +191,7 @@ static struct hshentries *gendeltas; /* deltas to be generated */
static struct hshentry *targetdelta; /* final delta to be generated */
static struct stat workstat;
-mainProg(coId, "co", "$Id: co.c,v 1.4 1995/10/28 21:49:12 peter Exp $")
+mainProg(coId, "co", "$Id: co.c,v 1.5 1995/10/29 19:31:07 peter Exp $")
{
static char const cmdusage[] =
"\nco usage: co -{fIlMpqru}[rev] -ddate -jjoins -ksubst -sstate -T -w[who] -Vn -xsuff -zzone file ...";
diff --git a/gnu/usr.bin/rcs/ident/ident.c b/gnu/usr.bin/rcs/ident/ident.c
index 2d45530..2d50e77 100644
--- a/gnu/usr.bin/rcs/ident/ident.c
+++ b/gnu/usr.bin/rcs/ident/ident.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: ident.c,v $
* Revision 5.9 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -103,7 +102,7 @@ static int match P((FILE*));
static int scanfile P((FILE*,char const*,int));
static void reportError P((char const*));
-mainProg(identId, "ident", "$Id: ident.c,v 5.9 1995/06/16 06:19:24 eggert Exp $")
+mainProg(identId, "ident", "$Id: ident.c,v 1.3 1995/10/28 21:49:19 peter Exp $")
/* Ident searches the named files for all occurrences
* of the pattern $@: text $ where @ is a keyword.
*/
diff --git a/gnu/usr.bin/rcs/lib/rcsbase.h b/gnu/usr.bin/rcs/lib/rcsbase.h
index d3ad276..31fb6ff 100644
--- a/gnu/usr.bin/rcs/lib/rcsbase.h
+++ b/gnu/usr.bin/rcs/lib/rcsbase.h
@@ -1,6 +1,6 @@
/* RCS common definitions and data structures */
-#define RCSBASE "$Id: rcsbase.h,v 1.4 1995/10/28 21:49:34 peter Exp $"
+#define RCSBASE "$Id: rcsbase.h,v 1.5 1995/10/29 19:31:09 peter Exp $"
/* Copyright 1982, 1988, 1989 Walter Tichy
Copyright 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert
@@ -30,17 +30,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcsbase.h,v $
- * Revision 1.4 1995/10/28 21:49:34 peter
- * First part of import conflict merge from rcs-5.7 import.
- *
- * All those $Log$ entries, combined with the whitespace changes are a real
- * pain.
- *
- * I'm committing this now, before it's completely finished to get it compiling
- * and working again ASAP. Some of the FreeBSD specific features are not working
- * in this commit yet (mainly rlog stuff and $FreeBSD$ support)
- *
* Revision 5.20 1995/06/16 06:19:24 eggert
* Update FSF address.
*
diff --git a/gnu/usr.bin/rcs/lib/rcsedit.c b/gnu/usr.bin/rcs/lib/rcsedit.c
index ce8b1d0..7273de5 100644
--- a/gnu/usr.bin/rcs/lib/rcsedit.c
+++ b/gnu/usr.bin/rcs/lib/rcsedit.c
@@ -35,17 +35,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcsedit.c,v $
- * Revision 1.4 1995/10/28 21:49:36 peter
- * First part of import conflict merge from rcs-5.7 import.
- *
- * All those $Log$ entries, combined with the whitespace changes are a real
- * pain.
- *
- * I'm committing this now, before it's completely finished to get it compiling
- * and working again ASAP. Some of the FreeBSD specific features are not working
- * in this commit yet (mainly rlog stuff and $FreeBSD$ support)
- *
* Revision 5.19 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -212,7 +201,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(editId, "$Id: rcsedit.c,v 1.4 1995/10/28 21:49:36 peter Exp $")
+libId(editId, "$Id: rcsedit.c,v 1.5 1995/10/29 19:31:10 peter Exp $")
static void editEndsPrematurely P((void)) exiting;
static void editLineNumberOverflow P((void)) exiting;
diff --git a/gnu/usr.bin/rcs/lib/rcsfcmp.c b/gnu/usr.bin/rcs/lib/rcsfcmp.c
index 8b4b42b..c9cef57 100644
--- a/gnu/usr.bin/rcs/lib/rcsfcmp.c
+++ b/gnu/usr.bin/rcs/lib/rcsfcmp.c
@@ -38,7 +38,6 @@ Report problems and direct all questions to:
/*
- * $Log: rcsfcmp.c,v $
* Revision 5.14 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -119,7 +118,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(fcmpId, "$Id: rcsfcmp.c,v 5.14 1995/06/16 06:19:24 eggert Exp $")
+libId(fcmpId, "$Id: rcsfcmp.c,v 1.3 1995/10/28 21:49:38 peter Exp $")
static int discardkeyval P((int,RILE*));
static int
diff --git a/gnu/usr.bin/rcs/lib/rcsfnms.c b/gnu/usr.bin/rcs/lib/rcsfnms.c
index 5846b66..fe6a6aa 100644
--- a/gnu/usr.bin/rcs/lib/rcsfnms.c
+++ b/gnu/usr.bin/rcs/lib/rcsfnms.c
@@ -38,7 +38,6 @@ Report problems and direct all questions to:
/*
- * $Log: rcsfnms.c,v $
* Revision 5.16 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -178,7 +177,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(fnmsId, "$Id: rcsfnms.c,v 5.16 1995/06/16 06:19:24 eggert Exp $")
+libId(fnmsId, "$Id: rcsfnms.c,v 1.3 1995/10/28 21:49:39 peter Exp $")
static char const *bindex P((char const*,int));
static int fin2open P((char const*, size_t, char const*, size_t, char const*, size_t, RILE*(*)P((struct buf*,struct stat*,int)), int));
diff --git a/gnu/usr.bin/rcs/lib/rcsgen.c b/gnu/usr.bin/rcs/lib/rcsgen.c
index 07b8b25..0c8e5c0 100644
--- a/gnu/usr.bin/rcs/lib/rcsgen.c
+++ b/gnu/usr.bin/rcs/lib/rcsgen.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcsgen.c,v $
* Revision 5.16 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -141,7 +140,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(genId, "$Id: rcsgen.c,v 5.16 1995/06/16 06:19:24 eggert Exp $")
+libId(genId, "$Id: rcsgen.c,v 1.3 1995/10/28 21:49:41 peter Exp $")
int interactiveflag; /* Should we act as if stdin is a tty? */
struct buf curlogbuf; /* buffer for current log message */
diff --git a/gnu/usr.bin/rcs/lib/rcskeep.c b/gnu/usr.bin/rcs/lib/rcskeep.c
index b73972d..f8a0d2a 100644
--- a/gnu/usr.bin/rcs/lib/rcskeep.c
+++ b/gnu/usr.bin/rcs/lib/rcskeep.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcskeep.c,v $
* Revision 5.10 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -99,7 +98,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(keepId, "$Id: rcskeep.c,v 5.10 1995/06/16 06:19:24 eggert Exp $")
+libId(keepId, "$Id: rcskeep.c,v 1.3 1995/10/28 21:49:43 peter Exp $")
static int badly_terminated P((void));
static int checknum P((char const*));
diff --git a/gnu/usr.bin/rcs/lib/rcskeys.c b/gnu/usr.bin/rcs/lib/rcskeys.c
index 6b9d690..492d8cb 100644
--- a/gnu/usr.bin/rcs/lib/rcskeys.c
+++ b/gnu/usr.bin/rcs/lib/rcskeys.c
@@ -28,17 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcskeys.c,v $
- * Revision 1.6 1995/10/28 21:49:45 peter
- * First part of import conflict merge from rcs-5.7 import.
- *
- * All those $Log$ entries, combined with the whitespace changes are a real
- * pain.
- *
- * I'm committing this now, before it's completely finished to get it compiling
- * and working again ASAP. Some of the FreeBSD specific features are not working
- * in this commit yet (mainly rlog stuff and $FreeBSD$ support)
- *
* Revision 5.4 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -74,7 +63,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(keysId, "$Id: rcskeys.c,v 1.6 1995/10/28 21:49:45 peter Exp $")
+libId(keysId, "$Id: rcskeys.c,v 1.7 1995/10/29 19:31:11 peter Exp $")
char const *const Keyword[] = {
diff --git a/gnu/usr.bin/rcs/lib/rcslex.c b/gnu/usr.bin/rcs/lib/rcslex.c
index 09d41cb..9929dc4 100644
--- a/gnu/usr.bin/rcs/lib/rcslex.c
+++ b/gnu/usr.bin/rcs/lib/rcslex.c
@@ -39,7 +39,6 @@ Report problems and direct all questions to:
/*
- * $Log: rcslex.c,v $
* Revision 5.19 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -169,7 +168,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(lexId, "$Id: rcslex.c,v 5.19 1995/06/16 06:19:24 eggert Exp $")
+libId(lexId, "$Id: rcslex.c,v 1.4 1995/10/28 21:49:46 peter Exp $")
static char *checkidentifier P((char*,int,int));
static void errsay P((char const*));
diff --git a/gnu/usr.bin/rcs/lib/rcsrev.c b/gnu/usr.bin/rcs/lib/rcsrev.c
index 21e985b..2602843 100644
--- a/gnu/usr.bin/rcs/lib/rcsrev.c
+++ b/gnu/usr.bin/rcs/lib/rcsrev.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcsrev.c,v $
* Revision 5.10 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -106,7 +105,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(revId, "$Id: rcsrev.c,v 5.10 1995/06/16 06:19:24 eggert Exp $")
+libId(revId, "$Id: rcsrev.c,v 1.3 1995/10/28 21:49:51 peter Exp $")
static char const *branchtip P((char const*));
static char const *lookupsym P((char const*));
diff --git a/gnu/usr.bin/rcs/lib/rcssyn.c b/gnu/usr.bin/rcs/lib/rcssyn.c
index 0663208..35772fe 100644
--- a/gnu/usr.bin/rcs/lib/rcssyn.c
+++ b/gnu/usr.bin/rcs/lib/rcssyn.c
@@ -36,7 +36,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcssyn.c,v $
* Revision 5.15 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -154,7 +153,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(synId, "$Id: rcssyn.c,v 5.15 1995/06/16 06:19:24 eggert Exp $")
+libId(synId, "$Id: rcssyn.c,v 1.3 1995/10/28 21:49:53 peter Exp $")
static char const *getkeyval P((char const*,enum tokens,int));
static int getdelta P((void));
diff --git a/gnu/usr.bin/rcs/lib/rcsutil.c b/gnu/usr.bin/rcs/lib/rcsutil.c
index 1177592..455f054 100644
--- a/gnu/usr.bin/rcs/lib/rcsutil.c
+++ b/gnu/usr.bin/rcs/lib/rcsutil.c
@@ -31,7 +31,6 @@ Report problems and direct all questions to:
/*
- * $Log: rcsutil.c,v $
* Revision 5.20 1995/06/16 06:19:24 eggert
* (catchsig): Remove `return'.
* Update FSF address.
@@ -187,7 +186,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(utilId, "$Id: rcsutil.c,v 5.20 1995/06/16 06:19:24 eggert Exp $")
+libId(utilId, "$Id: rcsutil.c,v 1.3 1995/10/28 21:49:57 peter Exp $")
#if !has_memcmp
int
diff --git a/gnu/usr.bin/rcs/rcs/rcs.c b/gnu/usr.bin/rcs/rcs/rcs.c
index c1b9af0..bb51afb 100644
--- a/gnu/usr.bin/rcs/rcs/rcs.c
+++ b/gnu/usr.bin/rcs/rcs/rcs.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcs.c,v $
* Revision 5.21 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -276,7 +275,7 @@ static struct delrevpair delrev;
static struct hshentry *cuthead, *cuttail, *delstrt;
static struct hshentries *gendeltas;
-mainProg(rcsId, "rcs", "$Id: rcs.c,v 5.21 1995/06/16 06:19:24 eggert Exp $")
+mainProg(rcsId, "rcs", "$Id: rcs.c,v 1.3 1995/10/28 21:50:13 peter Exp $")
{
static char const cmdusage[] =
"\nrcs usage: rcs -{ae}logins -Afile -{blu}[rev] -cstring -{iILqTU} -ksubst -mrev:msg -{nN}name[:[rev]] -orange -sstate[:rev] -t[text] -Vn -xsuff -zzone file ...";
diff --git a/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c b/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c
index d741f95..5502de6 100644
--- a/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c
+++ b/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcsdiff.c,v $
* Revision 5.19 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -152,7 +151,7 @@ static int exitstatus;
static RILE *workptr;
static struct stat workstat;
-mainProg(rcsdiffId, "rcsdiff", "$Id: rcsdiff.c,v 5.19 1995/06/16 06:19:24 eggert Exp $")
+mainProg(rcsdiffId, "rcsdiff", "$Id: rcsdiff.c,v 1.3 1995/10/28 21:50:36 peter Exp $")
{
static char const cmdusage[] =
"\nrcsdiff usage: rcsdiff -ksubst -q -rrev1 [-rrev2] -Vn -xsuff -zzone [diff options] file ...";
diff --git a/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c b/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c
index 30f4a8b..a4d9b86 100644
--- a/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c
+++ b/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c
@@ -28,7 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rcsmerge.c,v $
* Revision 5.15 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -118,7 +117,7 @@ Report problems and direct all questions to:
static char const co[] = CO;
-mainProg(rcsmergeId, "rcsmerge", "$Id: rcsmerge.c,v 5.15 1995/06/16 06:19:24 eggert Exp $")
+mainProg(rcsmergeId, "rcsmerge", "$Id: rcsmerge.c,v 1.3 1995/10/28 21:50:52 peter Exp $")
{
static char const cmdusage[] =
"\nrcsmerge usage: rcsmerge -rrev1 [-rrev2] -ksubst -{pq}[rev] -Vn -xsuff -zzone file";
diff --git a/gnu/usr.bin/rcs/rlog/rlog.c b/gnu/usr.bin/rcs/rlog/rlog.c
index f07534e..a3e63be 100644
--- a/gnu/usr.bin/rcs/rlog/rlog.c
+++ b/gnu/usr.bin/rcs/rlog/rlog.c
@@ -28,25 +28,6 @@ Report problems and direct all questions to:
*/
/*
- * $Log: rlog.c,v $
- * Revision 1.8 1995/10/29 17:56:28 peter
- * Restore nate's change from rev 1.2; improve readability of the rlog output
- * (adds a short row of dashes in a place that CVS and RCS dont mind)
- *
- * Revision 1.7 1995/10/28 21:50:58 peter
- * First part of import conflict merge from rcs-5.7 import.
- *
- * All those $Log: rlog.c,v $
- * Revision 1.8 1995/10/29 17:56:28 peter
- * Restore nate's change from rev 1.2; improve readability of the rlog output
- * (adds a short row of dashes in a place that CVS and RCS dont mind)
- * entries, combined with the whitespace changes are a real
- * pain.
- *
- * I'm committing this now, before it's completely finished to get it compiling
- * and working again ASAP. Some of the FreeBSD specific features are not working
- * in this commit yet (mainly rlog stuff and $FreeBSD$ support)
- *
* Revision 5.18 1995/06/16 06:19:24 eggert
* Update FSF address.
*
@@ -237,7 +218,7 @@ static struct rcslockers *lockerlist;
static struct stateattri *statelist;
-mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.8 1995/10/29 17:56:28 peter Exp $")
+mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.9 1995/10/29 18:07:04 peter Exp $")
{
static char const cmdusage[] =
"\nrlog usage: rlog -{bhLNRt} -v[string] -ddates -l[lockers] -r[revs] -sstates -Vn -w[logins] -xsuff -zzone file ...";
OpenPOWER on IntegriCloud