summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/findlinksto.py
Commit message (Expand)AuthorAgeFilesLines
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-241-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
* Use new name for GetoptError, and pass it two argumentsAndrew M. Kuchling2003-02-061-5/+5
* Whitespace normalization.Tim Peters2001-01-171-26/+26
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Restructured main, use getopt, use regular expression search insteadGuido van Rossum1994-01-211-10/+23
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
* change posix/path to osGuido van Rossum1992-03-301-7/+7
* New == syntaxGuido van Rossum1992-01-011-1/+1
* Renamed path.cat to path.join.Guido van Rossum1991-07-011-1/+1
* Initial revisionGuido van Rossum1991-06-041-0/+29
6'>bug_5adc350683_86 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/macosx
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 /macosx
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 'macosx')
-rw-r--r--macosx/Makefile2
-rw-r--r--macosx/README2
-rw-r--r--macosx/Tcl-Info.plist.in2
-rw-r--r--macosx/Tclsh-Info.plist.in2
-rw-r--r--macosx/tclMacOSXBundle.c2
-rw-r--r--macosx/tclMacOSXNotify.c2
6 files changed, 0 insertions, 12 deletions
diff --git a/macosx/Makefile b/macosx/Makefile
index 8423747..9f8f9b0 100644
--- a/macosx/Makefile
+++ b/macosx/Makefile
@@ -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: Makefile,v 1.5.2.18 2007/09/13 15:28:17 das Exp $
-#
########################################################################################################
#-------------------------------------------------------------------------------------------------------
diff --git a/macosx/README b/macosx/README
index 94576c6..f5050b6 100644
--- a/macosx/README
+++ b/macosx/README
@@ -1,8 +1,6 @@
Tcl Mac OS X README
-------------------
-RCS: @(#) $Id: README,v 1.1.2.9 2007/04/29 02:21:33 das Exp $
-
This is the README file for the Mac OS X/Darwin version of Tcl.
diff --git a/macosx/Tcl-Info.plist.in b/macosx/Tcl-Info.plist.in
index 2031628..871b7a4 100644
--- a/macosx/Tcl-Info.plist.in
+++ b/macosx/Tcl-Info.plist.in
@@ -5,8 +5,6 @@
See the file "license.terms" for information on usage and redistribution of
this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
- RCS: @(#) $Id: Tcl-Info.plist.in,v 1.1.2.3 2007/04/29 02:21:33 das Exp $
-->
<plist version="1.0">
<dict>
diff --git a/macosx/Tclsh-Info.plist.in b/macosx/Tclsh-Info.plist.in
index 6d96930..47810b1 100644
--- a/macosx/Tclsh-Info.plist.in
+++ b/macosx/Tclsh-Info.plist.in
@@ -5,8 +5,6 @@
See the file "license.terms" for information on usage and redistribution of
this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
- RCS: @(#) $Id: Tclsh-Info.plist.in,v 1.1.2.2 2007/06/06 09:54:33 das Exp $
-->
<plist version="1.0">
<dict>
diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c
index ef87dbf..96b116b 100644
--- a/macosx/tclMacOSXBundle.c
+++ b/macosx/tclMacOSXBundle.c
@@ -47,8 +47,6 @@
* authors grant the U.S. Government and others acting in its behalf
* permission to use and distribute the software in accordance with the
* terms specified in this license.
- *
- * RCS: @(#) $Id: tclMacOSXBundle.c,v 1.3.2.8 2009/10/05 02:41:18 das Exp $
*/
#include "tclPort.h"
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c