summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-02-28 13:03:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-02-28 13:03:53 (GMT)
commit3b911b1e99e8f3e7b310b2c3c2453d66ee1d2885 (patch)
treef0c650105b99b220ed75ce120c631bddd71b9075 /ChangeLog
parente74c02673aec97beeb6f8ae55376bd5b88d9e3cc (diff)
downloadtcl-3b911b1e99e8f3e7b310b2c3c2453d66ee1d2885.zip
tcl-3b911b1e99e8f3e7b310b2c3c2453d66ee1d2885.tar.gz
tcl-3b911b1e99e8f3e7b310b2c3c2453d66ee1d2885.tar.bz2
Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c379368..7505cd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-28 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclExecute.c: Replaced a few direct stack accesses
+ with the POP_OBJECT() macro [Bug 507181] (Don Porter).
+
2002-02-27 Don Porter <dgp@users.sourceforge.net>
* doc/GetIndex.3: