diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-02 16:06:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-02 16:06:41 (GMT) |
commit | 0937455905c1a0341afda78b07e91c750febefad (patch) | |
tree | eb4c16e323de2d467a528cb46f37376fb5b9ed03 /win | |
parent | 806250172cd6b102d995082b2cb563e398dedf47 (diff) | |
parent | 01562d4f1cdea4a4c1b9083b8be3de602a6fe1c1 (diff) | |
download | tcl-0937455905c1a0341afda78b07e91c750febefad.zip tcl-0937455905c1a0341afda78b07e91c750febefad.tar.gz tcl-0937455905c1a0341afda78b07e91c750febefad.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.in | 2 | ||||
-rw-r--r-- | win/README | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | win/buildall.vc.bat | 2 | ||||
-rw-r--r-- | win/cat.c | 2 | ||||
-rw-r--r-- | win/coffbase.txt | 2 | ||||
-rw-r--r-- | win/configure.in | 2 | ||||
-rw-r--r-- | win/makefile.vc | 3 | ||||
-rw-r--r-- | win/nmakehlp.c | 3 | ||||
-rw-r--r-- | win/rules.vc | 3 | ||||
-rw-r--r-- | win/stub16.c | 2 | ||||
-rw-r--r-- | win/tcl.rc | 2 | ||||
-rw-r--r-- | win/tclAppInit.c | 2 | ||||
-rw-r--r-- | win/tclConfig.sh.in | 2 | ||||
-rw-r--r-- | win/tclWin32Dll.c | 2 | ||||
-rw-r--r-- | win/tclWinChan.c | 2 | ||||
-rw-r--r-- | win/tclWinConsole.c | 2 | ||||
-rw-r--r-- | win/tclWinDde.c | 2 | ||||
-rw-r--r-- | win/tclWinError.c | 2 | ||||
-rw-r--r-- | win/tclWinFCmd.c | 2 | ||||
-rw-r--r-- | win/tclWinFile.c | 2 | ||||
-rw-r--r-- | win/tclWinInit.c | 2 | ||||
-rw-r--r-- | win/tclWinInt.h | 2 | ||||
-rw-r--r-- | win/tclWinLoad.c | 2 | ||||
-rw-r--r-- | win/tclWinNotify.c | 2 | ||||
-rw-r--r-- | win/tclWinPipe.c | 2 | ||||
-rw-r--r-- | win/tclWinPort.h | 2 | ||||
-rw-r--r-- | win/tclWinReg.c | 2 | ||||
-rw-r--r-- | win/tclWinSerial.c | 2 | ||||
-rw-r--r-- | win/tclWinSock.c | 2 | ||||
-rw-r--r-- | win/tclWinTest.c | 2 | ||||
-rw-r--r-- | win/tclWinThrd.c | 2 | ||||
-rw-r--r-- | win/tclWinThrd.h | 2 | ||||
-rw-r--r-- | win/tclWinTime.c | 2 | ||||
-rw-r--r-- | win/tclsh.rc | 2 |
34 files changed, 0 insertions, 71 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 1a739c0..bb71186 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -3,8 +3,6 @@ # is a template for a Makefile; to generate the actual Makefile, 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.124.2.21 2010/11/30 20:59:28 andreas_kupries Exp $ VERSION = @TCL_VERSION@ @@ -1,7 +1,5 @@ Tcl 8.5 for Windows -RCS: @(#) $Id: README,v 1.37.2.1 2009/11/09 23:38:10 stwo Exp $ - 1. Introduction --------------- diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat index 1201bb2..55b29ae 100755..100644 --- a/win/buildall.vc.bat +++ b/win/buildall.vc.bat @@ -2,8 +2,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.9 2005/10/14 12:31:39 patthoyts Exp $ set SYMBOLS= @@ -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.3.10.1 2010/01/31 23:51:37 nijtmans Exp $ */ #include <stdio.h> diff --git a/win/coffbase.txt b/win/coffbase.txt index ad2822e..8d3f84b 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.11 2007/12/13 15:28:43 dgp Exp $ tcl 0x10000000 0x00200000 tcldde 0x10200000 0x00010000 diff --git a/win/configure.in b/win/configure.in index b6299fd..bbd4cd5 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.104.2.13 2010/12/13 21:18:50 nijtmans Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) diff --git a/win/makefile.vc b/win/makefile.vc index e236cb5..e38abe5 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -11,9 +11,6 @@ # Copyright (c) 2001-2005 ActiveState Corporation. # Copyright (c) 2001-2004 David Gravereaux. # Copyright (c) 2003-2008 Pat Thoyts. -# -#------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.175.2.5 2010/11/30 20:59:28 andreas_kupries 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 21dc36b..f1b5f34 100644 --- a/win/nmakehlp.c +++ b/win/nmakehlp.c @@ -9,9 +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: nmakehlp.c,v 1.21 2007/12/14 02:27:11 patthoyts Exp $ * ---------------------------------------------------------------------------- */ diff --git a/win/rules.vc b/win/rules.vc index 3abd4ff..865b10d 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -9,9 +9,6 @@ # # Copyright (c) 2001-2003 David Gravereaux. # Copyright (c) 2003-2007 Patrick Thoyts -# -#------------------------------------------------------------------------------ -# RCS: @(#) $Id: rules.vc,v 1.35.2.2 2010/10/23 21:28:36 nijtmans Exp $ #------------------------------------------------------------------------------ !ifndef _RULES_VC diff --git a/win/stub16.c b/win/stub16.c index 737a53e..70fc051 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.5 2005/11/04 00:06:50 dkf Exp $ */ #define STRICT @@ -1,5 +1,3 @@ -// RCS: @(#) $Id: tcl.rc,v 1.11 2004/02/07 21:47:19 davygrvy Exp $ -// // Version Resource Script // diff --git a/win/tclAppInit.c b/win/tclAppInit.c index c4ee1c4..289a3c3 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.25 2007/04/16 13:36:36 dkf 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 41f8ce1..6c863b9 100644 --- a/win/tclWin32Dll.c +++ b/win/tclWin32Dll.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: tclWin32Dll.c,v 1.54.2.5 2011/01/17 08:43:05 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinChan.c b/win/tclWinChan.c index c0d3284..b35c380 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.49.4.4 2010/11/19 20:34:47 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c index 2b01b0c..b352bd6 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.19.8.1 2010/05/21 12:18:17 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinDde.c b/win/tclWinDde.c index 88e11d8..f61a0ba 100644 --- a/win/tclWinDde.c +++ b/win/tclWinDde.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: tclWinDde.c,v 1.31.8.2 2010/05/21 12:18:17 nijtmans Exp $ */ #include "tclInt.h" diff --git a/win/tclWinError.c b/win/tclWinError.c index 7cf0ca4..ca1b0e8 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.7.10.1 2010/01/31 23:51:37 nijtmans Exp $ */ #include "tclInt.h" diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c index deb022e..a1338a7 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.52.8.2 2010/11/19 20:34:47 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 61e73c6..aa43495 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.95.2.4 2010/04/19 07:40:41 nijtmans Exp $ */ /* #define _WIN32_WINNT 0x0500 */ diff --git a/win/tclWinInit.c b/win/tclWinInit.c index 59e034a..a1087c9 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.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: tclWinInit.c,v 1.75.2.2 2010/11/19 20:12:24 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 7568df2..a76865d 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.29.10.2 2010/08/04 19:17:29 hobbs Exp $ */ #ifndef _TCLWININT diff --git a/win/tclWinLoad.c b/win/tclWinLoad.c index 9785648..c4d08e8 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.20.4.1 2010/08/04 19:17:29 hobbs Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinNotify.c b/win/tclWinNotify.c index 3a520e2..1cd5823 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.21.10.1 2010/05/21 12:18:17 nijtmans Exp $ */ #include "tclInt.h" diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c index 5cf3a86..cf1cdb1 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.65.4.1 2010/01/31 23:51:37 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 9f734be..55b95c1 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.50.2.3 2010/05/25 10:37:18 nijtmans Exp $ */ #ifndef _TCLWINPORT diff --git a/win/tclWinReg.c b/win/tclWinReg.c index b7dce1d..f4bdd00 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.40.4.1 2010/01/31 23:51:37 nijtmans Exp $ */ #include "tclInt.h" diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c index 04ccf9b..927a8fd 100644 --- a/win/tclWinSerial.c +++ b/win/tclWinSerial.c @@ -10,8 +10,6 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. * * Serial functionality implemented by Rolf.Schroedter@dlr.de - * - * RCS: @(#) $Id: tclWinSerial.c,v 1.36.2.1 2010/01/31 23:51:37 nijtmans Exp $ */ #include "tclWinInt.h" diff --git a/win/tclWinSock.c b/win/tclWinSock.c index 624be79..b1298a8 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.62.2.4 2010/09/24 17:53:27 andreas_kupries Exp $ - * * ----------------------------------------------------------------------- * * General information on how this module works. diff --git a/win/tclWinTest.c b/win/tclWinTest.c index a3ea423..d0bbb09 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.22.2.2 2010/01/31 23:51:37 nijtmans Exp $ */ #include "tclInt.h" diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c index 442e292..4a4e7f4 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.43.4.2 2010/01/31 23:51:37 nijtmans 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 c1e2b6e..3ae108b 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.33 2005/11/04 00:06:51 dkf Exp $ */ #include "tclInt.h" diff --git a/win/tclsh.rc b/win/tclsh.rc index dd781da..16eaf83 100644 --- a/win/tclsh.rc +++ b/win/tclsh.rc @@ -1,5 +1,3 @@ -// RCS: @(#) $Id: tclsh.rc,v 1.11 2004/02/07 21:47:19 davygrvy Exp $ -// // Version Resource Script // |