aboutsummaryrefslogtreecommitdiff
path: root/test.tcl
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-04 14:09:29 +0000
committerantirez <antirez>2005-03-04 14:09:29 +0000
commit960d455c9252fd279ac630bbc4d2e74082f8dec7 (patch)
treef35c2945a3c2a21705cd4caa87bcd75832680f23 /test.tcl
parent0186c61bc68f61772d528933584fdb6dc188a95d (diff)
downloadjimtcl-960d455c9252fd279ac630bbc4d2e74082f8dec7.zip
jimtcl-960d455c9252fd279ac630bbc4d2e74082f8dec7.tar.gz
jimtcl-960d455c9252fd279ac630bbc4d2e74082f8dec7.tar.bz2
jim::libpath renamed into jim.libpath. Also there was a bug listed
in the BUG file about jim.libpath lookup performed using the local variable API that's now fixed. In order to fix the problem the new API call Jim_GetGlobalVariableStr() was added. Jim_GetVariableStr() and Jim_GetGlobalVariableStr() are now exported.
Diffstat (limited to 'test.tcl')
-rw-r--r--test.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.tcl b/test.tcl
index 6948243..3301b29 100644
--- a/test.tcl
+++ b/test.tcl
@@ -1,4 +1,4 @@
-# * $Id: test.tcl,v 1.14 2005/03/04 12:32:21 antirez Exp $
+# $Id: test.tcl,v 1.15 2005/03/04 14:09:29 antirez Exp $
#
# This are Tcl tests imported into Jim. Tests that will probably not be passed
# in the long term are usually removed (for example all the tests about