diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-02-28 13:03:53 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-02-28 13:03:53 (GMT) |
commit | 3b911b1e99e8f3e7b310b2c3c2453d66ee1d2885 (patch) | |
tree | f0c650105b99b220ed75ce120c631bddd71b9075 /ChangeLog | |
parent | e74c02673aec97beeb6f8ae55376bd5b88d9e3cc (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |