summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-05-16 14:27:28 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-05-16 14:27:28 (GMT)
commite47e090ebc6534d30664a39311da929831681b02 (patch)
tree2ccb677ea6a343db38c3fa07144d11f3d5c198dd /ChangeLog
parenta0b336f430a04225031da273f5deddedc558534b (diff)
downloadtcl-e47e090ebc6534d30664a39311da929831681b02.zip
tcl-e47e090ebc6534d30664a39311da929831681b02.tar.gz
tcl-e47e090ebc6534d30664a39311da929831681b02.tar.bz2
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and
fixed by Alexander Pasadyn [Bug 1964803].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46a535d..a30bea6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-16 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c: fix crash with tcl_traceExec. Found and
+ fixed by Alexander Pasadyn [Bug 1964803].
+
2008-05-07 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclCompCmds.c (TclCompileDictAppendCmd): Fix silly