aboutsummaryrefslogtreecommitdiff
path: root/BUGS
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 /BUGS
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 'BUGS')
-rw-r--r--BUGS3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 6311089..fc89d13 100644
--- a/BUGS
+++ b/BUGS
@@ -3,9 +3,6 @@ Known bugs:
EXPR: || and && are not lazy. ?: is not implemented. Double math not
implemented. Functions like sin(), cos(), not implemented.
-jim::libPath variable is accessed in the local context instead than
-globally, so the [load] command will fail inside procs.
-
[subst] ingores special meaning of JIM_BREAK and alike.
[info level ?level?] takes the level argument like [uplevel], but