summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-03-01 15:38:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-03-01 15:38:36 (GMT)
commit0ce4e02a21049804683b74cee4f604c47fb89e4e (patch)
tree067c84a41b1b4783e8aa7e7c78a67a1128280fec /tools
parent043805d94684739088de3023be744c746efd35b0 (diff)
downloadtcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.zip
tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.tar.gz
tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.tar.bz2
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause
more harm than good. Purged them.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in2
-rwxr-xr-xtools/checkLibraryDoc.tcl2
-rwxr-xr-xtools/configure2
-rw-r--r--tools/configure.in1
-rw-r--r--tools/cvtEOL.tcl3
-rw-r--r--tools/encoding/big5.txt2
-rw-r--r--tools/encoding/gb2312.txt2
-rw-r--r--tools/genStubs.tcl2
-rw-r--r--tools/genWinImage.tcl2
-rw-r--r--tools/index.tcl3
-rw-r--r--tools/man2help.tcl3
-rw-r--r--tools/man2help2.tcl3
-rw-r--r--tools/man2html.tcl3
-rw-r--r--tools/man2html1.tcl3
-rw-r--r--tools/man2html2.tcl3
-rw-r--r--tools/man2tcl.c2
-rw-r--r--tools/regexpTestLib.tcl3
-rw-r--r--tools/str2c2
-rw-r--r--tools/uniParse.tcl4
19 files changed, 0 insertions, 47 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index ecd115a..6034fe9 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -6,8 +6,6 @@
#
# HTML: 1. Build the html target on Unix
-# RCS: @(#) $Id: Makefile.in,v 1.9 2000/04/20 01:30:20 hobbs Exp $
-
TCL = tcl@TCL_VERSION@
TK = tk@TCL_VERSION@
VER = @TCL_WIN_VERSION@
diff --git a/tools/checkLibraryDoc.tcl b/tools/checkLibraryDoc.tcl
index 8a7008c..cd08c2a 100755
--- a/tools/checkLibraryDoc.tcl
+++ b/tools/checkLibraryDoc.tcl
@@ -18,8 +18,6 @@
#
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
-#
-# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.7 2002/01/15 17:55:30 dgp Exp $
lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin"
diff --git a/tools/configure b/tools/configure
index f0fa9e9..209d394 100755
--- a/tools/configure
+++ b/tools/configure
@@ -523,8 +523,6 @@ else
fi
-# RCS: @(#) $Id: configure,v 1.2 2001/10/04 20:18:09 hobbs Exp $
-
# Recover information that Tcl computed with its configure script.
#--------------------------------------------------------------------
diff --git a/tools/configure.in b/tools/configure.in
index 5117b4d..fe0c59b 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -2,7 +2,6 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(man2tcl.c)
-# RCS: @(#) $Id: configure.in,v 1.9 2001/10/04 20:18:09 hobbs Exp $
# Recover information that Tcl computed with its configure script.
diff --git a/tools/cvtEOL.tcl b/tools/cvtEOL.tcl
index e2df341..8fa5441 100644
--- a/tools/cvtEOL.tcl
+++ b/tools/cvtEOL.tcl
@@ -4,9 +4,6 @@
# convert the EOL from \n to \r on all text files.
#
# Copyright (c) 1996-1997 by Sun Microsystems, Inc.
-#
-# SCCS: @(#) cvtEOL.tcl 1.1 97/01/30 11:33:33
-#
#
# Convert files in the distribution to Mac style
diff --git a/tools/encoding/big5.txt b/tools/encoding/big5.txt
index 33e5226..5cc9e81 100644
--- a/tools/encoding/big5.txt
+++ b/tools/encoding/big5.txt
@@ -7,8 +7,6 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: big5.txt,v 1.2 1999/04/16 00:47:43 stanton Exp $
-#
# NOTE: this table has been modified to include the 7-bit ASCII
# characters that are allowed in BIG5 files.
#
diff --git a/tools/encoding/gb2312.txt b/tools/encoding/gb2312.txt
index b9a1629..fc9f6f0 100644
--- a/tools/encoding/gb2312.txt
+++ b/tools/encoding/gb2312.txt
@@ -7,8 +7,6 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: gb2312.txt,v 1.2 1999/04/16 00:47:55 stanton Exp $
-#
# NOTE: this table has been modified to include the 7-bit ASCII
# characters that are allowed in GB2312 files.
#
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index 8a10cba..8e8cbfd 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -7,8 +7,6 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id: genStubs.tcl,v 1.13 2002/10/04 08:25:14 dkf Exp $
package require Tcl 8
diff --git a/tools/genWinImage.tcl b/tools/genWinImage.tcl
index e57d018..f923df8 100644
--- a/tools/genWinImage.tcl
+++ b/tools/genWinImage.tcl
@@ -4,8 +4,6 @@
#
# Copyright (c) 1999 by Scriptics Corporation.
# All rights reserved.
-#
-# RCS: @(#) $Id: genWinImage.tcl,v 1.5 2000/04/25 22:29:21 hobbs Exp $
# This file is insensitive to the directory from which it is invoked.
diff --git a/tools/index.tcl b/tools/index.tcl
index 629ceb4..b986012 100644
--- a/tools/index.tcl
+++ b/tools/index.tcl
@@ -8,9 +8,6 @@
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id: index.tcl,v 1.3.40.1 2003/06/04 23:41:15 mistachkin Exp $
-#
# Global variables used by these scripts:
#
diff --git a/tools/man2help.tcl b/tools/man2help.tcl
index b0da42a..6c8356c 100644
--- a/tools/man2help.tcl
+++ b/tools/man2help.tcl
@@ -5,9 +5,6 @@
# entries.
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-#
-# RCS: @(#) $Id: man2help.tcl,v 1.13.2.1 2003/06/04 23:41:15 mistachkin Exp $
-#
#
# PASS 1
diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl
index df2678c..d5c0b93 100644
--- a/tools/man2help2.tcl
+++ b/tools/man2help2.tcl
@@ -8,9 +8,6 @@
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id: man2help2.tcl,v 1.12 2002/10/03 13:34:32 dkf Exp $
-#
# Global variables used by these scripts:
#
diff --git a/tools/man2html.tcl b/tools/man2html.tcl
index 6f44aaa..2d14047 100644
--- a/tools/man2html.tcl
+++ b/tools/man2html.tcl
@@ -8,9 +8,6 @@ if [catch {
# man2tcl program to generate a HTML files from Tcl manual entries.
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-#
-# SCCS: @(#) man2html.tcl 1.5 96/04/11 20:21:43
-#
set homeDir /home/rjohnson/Projects/tools/generic
diff --git a/tools/man2html1.tcl b/tools/man2html1.tcl
index 2e8ba52..be969f9 100644
--- a/tools/man2html1.tcl
+++ b/tools/man2html1.tcl
@@ -4,9 +4,6 @@
# man page to html conversion process. It is sourced by h.tcl.
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-#
-# SCCS: @(#) man2html1.tcl 1.2 96/03/21 10:48:29
-#
# Global variables used by these scripts:
#
diff --git a/tools/man2html2.tcl b/tools/man2html2.tcl
index 789b4db..aee1da3 100644
--- a/tools/man2html2.tcl
+++ b/tools/man2html2.tcl
@@ -4,9 +4,6 @@
# man page to html conversion process. It is sourced by man2html.tcl.
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-#
-# SCCS: @(#) man2html2.tcl 1.2 96/03/21 10:48:30
-#
# Global variables used by these scripts:
#
diff --git a/tools/man2tcl.c b/tools/man2tcl.c
index 9cf16ca..464bb34 100644
--- a/tools/man2tcl.c
+++ b/tools/man2tcl.c
@@ -15,8 +15,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: man2tcl.c,v 1.7.2.1 2003/12/09 15:32:20 dkf Exp $
*/
static char sccsid[] = "@(#) man2tcl.c 1.3 95/08/12 17:34:08";
diff --git a/tools/regexpTestLib.tcl b/tools/regexpTestLib.tcl
index d43cd4e..86f2a3e 100644
--- a/tools/regexpTestLib.tcl
+++ b/tools/regexpTestLib.tcl
@@ -5,9 +5,6 @@
# Spencer's test suite to tcl test files.
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-#
-# SCCS: @(#) regexpTestLib.tcl 1.4 98/01/22 14:48:34
-#
proc readInputFile {} {
global inFileName
diff --git a/tools/str2c b/tools/str2c
index 15cb8e6..c761f91 100644
--- a/tools/str2c
+++ b/tools/str2c
@@ -4,8 +4,6 @@
#
# 1997/10 -- dl
#
-# $Id: str2c,v 1.2 1999/04/16 00:47:40 stanton Exp $
-#
# restart with tclsh \
exec tclsh8.0 "$0" "$@"
diff --git a/tools/uniParse.tcl b/tools/uniParse.tcl
index 0e4ea51..5608d25 100644
--- a/tools/uniParse.tcl
+++ b/tools/uniParse.tcl
@@ -8,8 +8,6 @@
#
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
-#
-# RCS: @(#) $Id: uniParse.tcl,v 1.4.14.1 2010/10/23 14:41:23 nijtmans Exp $
namespace eval uni {
@@ -195,8 +193,6 @@ proc uni::main {} {
*
* Copyright (c) 1998 by Scriptics Corporation.
* All rights reserved.
- *
- * RCS: @(#) \$Id\$
*/
/*