diff options
author | dgp <dgp@users.sourceforge.net> | 2009-04-08 16:04:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-04-08 16:04:44 (GMT) |
commit | 5d6bed5903c5448fb571d77aeb25ef24d9c36d47 (patch) | |
tree | 11a0a9c6a782e93ae2755e64d68c8f7152bf3b69 /library/tcltest/pkgIndex.tcl | |
parent | b14b518fcf65b0e5ee71e42ab3d1bbdaaacde948 (diff) | |
download | tcl-5d6bed5903c5448fb571d77aeb25ef24d9c36d47.zip tcl-5d6bed5903c5448fb571d77aeb25ef24d9c36d47.tar.gz tcl-5d6bed5903c5448fb571d77aeb25ef24d9c36d47.tar.bz2 |
* library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to
* library/tcltest/pkgIndex.tcl: {*} in tcltest package. [Bug 2570363]
* unix/Makefile.in: => tcltest 2.3.1
* win/Makefile.in:
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index f062cde..5b33ac7 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.5]} {return} -package ifneeded tcltest 2.3.0 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.3.1 [list source [file join $dir tcltest.tcl]] |