From 960d455c9252fd279ac630bbc4d2e74082f8dec7 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 4 Mar 2005 14:09:29 +0000 Subject: 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. --- test.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.tcl') 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 -- cgit v1.1