diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-09-23 14:48:49 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-09-23 14:48:49 (GMT) |
commit | c5da24d81b890f5969695988b3ce92f6c75ce97a (patch) | |
tree | c1c5e877182d7b31613204f3f1d225dec20b6557 /ChangeLog | |
parent | 3573a596bac94e88ffcc47faf8602313fb41cd89 (diff) | |
download | tcl-c5da24d81b890f5969695988b3ce92f6c75ce97a.zip tcl-c5da24d81b890f5969695988b3ce92f6c75ce97a.tar.gz tcl-c5da24d81b890f5969695988b3ce92f6c75ce97a.tar.bz2 |
* generic/tclExecute.c:
* generic/tclInt.h: changed the evaluation-stack addressing mode,
from array-style to pointer-style; the catch stack and evaluation
stack are now contiguous in memory. [Patch 457449]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-09-23 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: + * generic/tclInt.h: changed the evaluation-stack addressing mode, + from array-style to pointer-style; the catch stack and evaluation + stack are now contiguous in memory. [Patch 457449] + 2003-09-23 Don Porter <dgp@users.sourceforge.net> * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's |