summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-08-22 13:57:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-08-22 13:57:53 (GMT)
commit21f82843c6c165accef050494b369d3aad569171 (patch)
tree9d8334283811df361a26e28cdb9a50c91269d53a /ChangeLog
parentcb124d657e0225923742eabc32f1815299a67d78 (diff)
downloadtcl-21f82843c6c165accef050494b369d3aad569171.zip
tcl-21f82843c6c165accef050494b369d3aad569171.tar.gz
tcl-21f82843c6c165accef050494b369d3aad569171.tar.bz2
Fixed overagressive compilation of [catch], [Bug #219184]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f0774e..05adc3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-21 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCompCmds.c:
+ * tests/compile.test: Fixed overagressive compilation of [catch]:
+ it was catching errors at substitution time. [Bug #219184]
+
2001-08-21 Jeff Hobbs <jeffh@ActiveState.com>
* tests/tcltest.test (tcltest-12.2): fixed test that would break