aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorantirez <antirez>2005-02-26 20:14:12 +0000
committerantirez <antirez>2005-02-26 20:14:12 +0000
commit401d9ed4ec74ed5729cfa3ae8bc022bb58150539 (patch)
tree298ec2de7cb97716b6fb2689b5c476b409a4e00c /BUGS
downloadjimtcl-401d9ed4ec74ed5729cfa3ae8bc022bb58150539.zip
jimtcl-401d9ed4ec74ed5729cfa3ae8bc022bb58150539.tar.gz
jimtcl-401d9ed4ec74ed5729cfa3ae8bc022bb58150539.tar.bz2
Initial revision
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..1941f57
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,7 @@
+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.