summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-28 21:24:19 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-28 21:24:19 (GMT)
commit32f7f3937935614ec8b97fbf6129de88b8e7a25d (patch)
tree5c960f835e745ff60159a4b2cb85cdc62e4b0076 /ChangeLog
parent886ba893b55833fb102f7849f51540124df6ca58 (diff)
downloadtcl-32f7f3937935614ec8b97fbf6129de88b8e7a25d.zip
tcl-32f7f3937935614ec8b97fbf6129de88b8e7a25d.tar.gz
tcl-32f7f3937935614ec8b97fbf6129de88b8e7a25d.tar.bz2
* generic/tclCompile.h: modified the macro TclEmitPush
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a45a97..a845990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-28 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCompile.h: modified the macro TclEmitPush to not
+ call its first argument repeatedly or pass it to other macros,
+ [Bug 575194] reported by Peter Spjuth.
+
2002-06-28 Don Porter <dgp@users.sourceforge.net>
* docs/tcltest.n: Doc revisions in progress.