aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 11:49:28 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:42 +1000
commitb367df9ca11f36a392b97afc2767694f8bfe1c4f (patch)
treeb61a231c02622789cadaee3f3ed7c824d2a221d1 /BUGS
parentfb44f9ee2d4b23bc4f5f46ad3b01b33e563932cd (diff)
downloadjimtcl-b367df9ca11f36a392b97afc2767694f8bfe1c4f.zip
jimtcl-b367df9ca11f36a392b97afc2767694f8bfe1c4f.tar.gz
jimtcl-b367df9ca11f36a392b97afc2767694f8bfe1c4f.tar.bz2
Bugs, features, tests
Subst was broken for backslash escapes Add support for return, break, continue in subst commands Accept abbreviations for switches to subst Fix 'list #' More tests
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS8
1 files changed, 1 insertions, 7 deletions
diff --git a/BUGS b/BUGS
index f7f6874..03cc8d2 100644
--- a/BUGS
+++ b/BUGS
@@ -1,9 +1,3 @@
Known bugs:
-EXPR: || and && are not lazy. ?: is not implemented. Double math not
- implemented. Functions like sin(), cos(), not implemented.
-
-[subst] ingores special meaning of JIM_BREAK and alike.
-
-[list #] should generate {#} and not #, this was also broken in Tcl 8.4, fixed in
-8.5.
+EXPR: ?: is not lazy. Functions like sin(), cos(), not implemented.