aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorantirez <antirez>2005-09-19 15:47:15 +0000
committerantirez <antirez>2005-09-19 15:47:15 +0000
commit954d2c626d6652a9858f761f126927e5a3cda082 (patch)
tree8469583b80e09c07cd97f39800498099c70a374d /BUGS
parent5f8e25e491c457cb3d443f36d47af967d8628964 (diff)
downloadjimtcl-954d2c626d6652a9858f761f126927e5a3cda082.zip
jimtcl-954d2c626d6652a9858f761f126927e5a3cda082.tar.gz
jimtcl-954d2c626d6652a9858f761f126927e5a3cda082.tar.bz2
Updated BUGS, fixed some minor problem with GCC 4.x compilation.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index b0ebec0..f7f6874 100644
--- a/BUGS
+++ b/BUGS
@@ -4,3 +4,6 @@ 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.