aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorantirez <antirez>2005-02-27 17:06:16 +0000
committerantirez <antirez>2005-02-27 17:06:16 +0000
commit188b257855973b53b68cc814141cf4ed6f709a00 (patch)
tree71e4ba6073cd14e006a95be3d6de4af2322937b2 /BUGS
parentba67c1dc4e964e555617f05d4acc0ee77f4ff7fc (diff)
downloadjimtcl-188b257855973b53b68cc814141cf4ed6f709a00.zip
jimtcl-188b257855973b53b68cc814141cf4ed6f709a00.tar.gz
jimtcl-188b257855973b53b68cc814141cf4ed6f709a00.tar.bz2
aritymin/aritymax information no longer used for C-coded commands.
API changed accordingly.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 9b3d4d4..6311089 100644
--- a/BUGS
+++ b/BUGS
@@ -7,3 +7,6 @@ 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
+it should be different, positive is absolute, negative is relative.