summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in2
-rw-r--r--win/README2
-rwxr-xr-xwin/buildall.vc.bat2
-rw-r--r--win/configure.in2
-rw-r--r--win/makefile.bc2
-rw-r--r--win/makefile.vc3
-rw-r--r--win/mkd.bat1
-rw-r--r--win/nmakehlp.c3
-rw-r--r--win/rc/tk.rc1
-rw-r--r--win/rc/tk_base.rc1
-rw-r--r--win/rc/wish.rc1
-rw-r--r--win/rmd.bat1
-rw-r--r--win/rules.vc3
-rw-r--r--win/tkConfig.sh.in2
-rw-r--r--win/tkWin.h2
-rw-r--r--win/tkWin32Dll.c2
-rw-r--r--win/tkWin3d.c2
-rw-r--r--win/tkWinButton.c2
-rw-r--r--win/tkWinClipboard.c2
-rw-r--r--win/tkWinColor.c2
-rw-r--r--win/tkWinConfig.c2
-rw-r--r--win/tkWinCursor.c2
-rw-r--r--win/tkWinDefault.h2
-rw-r--r--win/tkWinDialog.c3
-rw-r--r--win/tkWinDraw.c2
-rw-r--r--win/tkWinEmbed.c2
-rw-r--r--win/tkWinFont.c2
-rw-r--r--win/tkWinImage.c2
-rw-r--r--win/tkWinInit.c2
-rw-r--r--win/tkWinInt.h2
-rw-r--r--win/tkWinKey.c2
-rw-r--r--win/tkWinMenu.c2
-rw-r--r--win/tkWinPixmap.c2
-rw-r--r--win/tkWinPointer.c2
-rw-r--r--win/tkWinPort.h2
-rw-r--r--win/tkWinRegion.c2
-rw-r--r--win/tkWinScrlbr.c2
-rw-r--r--win/tkWinSend.c2
-rw-r--r--win/tkWinTest.c2
-rw-r--r--win/tkWinWindow.c2
-rw-r--r--win/tkWinWm.c2
-rw-r--r--win/tkWinX.c2
-rw-r--r--win/winMain.c2
43 files changed, 0 insertions, 85 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 5b861aa..71e04e9 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -3,8 +3,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.59.2.7 2007/01/30 23:21:24 hobbs Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
diff --git a/win/README b/win/README
index 14d8d52..f6e1a34 100644
--- a/win/README
+++ b/win/README
@@ -2,8 +2,6 @@ Tk 8.4 for Windows
Originally by Scott Stanton while at Sun Microsystems Labs
-RCS: @(#) $Id: README,v 1.16 2002/03/04 23:31:45 hobbs Exp $
-
This is the directory where you configure and compile the Windows
version of Tk. This directory also contains source files for Tk
that are specific to Microsoft Windows. The rest of this file
diff --git a/win/buildall.vc.bat b/win/buildall.vc.bat
index 655f7b6..dd69d09 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.4 2002/11/04 07:49:43 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/configure.in b/win/configure.in
index 95ff1a9..f7b0f33 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 Tk installation
# to configure the system for the local environment.
-#
-# RCS: @(#) $Id: configure.in,v 1.49.2.24 2008/04/07 19:17:58 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
diff --git a/win/makefile.bc b/win/makefile.bc
index 9467523..b62b1a4 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -12,8 +12,6 @@
#
# Copyright (c) 1995-1997 Sun Microsystems, Inc.
# Copyright (c) 1998-2000 Ajuba Solutions.
-#
-# RCS: @(#) $Id: makefile.bc,v 1.11 2002/07/16 05:01:23 davygrvy Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
diff --git a/win/makefile.vc b/win/makefile.vc
index 444db85..32dd4d5 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.67.2.18 2007/09/11 00:13:07 patthoyts Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
diff --git a/win/mkd.bat b/win/mkd.bat
index 7d86b13..f741daf 100644
--- a/win/mkd.bat
+++ b/win/mkd.bat
@@ -1,5 +1,4 @@
@echo off
-rem RCS: @(#) $Id: mkd.bat,v 1.5 2001/11/13 02:46:23 davygrvy Exp $
if exist %1\nul goto end
diff --git a/win/nmakehlp.c b/win/nmakehlp.c
index 91a77fc..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.6.5 2006/10/18 08:56:21 patthoyts Exp $
* ----------------------------------------------------------------------------
*/
diff --git a/win/rc/tk.rc b/win/rc/tk.rc
index ff234be..3c023cf 100644
--- a/win/rc/tk.rc
+++ b/win/rc/tk.rc
@@ -1,4 +1,3 @@
-// RCS: @(#) $Id: tk.rc,v 1.9 2002/06/18 00:34:45 davygrvy Exp $
//
// Version Resource Script
//
diff --git a/win/rc/tk_base.rc b/win/rc/tk_base.rc
index 7c326bd..67d6807 100644
--- a/win/rc/tk_base.rc
+++ b/win/rc/tk_base.rc
@@ -1,4 +1,3 @@
-// RCS: @(#) $Id: tk_base.rc,v 1.2.8.1 2007/09/04 23:21:22 patthoyts Exp $
//
// Base resources needed by Tk whether it's a DLL or a static library.
//
diff --git a/win/rc/wish.rc b/win/rc/wish.rc
index 4a1eb99..533a97e 100644
--- a/win/rc/wish.rc
+++ b/win/rc/wish.rc
@@ -1,4 +1,3 @@
-// RCS: @(#) $Id: wish.rc,v 1.8 2002/06/18 00:34:45 davygrvy Exp $
//
// Version Resource Script
//
diff --git a/win/rmd.bat b/win/rmd.bat
index 6811b9e..d260936 100644
--- a/win/rmd.bat
+++ b/win/rmd.bat
@@ -1,5 +1,4 @@
@echo off
-rem RCS: @(#) $Id: rmd.bat,v 1.5 2001/11/13 02:46:23 davygrvy Exp $
if not exist %1\nul goto end
diff --git a/win/rules.vc b/win/rules.vc
index 80e6b2d..eab35c8 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.5.2.11 2010/10/31 21:25:55 nijtmans Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
diff --git a/win/tkConfig.sh.in b/win/tkConfig.sh.in
index 919a9d6..0c53602 100644
--- a/win/tkConfig.sh.in
+++ b/win/tkConfig.sh.in
@@ -10,8 +10,6 @@
# file in addition to this one.
#
# The information in this file is specific to a single platform.
-#
-# RCS: @(#) $Id: tkConfig.sh.in,v 1.2 2001/10/15 21:19:16 hobbs Exp $
# Tk's version number.
TK_VERSION='@TK_VERSION@'
diff --git a/win/tkWin.h b/win/tkWin.h
index c9fc84c..7c8eb59 100644
--- a/win/tkWin.h
+++ b/win/tkWin.h
@@ -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: tkWin.h,v 1.6 1999/04/16 01:51:48 stanton Exp $
*/
#ifndef _TKWIN
diff --git a/win/tkWin32Dll.c b/win/tkWin32Dll.c
index 7e1bd43..cd9942a 100644
--- a/win/tkWin32Dll.c
+++ b/win/tkWin32Dll.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: tkWin32Dll.c,v 1.6.2.3 2005/08/23 18:34:49 mdejong Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWin3d.c b/win/tkWin3d.c
index 8161eba..7016db9 100644
--- a/win/tkWin3d.c
+++ b/win/tkWin3d.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: tkWin3d.c,v 1.5 2000/04/14 01:36:35 ericm Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinButton.c b/win/tkWinButton.c
index a3711aa..f1d4626 100644
--- a/win/tkWinButton.c
+++ b/win/tkWinButton.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: tkWinButton.c,v 1.20.2.6 2010/03/12 13:12:35 nijtmans Exp $
*/
#define OEMRESOURCE
diff --git a/win/tkWinClipboard.c b/win/tkWinClipboard.c
index b08147a..19dcc11 100644
--- a/win/tkWinClipboard.c
+++ b/win/tkWinClipboard.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: tkWinClipboard.c,v 1.7 2000/04/12 18:51:11 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinColor.c b/win/tkWinColor.c
index 4bfd519..e81398f 100644
--- a/win/tkWinColor.c
+++ b/win/tkWinColor.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: tkWinColor.c,v 1.6 2000/07/06 03:17:44 mo Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinConfig.c b/win/tkWinConfig.c
index 0e12ba2..efb619e 100644
--- a/win/tkWinConfig.c
+++ b/win/tkWinConfig.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: tkWinConfig.c,v 1.3 2002/08/05 04:30:41 dgp Exp $
*/
#include "tk.h"
diff --git a/win/tkWinCursor.c b/win/tkWinCursor.c
index ca5e72e..9f3763b 100644
--- a/win/tkWinCursor.c
+++ b/win/tkWinCursor.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: tkWinCursor.c,v 1.10.2.2 2004/01/28 23:37:28 patthoyts Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h
index 66c1ae4..dcc810e 100644
--- a/win/tkWinDefault.h
+++ b/win/tkWinDefault.h
@@ -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: tkWinDefault.h,v 1.16 2002/06/21 23:09:54 hobbs Exp $
*/
#ifndef _TKWINDEFAULT
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c
index c087e48..775d06b 100644
--- a/win/tkWinDialog.c
+++ b/win/tkWinDialog.c
@@ -7,9 +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: tkWinDialog.c,v 1.30.2.5 2005/10/05 03:51:09 hobbs Exp $
- *
*/
#include "tkWinInt.h"
diff --git a/win/tkWinDraw.c b/win/tkWinDraw.c
index 7c476fb..b2480d6 100644
--- a/win/tkWinDraw.c
+++ b/win/tkWinDraw.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: tkWinDraw.c,v 1.12.2.3 2007/12/05 19:17:32 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinEmbed.c b/win/tkWinEmbed.c
index 977d52c..d0e0c05 100644
--- a/win/tkWinEmbed.c
+++ b/win/tkWinEmbed.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: tkWinEmbed.c,v 1.7.2.2 2006/04/11 20:23:45 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinFont.c b/win/tkWinFont.c
index 0ec67fa..6fc184d 100644
--- a/win/tkWinFont.c
+++ b/win/tkWinFont.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: tkWinFont.c,v 1.17.2.3 2004/08/09 23:48:11 mdejong Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinImage.c b/win/tkWinImage.c
index dbbf3ba..90627f8 100644
--- a/win/tkWinImage.c
+++ b/win/tkWinImage.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: tkWinImage.c,v 1.6.2.2 2003/10/29 01:08:02 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinInit.c b/win/tkWinInit.c
index bdedb2b..ab33607 100644
--- a/win/tkWinInit.c
+++ b/win/tkWinInit.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: tkWinInit.c,v 1.11 2003/02/18 19:18:33 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 9369062..efff755 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -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: tkWinInt.h,v 1.14.2.6 2007/12/05 19:18:08 hobbs Exp $
*/
#ifndef _TKWININT
diff --git a/win/tkWinKey.c b/win/tkWinKey.c
index a7a973d..6f288ed 100644
--- a/win/tkWinKey.c
+++ b/win/tkWinKey.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: tkWinKey.c,v 1.14.4.1 2006/08/30 21:53:46 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c
index a49742f..280f74e 100644
--- a/win/tkWinMenu.c
+++ b/win/tkWinMenu.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: tkWinMenu.c,v 1.21.2.10 2009/09/14 23:39:53 hobbs Exp $
*/
#define OEMRESOURCE
diff --git a/win/tkWinPixmap.c b/win/tkWinPixmap.c
index f9419ab..4a7954f 100644
--- a/win/tkWinPixmap.c
+++ b/win/tkWinPixmap.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: tkWinPixmap.c,v 1.3.10.1 2009/04/30 14:57:43 dgp Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinPointer.c b/win/tkWinPointer.c
index 453ea26..0d9ed61 100644
--- a/win/tkWinPointer.c
+++ b/win/tkWinPointer.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: tkWinPointer.c,v 1.8 2000/04/19 01:06:51 ericm Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index c0868bf..f991195 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.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: tkWinPort.h,v 1.9 2002/10/19 02:10:20 hobbs Exp $
*/
#ifndef _WINPORT
diff --git a/win/tkWinRegion.c b/win/tkWinRegion.c
index 8a50620..713a6b1 100644
--- a/win/tkWinRegion.c
+++ b/win/tkWinRegion.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: tkWinRegion.c,v 1.3 2002/06/14 13:35:49 dkf Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinScrlbr.c b/win/tkWinScrlbr.c
index 359fc46..130daa6 100644
--- a/win/tkWinScrlbr.c
+++ b/win/tkWinScrlbr.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: tkWinScrlbr.c,v 1.9 2003/02/21 02:07:50 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinSend.c b/win/tkWinSend.c
index d2fe2f2..781aa5d 100644
--- a/win/tkWinSend.c
+++ b/win/tkWinSend.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: tkWinSend.c,v 1.3 2002/08/05 04:30:41 dgp Exp $
*/
#include "tkPort.h"
diff --git a/win/tkWinTest.c b/win/tkWinTest.c
index 843825d..bad3df3 100644
--- a/win/tkWinTest.c
+++ b/win/tkWinTest.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: tkWinTest.c,v 1.7.2.1 2010/03/12 13:12:35 nijtmans Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinWindow.c b/win/tkWinWindow.c
index da871c7..cd20aad 100644
--- a/win/tkWinWindow.c
+++ b/win/tkWinWindow.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: tkWinWindow.c,v 1.10 2002/06/14 22:25:12 jenglish Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinWm.c b/win/tkWinWm.c
index 96447dc..06bc985 100644
--- a/win/tkWinWm.c
+++ b/win/tkWinWm.c
@@ -11,8 +11,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkWinWm.c,v 1.54.2.31 2011/01/25 08:49:59 nijtmans Exp $
*/
#include "tkWinInt.h"
diff --git a/win/tkWinX.c b/win/tkWinX.c
index d81e266..cafacb9 100644
--- a/win/tkWinX.c
+++ b/win/tkWinX.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: tkWinX.c,v 1.25.2.9 2007/12/05 19:18:09 hobbs Exp $
*/
#include "tkWinInt.h"
diff --git a/win/winMain.c b/win/winMain.c
index 2d2b161..b4e11f7 100644
--- a/win/winMain.c
+++ b/win/winMain.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: winMain.c,v 1.15.2.2 2003/12/12 00:42:10 davygrvy Exp $
*/
#include <tk.h>