summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1998-10-03 01:56:40 (GMT)
committerstanton <stanton>1998-10-03 01:56:40 (GMT)
commit99b0d4173b50012e14093f37872b3677d9b9567c (patch)
tree961bd89c7c2c468fa800c5d2fc87d6fe437699ce
parent835885adda010ab381633a38750c80da69953dc2 (diff)
downloadtcl-99b0d4173b50012e14093f37872b3677d9b9567c.zip
tcl-99b0d4173b50012e14093f37872b3677d9b9567c.tar.gz
tcl-99b0d4173b50012e14093f37872b3677d9b9567c.tar.bz2
replaced SCCS with RCS strings
-rw-r--r--generic/chr.h2
-rw-r--r--generic/color.c2
-rw-r--r--generic/compile.c2
-rw-r--r--generic/guts.h2
-rw-r--r--generic/lex.c2
-rw-r--r--generic/locale.c2
-rw-r--r--generic/nfa.c2
-rw-r--r--generic/tclEncoding.c2
-rw-r--r--generic/tclInitScript.h2
-rw-r--r--generic/tclLiteral.c2
-rw-r--r--generic/tclParseExpr.c2
-rw-r--r--generic/tclRegexp.c2
-rw-r--r--generic/tclResult.c2
-rw-r--r--generic/tclThread.c2
-rw-r--r--generic/tclThreadTest.c2
-rw-r--r--generic/tclUtf.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/generic/chr.h b/generic/chr.h
index 03d4157..6a21159 100644
--- a/generic/chr.h
+++ b/generic/chr.h
@@ -31,7 +31,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) chr.h 1.4 98/01/21 14:32:38
+ * RCS: @(#) $Id: chr.h,v 1.1.2.2 1998/10/03 01:56:40 stanton Exp $
*/
typedef Tcl_UniChar chr; /* internal character type */
diff --git a/generic/color.c b/generic/color.c
index da0bd66..fa640f9 100644
--- a/generic/color.c
+++ b/generic/color.c
@@ -32,7 +32,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) color.c 1.10 98/02/11 17:23:09
+ * RCS: @(#) $Id: color.c,v 1.1.2.2 1998/10/03 01:56:40 stanton Exp $
*/
/*
diff --git a/generic/compile.c b/generic/compile.c
index 0649be6..ee12d04 100644
--- a/generic/compile.c
+++ b/generic/compile.c
@@ -30,7 +30,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) compile.c 1.12 98/02/11 17:25:30
+ * RCS: @(#) $Id: compile.c,v 1.1.2.2 1998/10/03 01:56:40 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/guts.h b/generic/guts.h
index 9a1c4eb..7b847ac 100644
--- a/generic/guts.h
+++ b/generic/guts.h
@@ -30,7 +30,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) guts.h 1.7 98/01/21 14:33:04
+ * RCS: @(#) $Id: guts.h,v 1.1.2.2 1998/10/03 01:56:40 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/lex.c b/generic/lex.c
index 2e157d3..7ae3ccc 100644
--- a/generic/lex.c
+++ b/generic/lex.c
@@ -30,7 +30,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) lex.c 1.7 98/01/21 14:33:10
+ * RCS: @(#) $Id: lex.c,v 1.1.2.2 1998/10/03 01:56:40 stanton Exp $
*/
/* scanning macros (know about v) */
diff --git a/generic/locale.c b/generic/locale.c
index 4201dc3..ca56fc4 100644
--- a/generic/locale.c
+++ b/generic/locale.c
@@ -31,7 +31,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) locale.c 1.11 98/01/27 20:10:09
+ * RCS: @(#) $Id: locale.c,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
/*
diff --git a/generic/nfa.c b/generic/nfa.c
index 2445712..f6b8967 100644
--- a/generic/nfa.c
+++ b/generic/nfa.c
@@ -33,7 +33,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) nfa.c 1.10 98/02/17 18:42:41
+ * RCS: @(#) $Id: nfa.c,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
#define NISERR() VISERR(nfa->v)
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 0680d4f..9b3f18d 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclEncoding.c 1.40 98/02/17 17:18:22
+ * RCS: @(#) $Id: tclEncoding.c,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclInitScript.h b/generic/tclInitScript.h
index a03d9d4..8aef5a3 100644
--- a/generic/tclInitScript.h
+++ b/generic/tclInitScript.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclInitScript.h 1.2 98/01/09 17:20:19
+ * RCS: @(#) $Id: tclInitScript.h,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
/*
diff --git a/generic/tclLiteral.c b/generic/tclLiteral.c
index a4d55b0..d25eb38 100644
--- a/generic/tclLiteral.c
+++ b/generic/tclLiteral.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclLiteral.c 1.14 98/02/17 16:32:35
+ * RCS: @(#) $Id: tclLiteral.c,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclParseExpr.c b/generic/tclParseExpr.c
index f4553a3..1bd2a14 100644
--- a/generic/tclParseExpr.c
+++ b/generic/tclParseExpr.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclParseExpr.c 1.7 98/01/20 15:19:26
+ * RCS: @(#) $Id: tclParseExpr.c,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclRegexp.c b/generic/tclRegexp.c
index 05a59d5..44b575c 100644
--- a/generic/tclRegexp.c
+++ b/generic/tclRegexp.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclRegexp.c 1.12 98/01/28 20:45:04
+ * RCS: @(#) $Id: tclRegexp.c,v 1.1.2.2 1998/10/03 01:56:41 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclResult.c b/generic/tclResult.c
index c9907e2..f47b06f 100644
--- a/generic/tclResult.c
+++ b/generic/tclResult.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclResult.c 1.8 98/02/11 16:48:41
+ * RCS: @(#) $Id: tclResult.c,v 1.1.2.2 1998/10/03 01:56:42 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclThread.c b/generic/tclThread.c
index 7dbd1d7..a093824 100644
--- a/generic/tclThread.c
+++ b/generic/tclThread.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclThread.c 1.14 98/02/20 11:24:32
+ * RCS: @(#) $Id: tclThread.c,v 1.1.2.2 1998/10/03 01:56:42 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclThreadTest.c b/generic/tclThreadTest.c
index 5ec7b28..e2aa6d3 100644
--- a/generic/tclThreadTest.c
+++ b/generic/tclThreadTest.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclThreadTest.c 1.11 98/02/19 11:52:01
+ * RCS: @(#) $Id: tclThreadTest.c,v 1.1.2.2 1998/10/03 01:56:42 stanton Exp $
*/
#include "tclInt.h"
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index 0b7c3e9..ee9f59a 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUtf.c 1.25 98/01/28 18:02:43
+ * RCS: @(#) $Id: tclUtf.c,v 1.1.2.2 1998/10/03 01:56:42 stanton Exp $
*/
#include "tclInt.h"