From 99b0d4173b50012e14093f37872b3677d9b9567c Mon Sep 17 00:00:00 2001 From: stanton Date: Sat, 3 Oct 1998 01:56:40 +0000 Subject: replaced SCCS with RCS strings --- generic/chr.h | 2 +- generic/color.c | 2 +- generic/compile.c | 2 +- generic/guts.h | 2 +- generic/lex.c | 2 +- generic/locale.c | 2 +- generic/nfa.c | 2 +- generic/tclEncoding.c | 2 +- generic/tclInitScript.h | 2 +- generic/tclLiteral.c | 2 +- generic/tclParseExpr.c | 2 +- generic/tclRegexp.c | 2 +- generic/tclResult.c | 2 +- generic/tclThread.c | 2 +- generic/tclThreadTest.c | 2 +- generic/tclUtf.c | 2 +- 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" -- cgit v0.12