mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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).
This commit is contained in:
parent
b6239c4a19
commit
9a4fe3afc6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11929
@ -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 ...";
|
||||
|
@ -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 ...";
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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));
|
||||
|
@ -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 */
|
||||
|
@ -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*));
|
||||
|
@ -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[] = {
|
||||
|
@ -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*));
|
||||
|
@ -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*));
|
||||
|
@ -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));
|
||||
|
@ -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
|
||||
|
@ -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 ...";
|
||||
|
@ -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 ...";
|
||||
|
@ -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";
|
||||
|
@ -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 ...";
|
||||
|
Loading…
Reference in New Issue
Block a user