summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/rcs/lib')
-rw-r--r--gnu/usr.bin/rcs/lib/conf.h2
-rw-r--r--gnu/usr.bin/rcs/lib/maketime.c7
-rw-r--r--gnu/usr.bin/rcs/lib/merger.c2
-rw-r--r--gnu/usr.bin/rcs/lib/partime.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcsbase.h9
-rw-r--r--gnu/usr.bin/rcs/lib/rcsedit.c9
-rw-r--r--gnu/usr.bin/rcs/lib/rcsfcmp.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcsfnms.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcsgen.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcskeep.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcskeys.c9
-rw-r--r--gnu/usr.bin/rcs/lib/rcslex.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcsmap.c2
-rw-r--r--gnu/usr.bin/rcs/lib/rcsrev.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcssyn.c7
-rw-r--r--gnu/usr.bin/rcs/lib/rcsutil.c7
16 files changed, 71 insertions, 32 deletions
diff --git a/gnu/usr.bin/rcs/lib/conf.h b/gnu/usr.bin/rcs/lib/conf.h
index b8f4abdc9962..a191d5954286 100644
--- a/gnu/usr.bin/rcs/lib/conf.h
+++ b/gnu/usr.bin/rcs/lib/conf.h
@@ -1,6 +1,6 @@
/* RCS compile-time configuration */
- /* $Id: conf.h,v 1.2 1994/08/05 22:33:44 wollman Exp $ */
+ /* conf.h,v 1.3 1994/08/09 15:15:04 jkh Exp */
/*
* This file is generated automatically.
diff --git a/gnu/usr.bin/rcs/lib/maketime.c b/gnu/usr.bin/rcs/lib/maketime.c
index b87d744b3e40..041e20755696 100644
--- a/gnu/usr.bin/rcs/lib/maketime.c
+++ b/gnu/usr.bin/rcs/lib/maketime.c
@@ -20,7 +20,10 @@
* Copyright 1981 by Ken Harrenstien, SRI International.
* (ARPANET: KLH @ SRI)
*/
-/* $Log: maketime.c,v $
+/* maketime.c,v
+ * Revision 1.2 1995/05/30 05:04:02 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -74,7 +77,7 @@
#include "rcsbase.h"
-libId(maketId, "$Id: maketime.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(maketId, "maketime.c,v 1.2 1995/05/30 05:04:02 rgrimes Exp")
static struct tm const *time2tm P((time_t));
diff --git a/gnu/usr.bin/rcs/lib/merger.c b/gnu/usr.bin/rcs/lib/merger.c
index 7162ffa58eb7..4d5a7650c25c 100644
--- a/gnu/usr.bin/rcs/lib/merger.c
+++ b/gnu/usr.bin/rcs/lib/merger.c
@@ -27,7 +27,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(mergerId, "$Id: merger.c,v 1.3 1991/08/20 23:05:00 eggert Exp $")
+libId(mergerId, "merger.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp")
static char const *
normalize_arg(s, b)
diff --git a/gnu/usr.bin/rcs/lib/partime.c b/gnu/usr.bin/rcs/lib/partime.c
index 6c2c2a1fd250..f9d94dc5b647 100644
--- a/gnu/usr.bin/rcs/lib/partime.c
+++ b/gnu/usr.bin/rcs/lib/partime.c
@@ -20,7 +20,10 @@
* Perhaps should return 0 on success, else a non-zero error val?
*/
-/* $Log: partime.c,v $
+/* partime.c,v
+ * Revision 1.2 1995/05/30 05:04:04 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -65,7 +68,7 @@
#include "rcsbase.h"
-libId(partId, "$Id: partime.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(partId, "partime.c,v 1.2 1995/05/30 05:04:04 rgrimes Exp")
#define given(v) (0 <= (v))
#define TMNULL (-1) /* Items not given are given this value */
diff --git a/gnu/usr.bin/rcs/lib/rcsbase.h b/gnu/usr.bin/rcs/lib/rcsbase.h
index 788ea5d6793c..098e5afbf3f4 100644
--- a/gnu/usr.bin/rcs/lib/rcsbase.h
+++ b/gnu/usr.bin/rcs/lib/rcsbase.h
@@ -2,7 +2,7 @@
/*
* RCS common definitions and data structures
*/
-#define RCSBASE "$Id: rcsbase.h,v 1.2 1994/05/14 07:00:20 rgrimes Exp $"
+#define RCSBASE "rcsbase.h,v 1.3 1995/05/30 05:04:05 rgrimes Exp"
/* Copyright (C) 1982, 1988, 1989 Walter Tichy
Copyright 1990, 1991 by Paul Eggert
@@ -42,11 +42,14 @@ Report problems and direct all questions to:
*/
-/* $Log: rcsbase.h,v $
+/* rcsbase.h,v
+ * Revision 1.3 1995/05/30 05:04:05 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.2 1994/05/14 07:00:20 rgrimes
* Add new option -K from David Dawes that allows you to turn on and off
* specific keyword substitution during a rcs co command.
- * Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
+ * Add the new keyword FreeBSD that is IDENTICAL in operation to rcsbase.h,v 1.3 1995/05/30 05:04:05 rgrimes Exp.
*
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
diff --git a/gnu/usr.bin/rcs/lib/rcsedit.c b/gnu/usr.bin/rcs/lib/rcsedit.c
index 32ff7e29a6aa..5fa3890d6d18 100644
--- a/gnu/usr.bin/rcs/lib/rcsedit.c
+++ b/gnu/usr.bin/rcs/lib/rcsedit.c
@@ -35,11 +35,14 @@ Report problems and direct all questions to:
*/
-/* $Log: rcsedit.c,v $
+/* rcsedit.c,v
+ * Revision 1.3 1995/05/30 05:04:06 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.2 1994/05/14 07:00:22 rgrimes
* Add new option -K from David Dawes that allows you to turn on and off
* specific keyword substitution during a rcs co command.
- * Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
+ * Add the new keyword FreeBSD that is IDENTICAL in operation to rcsedit.c,v 1.3 1995/05/30 05:04:06 rgrimes Exp.
*
* Revision 1.1.1.1 1993/06/18 04:22:12 jkh
* Updated GNU utilities
@@ -162,7 +165,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(editId, "$Id: rcsedit.c,v 1.2 1994/05/14 07:00:22 rgrimes Exp $")
+libId(editId, "rcsedit.c,v 1.3 1995/05/30 05:04:06 rgrimes Exp")
static void keyreplace P((enum markers,struct hshentry const*,FILE*));
diff --git a/gnu/usr.bin/rcs/lib/rcsfcmp.c b/gnu/usr.bin/rcs/lib/rcsfcmp.c
index d8bb555948a0..516a0212ac39 100644
--- a/gnu/usr.bin/rcs/lib/rcsfcmp.c
+++ b/gnu/usr.bin/rcs/lib/rcsfcmp.c
@@ -37,7 +37,10 @@ Report problems and direct all questions to:
-/* $Log: rcsfcmp.c,v $
+/* rcsfcmp.c,v
+ * Revision 1.2 1995/05/30 05:04:08 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -104,7 +107,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(fcmpId, "$Id: rcsfcmp.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(fcmpId, "rcsfcmp.c,v 1.2 1995/05/30 05:04:08 rgrimes Exp")
static int
discardkeyval(c, f)
diff --git a/gnu/usr.bin/rcs/lib/rcsfnms.c b/gnu/usr.bin/rcs/lib/rcsfnms.c
index 93c96b9cade4..3ef6e16077ae 100644
--- a/gnu/usr.bin/rcs/lib/rcsfnms.c
+++ b/gnu/usr.bin/rcs/lib/rcsfnms.c
@@ -37,7 +37,10 @@ Report problems and direct all questions to:
-/* $Log: rcsfnms.c,v $
+/* rcsfnms.c,v
+ * Revision 1.2 1995/05/30 05:04:10 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -143,7 +146,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(fnmsId, "$Id: rcsfnms.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(fnmsId, "rcsfnms.c,v 1.2 1995/05/30 05:04:10 rgrimes Exp")
char const *RCSfilename;
char *workfilename;
diff --git a/gnu/usr.bin/rcs/lib/rcsgen.c b/gnu/usr.bin/rcs/lib/rcsgen.c
index dfb03c105b79..9fe68d849523 100644
--- a/gnu/usr.bin/rcs/lib/rcsgen.c
+++ b/gnu/usr.bin/rcs/lib/rcsgen.c
@@ -30,7 +30,10 @@ Report problems and direct all questions to:
-/* $Log: rcsgen.c,v $
+/* rcsgen.c,v
+ * Revision 1.2 1995/05/30 05:04:12 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:12 jkh
* Updated GNU utilities
*
@@ -125,7 +128,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(genId, "$Id: rcsgen.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp $")
+libId(genId, "rcsgen.c,v 1.2 1995/05/30 05:04:12 rgrimes 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 232a616360de..77b21598f793 100644
--- a/gnu/usr.bin/rcs/lib/rcskeep.c
+++ b/gnu/usr.bin/rcs/lib/rcskeep.c
@@ -35,7 +35,10 @@ Report problems and direct all questions to:
-/* $Log: rcskeep.c,v $
+/* rcskeep.c,v
+ * Revision 1.2 1995/05/30 05:04:13 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -96,7 +99,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(keepId, "$Id: rcskeep.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(keepId, "rcskeep.c,v 1.2 1995/05/30 05:04:13 rgrimes Exp")
static int checknum P((char const*,int));
static int getval P((RILE*,struct buf*,int));
diff --git a/gnu/usr.bin/rcs/lib/rcskeys.c b/gnu/usr.bin/rcs/lib/rcskeys.c
index b45105c33b38..3eefd5c3375c 100644
--- a/gnu/usr.bin/rcs/lib/rcskeys.c
+++ b/gnu/usr.bin/rcs/lib/rcskeys.c
@@ -30,7 +30,10 @@ Report problems and direct all questions to:
-/* $Log: rcskeys.c,v $
+/* rcskeys.c,v
+ * Revision 1.5 1995/05/30 05:04:14 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.4 1994/06/22 00:51:42 rgrimes
* Fix serious off by one error for FreeBSD keyword, this has been driving
* me nuts as it was on by default and that is NOT what I wanted.
@@ -43,7 +46,7 @@ Report problems and direct all questions to:
* Revision 1.2 1994/05/14 07:00:23 rgrimes
* Add new option -K from David Dawes that allows you to turn on and off
* specific keyword substitution during a rcs co command.
- * Add the new keyword FreeBSD that is IDENTICAL in operation to $Id: rcskeys.c,v 1.4 1994/06/22 00:51:42 rgrimes Exp $.
+ * Add the new keyword FreeBSD that is IDENTICAL in operation to rcskeys.c,v 1.5 1995/05/30 05:04:14 rgrimes Exp.
*
* Revision 1.1.1.1 1993/06/18 04:22:12 jkh
* Updated GNU utilities
@@ -77,7 +80,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(keysId, "$Id: rcskeys.c,v 1.4 1994/06/22 00:51:42 rgrimes Exp $")
+libId(keysId, "rcskeys.c,v 1.5 1995/05/30 05:04:14 rgrimes Exp")
char const *const Keyword[] = {
diff --git a/gnu/usr.bin/rcs/lib/rcslex.c b/gnu/usr.bin/rcs/lib/rcslex.c
index 621d4924bff9..efa7538877ba 100644
--- a/gnu/usr.bin/rcs/lib/rcslex.c
+++ b/gnu/usr.bin/rcs/lib/rcslex.c
@@ -38,7 +38,10 @@ Report problems and direct all questions to:
-/* $Log: rcslex.c,v $
+/* rcslex.c,v
+ * Revision 1.3 1995/05/30 05:04:15 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.2 1993/06/28 19:13:10 nate
* Added Chris Demetriou's FSYNC_ALL option which causes all writes to be
* flushed immediately. (In case of a crash in the middle of CVS/RCS commits
@@ -139,7 +142,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(lexId, "$Id: rcslex.c,v 1.2 1993/06/28 19:13:10 nate Exp $")
+libId(lexId, "rcslex.c,v 1.3 1995/05/30 05:04:15 rgrimes Exp")
static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/
diff --git a/gnu/usr.bin/rcs/lib/rcsmap.c b/gnu/usr.bin/rcs/lib/rcsmap.c
index 0e7b23c85f4a..3d8a2f04be85 100644
--- a/gnu/usr.bin/rcs/lib/rcsmap.c
+++ b/gnu/usr.bin/rcs/lib/rcsmap.c
@@ -28,7 +28,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(mapId, "$Id: rcsmap.c,v 5.2 1991/08/19 03:13:55 eggert Exp $")
+libId(mapId, "rcsmap.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp")
/* map of character types */
/* ISO 8859/1 (Latin-1) */
diff --git a/gnu/usr.bin/rcs/lib/rcsrev.c b/gnu/usr.bin/rcs/lib/rcsrev.c
index 96eb9e6c41db..cff5311f20ed 100644
--- a/gnu/usr.bin/rcs/lib/rcsrev.c
+++ b/gnu/usr.bin/rcs/lib/rcsrev.c
@@ -31,7 +31,10 @@ Report problems and direct all questions to:
-/* $Log: rcsrev.c,v $
+/* rcsrev.c,v
+ * Revision 1.2 1995/05/30 05:04:16 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -97,7 +100,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(revId, "$Id: rcsrev.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(revId, "rcsrev.c,v 1.2 1995/05/30 05:04:16 rgrimes Exp")
static char const *branchtip P((char const*));
static struct hshentry *genbranch P((struct hshentry const*,char const*,unsigned,char const*,char const*,char const*,struct hshentries**));
diff --git a/gnu/usr.bin/rcs/lib/rcssyn.c b/gnu/usr.bin/rcs/lib/rcssyn.c
index 10b6147a55ab..bbf2a7c08bd1 100644
--- a/gnu/usr.bin/rcs/lib/rcssyn.c
+++ b/gnu/usr.bin/rcs/lib/rcssyn.c
@@ -36,7 +36,10 @@ Report problems and direct all questions to:
*/
-/* $Log: rcssyn.c,v $
+/* rcssyn.c,v
+ * Revision 1.2 1995/05/30 05:04:17 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:12 jkh
* Updated GNU utilities
*
@@ -136,7 +139,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(synId, "$Id: rcssyn.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp $")
+libId(synId, "rcssyn.c,v 1.2 1995/05/30 05:04:17 rgrimes Exp")
/* forward */
static char const *getkeyval P((char const*,enum tokens,int));
diff --git a/gnu/usr.bin/rcs/lib/rcsutil.c b/gnu/usr.bin/rcs/lib/rcsutil.c
index 55140c2e4793..b126687b2175 100644
--- a/gnu/usr.bin/rcs/lib/rcsutil.c
+++ b/gnu/usr.bin/rcs/lib/rcsutil.c
@@ -31,7 +31,10 @@ Report problems and direct all questions to:
-/* $Log: rcsutil.c,v $
+/* rcsutil.c,v
+ * Revision 1.2 1995/05/30 05:04:18 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/18 04:22:13 jkh
* Updated GNU utilities
*
@@ -139,7 +142,7 @@ Report problems and direct all questions to:
#include "rcsbase.h"
-libId(utilId, "$Id: rcsutil.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $")
+libId(utilId, "rcsutil.c,v 1.2 1995/05/30 05:04:18 rgrimes Exp")
#if !has_memcmp
int