summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-15 04:09:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-15 04:09:25 (GMT)
commit9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3 (patch)
treeb322b45aa3ddd82970d68a8335eefe8998469caf /tools
parent9ae0d652824688e3ac54ef7d4df854cbedbefe72 (diff)
downloadtcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.zip
tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.gz
tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.bz2
Kill Octal; bump to 9.0a0; make test suite work again.
Diffstat (limited to 'tools')
-rw-r--r--tools/genStubs.tcl2
-rw-r--r--tools/man2html.tcl2
-rw-r--r--tools/man2html1.tcl2
-rw-r--r--tools/man2html2.tcl2
-rw-r--r--tools/tcl.hpj.in4
-rwxr-xr-xtools/tclZIC.tcl2
-rwxr-xr-xtools/tcltk-man2html.tcl2
7 files changed, 8 insertions, 8 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index dea63e6..fdee5db 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-package require Tcl 8.4
+package require Tcl 8.4-
namespace eval genStubs {
# libraryName --
diff --git a/tools/man2html.tcl b/tools/man2html.tcl
index fa57b03..124f631 100644
--- a/tools/man2html.tcl
+++ b/tools/man2html.tcl
@@ -2,7 +2,7 @@
# \
exec tclsh "$0" ${1+"$@"}
-package require Tcl 8.4
+package require Tcl 8.4-
# man2html.tcl --
#
diff --git a/tools/man2html1.tcl b/tools/man2html1.tcl
index f2b2e43..23a9e58 100644
--- a/tools/man2html1.tcl
+++ b/tools/man2html1.tcl
@@ -5,7 +5,7 @@
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-package require Tcl 8.4
+package require Tcl 8.4-
# Global variables used by these scripts:
#
diff --git a/tools/man2html2.tcl b/tools/man2html2.tcl
index 163196e..753fde4 100644
--- a/tools/man2html2.tcl
+++ b/tools/man2html2.tcl
@@ -6,7 +6,7 @@
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
-package require Tcl 8.4
+package require Tcl 8.4-
# Global variables used by these scripts:
#
diff --git a/tools/tcl.hpj.in b/tools/tcl.hpj.in
index 3bdccbe..4641165 100644
--- a/tools/tcl.hpj.in
+++ b/tools/tcl.hpj.in
@@ -5,9 +5,9 @@ HCW=0
LCID=0x409 0x0 0x0 ;English (United States)
REPORT=Yes
TITLE=Tcl/Tk Reference Manual
-CNT=tcl86.cnt
+CNT=tcl90.cnt
COPYRIGHT=Copyright © 2000 Ajuba Solutions
-HLP=tcl86.hlp
+HLP=tcl90.hlp
[FILES]
tcl.rtf
diff --git a/tools/tclZIC.tcl b/tools/tclZIC.tcl
index 005919a..d025d72 100755
--- a/tools/tclZIC.tcl
+++ b/tools/tclZIC.tcl
@@ -30,7 +30,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#----------------------------------------------------------------------
-package require Tcl 8.5
+package require Tcl 8.5-
# Define the names of the Olson files that we need to load.
# We avoid the solar time files and the leap seconds.
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 665a1d4..b4c0f6c 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -1,6 +1,6 @@
#!/usr/bin/env tclsh
-package require Tcl 8.6
+package require Tcl 8.6-
# Convert Ousterhout format man pages into highly crosslinked hypertext.
#