summaryrefslogtreecommitdiffstats
path: root/win
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 /win
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 'win')
-rw-r--r--win/Makefile.in2
-rw-r--r--win/README2
-rw-r--r--win/README.binary2
-rwxr-xr-xwin/buildall.vc.bat2
-rw-r--r--win/cat.c2
-rw-r--r--win/coffbase.txt2
-rw-r--r--win/configure.in2
-rw-r--r--win/makefile.vc3
-rw-r--r--win/nmakehlp.c3
-rw-r--r--win/rules.vc3
-rw-r--r--win/stub16.c2
-rw-r--r--win/tcl.rc2
-rw-r--r--win/tclAppInit.c2
-rw-r--r--win/tclConfig.sh.in2
-rw-r--r--win/tclWin32Dll.c2
-rw-r--r--win/tclWinChan.c2
-rw-r--r--win/tclWinConsole.c2
-rw-r--r--win/tclWinDde.c2
-rw-r--r--win/tclWinError.c2
-rw-r--r--win/tclWinFCmd.c2
-rw-r--r--win/tclWinFile.c2
-rw-r--r--win/tclWinInit.c2
-rw-r--r--win/tclWinInt.h2
-rw-r--r--win/tclWinLoad.c2
-rw-r--r--win/tclWinMtherr.c2
-rw-r--r--win/tclWinNotify.c2
-rw-r--r--win/tclWinPipe.c2
-rw-r--r--win/tclWinPort.h2
-rw-r--r--win/tclWinReg.c2
-rw-r--r--win/tclWinSerial.c2
-rw-r--r--win/tclWinSock.c2
-rw-r--r--win/tclWinTest.c2
-rw-r--r--win/tclWinThrd.c2
-rw-r--r--win/tclWinThrd.h2
-rw-r--r--win/tclWinTime.c2
-rw-r--r--win/tclsh.rc2
36 files changed, 0 insertions, 75 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 858e2f3..f11ef53 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,8 +4,6 @@
# run "./configure", which is a configuration script generated by the
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
-#
-# RCS: @(#) $Id: Makefile.in,v 1.68.2.8 2009/10/23 19:22:24 andreas_kupries Exp $
VERSION = @TCL_VERSION@
diff --git a/win/README b/win/README
index e92f39b..5af8520 100644
--- a/win/README
+++ b/win/README
@@ -1,7 +1,5 @@
Tcl 8.4 for Windows
-RCS: @(#) $Id: README,v 1.30.2.4 2009/11/10 21:14:19 stwo Exp $
-
1. Introduction
---------------
diff --git a/win/README.binary b/win/README.binary
index 966d46c..8388235 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,7 +1,5 @@
Tcl/Tk 8.4 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.33.2.19 2008/04/11 16:57:42 dgp Exp $
-
1. Introduction
---------------
diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat
index 6aa00d8..383e774 100755
--- a/win/buildall.vc.bat
+++ b/win/buildall.vc.bat
@@ -3,8 +3,6 @@
:: This is an example batchfile for building everything. Please
:: edit this (or make your own) for your needs and wants using
:: the instructions for calling makefile.vc found in makefile.vc
-::
-:: RCS: @(#) $Id: buildall.vc.bat,v 1.6 2002/11/04 05:50:19 davygrvy Exp $
echo Sit back and have a cup of coffee while this grinds through ;)
echo You asked for *everything*, remember?
diff --git a/win/cat.c b/win/cat.c
index cdd83a5..834461e 100644
--- a/win/cat.c
+++ b/win/cat.c
@@ -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: cat.c,v 1.2 1998/09/14 18:40:19 stanton Exp $
*/
#include <stdio.h>
diff --git a/win/coffbase.txt b/win/coffbase.txt
index c14485e..35dac3d 100644
--- a/win/coffbase.txt
+++ b/win/coffbase.txt
@@ -11,8 +11,6 @@
; maximum size is too small a linker warning will occur. Modules can overlap when
; they're mutually exclusive. This info is placed in the DLL's PE header by the
; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option.
-;
-; RCS: @(#) $Id: coffbase.txt,v 1.5.2.1 2004/05/06 01:03:33 davygrvy Exp $
tcl 0x10000000 0x00200000
tcldde 0x10200000 0x00010000
diff --git a/win/configure.in b/win/configure.in
index 5e36be5..1b6a843 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,8 +2,6 @@
# This file is an input file used by the GNU "autoconf" program to
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
-#
-# RCS: @(#) $Id: configure.in,v 1.68.2.23 2008/04/11 16:57:42 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
diff --git a/win/makefile.vc b/win/makefile.vc
index 5c37f0c..b508804 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -10,9 +10,6 @@
# Copyright (c) 1998-2000 Ajuba Solutions.
# Copyright (c) 2001-2005 ActiveState Corporation.
# Copyright (c) 2001-2002 David Gravereaux.
-#
-#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.100.2.10 2007/09/11 00:10:48 patthoyts Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
diff --git a/win/nmakehlp.c b/win/nmakehlp.c
index 15a8edf..4657c81 100644
--- a/win/nmakehlp.c
+++ b/win/nmakehlp.c
@@ -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: nmakehlp.c,v 1.1.4.4 2006/10/18 08:49:33 patthoyts Exp $
* ----------------------------------------------------------------------------
*/
diff --git a/win/rules.vc b/win/rules.vc
index c63e1c4..4b07d06 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -9,9 +9,6 @@
#
# Copyright (c) 2001-2003 David Gravereaux.
# Copyright (c) 2003-2006 Patrick Thoyts
-#
-#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.11.2.9 2010/10/31 21:25:07 nijtmans Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
diff --git a/win/stub16.c b/win/stub16.c
index 7114d4e..aa42c58 100644
--- a/win/stub16.c
+++ b/win/stub16.c
@@ -8,8 +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: stub16.c,v 1.4 1999/04/21 21:50:34 rjohnson Exp $
*/
#define STRICT
diff --git a/win/tcl.rc b/win/tcl.rc
index 746f5dd..0cba28b 100644
--- a/win/tcl.rc
+++ b/win/tcl.rc
@@ -1,5 +1,3 @@
-// RCS: @(#) $Id: tcl.rc,v 1.8 2002/06/18 00:12:24 davygrvy Exp $
-//
// Version Resource Script
//
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index ee8563b..4578ea8 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -10,8 +10,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclAppInit.c,v 1.11.2.3 2007/03/19 17:06:26 dgp Exp $
*/
#include "tcl.h"
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index 991fc09..65bc5c5 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -8,8 +8,6 @@
# out for themselves.
#
# The information in this file is specific to a single platform.
-#
-# RCS: @(#) $Id: tclConfig.sh.in,v 1.8 2001/11/08 03:07:22 mdejong Exp $
TCL_DLL_FILE="@TCL_DLL_FILE@"
diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c
index 3fbda0a..4fd234c 100644
--- a/win/tclWin32Dll.c
+++ b/win/tclWin32Dll.c
@@ -8,8 +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: tclWin32Dll.c,v 1.24.2.12 2010/11/08 21:26:43 andreas_kupries Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinChan.c b/win/tclWinChan.c
index 51a1c08..51c7632 100644
--- a/win/tclWinChan.c
+++ b/win/tclWinChan.c
@@ -8,8 +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: tclWinChan.c,v 1.30.2.6 2008/05/23 21:12:12 andreas_kupries Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index 7d729e2..9000da2 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -8,8 +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: tclWinConsole.c,v 1.11.2.4 2009/11/02 05:14:08 mistachkin Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinDde.c b/win/tclWinDde.c
index 480c91f..ee9019a 100644
--- a/win/tclWinDde.c
+++ b/win/tclWinDde.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclWinDde.c,v 1.13.2.8 2011/01/14 16:03:14 nijtmans Exp $
*/
#include "tclPort.h"
diff --git a/win/tclWinError.c b/win/tclWinError.c
index e70e1c2..da1e335 100644
--- a/win/tclWinError.c
+++ b/win/tclWinError.c
@@ -8,8 +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: tclWinError.c,v 1.5 2002/05/27 10:14:21 dkf Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c
index a6b0dcb..b6b5f9d 100644
--- a/win/tclWinFCmd.c
+++ b/win/tclWinFCmd.c
@@ -8,8 +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: tclWinFCmd.c,v 1.35.2.5 2006/08/30 17:48:48 hobbs Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 8e35533..5f88cb2 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -10,8 +10,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclWinFile.c,v 1.44.2.19 2009/03/18 17:18:54 dgp Exp $
*/
//#define _WIN32_WINNT 0x0500
diff --git a/win/tclWinInit.c b/win/tclWinInit.c
index 7fb65c2..acaf705 100644
--- a/win/tclWinInit.c
+++ b/win/tclWinInit.c
@@ -6,8 +6,6 @@
* Copyright (c) 1994-1997 Sun Microsystems, Inc.
* Copyright (c) 1998-1999 by Scriptics Corporation.
* All rights reserved.
- *
- * RCS: @(#) $Id: tclWinInit.c,v 1.40.2.6 2005/10/23 22:01:31 msofer Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index 3a87623..2e80afa 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -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: tclWinInt.h,v 1.20.2.6 2010/11/03 22:10:48 andreas_kupries Exp $
*/
#ifndef _TCLWININT
diff --git a/win/tclWinLoad.c b/win/tclWinLoad.c
index 1698871..09ade9b 100644
--- a/win/tclWinLoad.c
+++ b/win/tclWinLoad.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclWinLoad.c,v 1.15.2.1 2010/11/03 22:10:48 andreas_kupries Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinMtherr.c b/win/tclWinMtherr.c
index b90c0f2..6005e58 100644
--- a/win/tclWinMtherr.c
+++ b/win/tclWinMtherr.c
@@ -8,8 +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: tclWinMtherr.c,v 1.5 2002/05/31 22:20:22 dgp Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinNotify.c b/win/tclWinNotify.c
index e6fca31..0ad9e49 100644
--- a/win/tclWinNotify.c
+++ b/win/tclWinNotify.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclWinNotify.c,v 1.11.2.1 2003/03/21 03:24:09 dgp Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 624aecc..a493bca 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -8,8 +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: tclWinPipe.c,v 1.33.2.17 2006/03/14 20:36:39 andreas_kupries Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 4062d6c..6e8dcfb 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclWinPort.h,v 1.36.2.2 2005/11/04 18:33:35 patthoyts Exp $
*/
#ifndef _TCLWINPORT
diff --git a/win/tclWinReg.c b/win/tclWinReg.c
index c5a5c6f..98e6548 100644
--- a/win/tclWinReg.c
+++ b/win/tclWinReg.c
@@ -10,8 +10,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tclWinReg.c,v 1.21.2.8 2011/01/14 16:03:13 nijtmans Exp $
*/
#include <tclPort.h>
diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c
index 263a9b9..3c8dc9f 100644
--- a/win/tclWinSerial.c
+++ b/win/tclWinSerial.c
@@ -10,8 +10,6 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* Serial functionality implemented by Rolf.Schroedter@dlr.de
- *
- * RCS: @(#) $Id: tclWinSerial.c,v 1.25.2.4 2008/01/14 00:11:22 hobbs Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinSock.c b/win/tclWinSock.c
index e913ff7..73820ea 100644
--- a/win/tclWinSock.c
+++ b/win/tclWinSock.c
@@ -8,8 +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: tclWinSock.c,v 1.36.2.11 2010/09/24 17:53:14 andreas_kupries Exp $
- *
* -----------------------------------------------------------------------
*
* General information on how this module works.
diff --git a/win/tclWinTest.c b/win/tclWinTest.c
index c1f8ea5..ecdf21f 100644
--- a/win/tclWinTest.c
+++ b/win/tclWinTest.c
@@ -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: tclWinTest.c,v 1.8.2.6 2006/03/27 23:30:54 patthoyts Exp $
*/
#define USE_COMPAT_CONST
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c
index acac81b..13fd411 100644
--- a/win/tclWinThrd.c
+++ b/win/tclWinThrd.c
@@ -8,8 +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: tclWinThrd.c,v 1.24.2.12 2007/03/24 09:31:11 vasiljevic Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclWinThrd.h b/win/tclWinThrd.h
index 2572d1b..41bc7aa 100644
--- a/win/tclWinThrd.h
+++ b/win/tclWinThrd.h
@@ -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.
- *
- * SCCS: @(#) tclWinThrd.h 1.2 98/01/27 11:48:05
*/
#ifndef _TCLWINTHRD
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index 044268b..12e413f 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -8,8 +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: tclWinTime.c,v 1.14.2.11 2007/04/21 19:52:15 kennykb Exp $
*/
#include "tclWinInt.h"
diff --git a/win/tclsh.rc b/win/tclsh.rc
index eaa7270..a1b0b76 100644
--- a/win/tclsh.rc
+++ b/win/tclsh.rc
@@ -1,5 +1,3 @@
-// RCS: @(#) $Id: tclsh.rc,v 1.8 2002/06/18 00:12:24 davygrvy Exp $
-//
// Version Resource Script
//