summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-05-15 14:45:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-05-15 14:45:00 (GMT)
commitb69b80f6e877387613c403f8ec9dbb238e5b898d (patch)
tree4447e9cf60b87fe49dcd2c88e0df276b0e924ecb /ChangeLog
parent78889206e8a882e866563ebd0ff5e1309edb4288 (diff)
downloadtcl-b69b80f6e877387613c403f8ec9dbb238e5b898d.zip
tcl-b69b80f6e877387613c403f8ec9dbb238e5b898d.tar.gz
tcl-b69b80f6e877387613c403f8ec9dbb238e5b898d.tar.bz2
[Patch: 423617]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11ec9bd..b23f05d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-05-07 Miguel Sofer <msofer@users.sourceforge.net>
+ * tests/lindex.test: added test for nested braces [Patch: 423617]
+
+2001-05-07 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclInt.h
* generic/tclNamesp.c: invalidate all bytecodes in a namespace if
a new command shadows a bytecoded command.