summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-09-23 14:48:49 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-09-23 14:48:49 (GMT)
commitc5da24d81b890f5969695988b3ce92f6c75ce97a (patch)
treec1c5e877182d7b31613204f3f1d225dec20b6557 /ChangeLog
parent3573a596bac94e88ffcc47faf8602313fb41cd89 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f64e6f..47e6b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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