diff options
author | das <das> | 2008-08-09 00:20:04 (GMT) |
---|---|---|
committer | das <das> | 2008-08-09 00:20:04 (GMT) |
commit | 7d8ba3fe1315d64a484a885d7678e384fec71811 (patch) | |
tree | b115ef2aba98ba70168a712e8a2baf19ad4af223 /ChangeLog | |
parent | 1b56971b4efb064c4db68d06e0a589d76cecd202 (diff) | |
download | tcl-7d8ba3fe1315d64a484a885d7678e384fec71811.zip tcl-7d8ba3fe1315d64a484a885d7678e384fec71811.tar.gz tcl-7d8ba3fe1315d64a484a885d7678e384fec71811.tar.bz2 |
* generic/tclExecute.c: fix warnings.
* generic/tclOOMethod.c (PushMethodCallFrame): fix uninitialized efi
name field.
* tests/lrange.test (lrange-1.17): add test cleanup; whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,4 +1,13 @@ -2008-08-06 Don Porter <dgp@users.sourceforge.net>S +2008-08-09 Daniel Steffen <das@users.sourceforge.net> + + * generic/tclExecute.c: fix warnings. + + * generic/tclOOMethod.c (PushMethodCallFrame): fix uninitialized efi + name field. + + * tests/lrange.test (lrange-1.17): add test cleanup; whitespace. + +2008-08-08 Don Porter <dgp@users.sourceforge.net>S * changes: Updates for 8.6a2 release. @@ -21,7 +30,7 @@ 2008-08-07 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: Fix tailcalls falling out of tebc into - * generic/tclExecute.c: Tcl_EvalEx [Bug 2017946] + * generic/tclExecute.c: Tcl_EvalEx. [Bug 2017946] * generic/tclInt.h: 2008-08-06 Don Porter <dgp@users.sourceforge.net>S @@ -29,11 +38,11 @@ * generic/tclOO.c: Revised TclOO's check for an interp being deleted during handling of object command deletion. The old code was relying on documented features of command delete - traces that do not in fact work. [Bug 2039178]. + traces that do not in fact work. [Bug 2039178] * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode - during method dispatch. [Bug 2037727]. + during method dispatch. [Bug 2037727] 2008-08-06 Miguel Sofer <msofer@users.sf.net> @@ -41,7 +50,7 @@ could not trigger before TclOO: the number of locals was being read from the Proc, which can under some circumstance be out of sync with the localCache's. Found by dgp while investigating - [Bug 2037727] + [Bug 2037727]. * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl |