diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 2 | ||||
-rw-r--r-- | win/README | 2 | ||||
-rw-r--r-- | win/README.binary | 2 | ||||
-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/tclWinMtherr.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 |
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@ @@ -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? @@ -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 @@ -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 // |