summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-11-08 09:15:55 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-11-08 09:15:55 (GMT)
commit4da1749d867350384bc47fa4615b517c02698c0a (patch)
treede741f0e99e1ca63f996757dc09e12485129bf92
parent1c46cee81c33701655f2ea160677ef10278926c2 (diff)
downloadtcl-4da1749d867350384bc47fa4615b517c02698c0a.zip
tcl-4da1749d867350384bc47fa4615b517c02698c0a.tar.gz
tcl-4da1749d867350384bc47fa4615b517c02698c0a.tar.bz2
changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
-rw-r--r--doc/msgcat.n2
-rw-r--r--library/clock.tcl2
-rw-r--r--tests/clock.test2
-rw-r--r--tools/tcl.wse.in4
-rw-r--r--win/makefile.bc8
5 files changed, 9 insertions, 9 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n
index af6be7f..57fbb78 100644
--- a/doc/msgcat.n
+++ b/doc/msgcat.n
@@ -5,7 +5,7 @@
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.so man.macros
-.TH "msgcat" n 1.4 msgcat "Tcl Bundled Packages"
+.TH "msgcat" n 1.5 msgcat "Tcl Bundled Packages"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
diff --git a/library/clock.tcl b/library/clock.tcl
index 32911b3..9563187 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -19,7 +19,7 @@
# we need access to the Registry on Windows systems.
uplevel \#0 {
- package require msgcat 1.4
+ package require msgcat 1.5
if { $::tcl_platform(platform) eq {windows} } {
if { [catch { package require registry 1.1 }] } {
namespace eval ::tcl::clock [list variable NoRegistry {}]
diff --git a/tests/clock.test b/tests/clock.test
index fea1fc9..fc9d172 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -25,7 +25,7 @@ if {[testConstraint win]} {
}
}
-package require msgcat 1.4
+package require msgcat 1.5
testConstraint detroit \
[expr {![catch {clock format 0 -timezone :America/Detroit -format %z}]}]
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in
index f6b31ca..5d3a32b 100644
--- a/tools/tcl.wse.in
+++ b/tools/tcl.wse.in
@@ -1063,12 +1063,12 @@ item: If/While Statement
end
item: Install File
Source=${__TCLBASEDIR__}\library\msgcat\pkgIndex.tcl
- Destination=%MAINDIR%\lib\tcl%VER%\msgcat1.4\pkgIndex.tcl
+ Destination=%MAINDIR%\lib\tcl%VER%\msgcat1.5\pkgIndex.tcl
Flags=0000000010000010
end
item: Install File
Source=${__TCLBASEDIR__}\library\msgcat\msgcat.tcl
- Destination=%MAINDIR%\lib\tcl%VER%\msgcat1.4\msgcat.tcl
+ Destination=%MAINDIR%\lib\tcl%VER%\msgcat1.5\msgcat.tcl
Flags=0000000010000010
end
item: Install File
diff --git a/win/makefile.bc b/win/makefile.bc
index 2faf415..07b2333 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -428,10 +428,10 @@ install-libraries:
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4"
-@copy "$(ROOT)\library\opt\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
-@copy "$(ROOT)\library\opt\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4"
- @echo installing msgcat1.4
- -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
+ @echo installing msgcat1.5
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
+ -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
+ -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5"
@echo installing tcltest2.3
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\tcltest2.3"
-@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.3"