summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-14 19:15:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-14 19:15:21 (GMT)
commita87aa8a1be2c89d9174660ca97ea533474e73901 (patch)
tree529908500c377a1bdea18283d98eabf0d9e4d0ab /ChangeLog
parent18bff61a75956fcde40e851c585128b4357abeb6 (diff)
downloadtcl-a87aa8a1be2c89d9174660ca97ea533474e73901.zip
tcl-a87aa8a1be2c89d9174660ca97ea533474e73901.tar.gz
tcl-a87aa8a1be2c89d9174660ca97ea533474e73901.tar.bz2
* generic/tclExecute.h:
* generic/tclCompile.h: the math functions receive a pointer to top of the stack (tosPtr) instead of the execution environment (eePtr). First step towards a change in the execution stack management - it is now only used within TEBC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a37faf1..c0bb25b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-14 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.h:
+ * generic/tclCompile.h: the math functions receive a pointer to
+ top of the stack (tosPtr) instead of the execution environment
+ (eePtr). First step towards a change in the execution stack
+ management - it is now only used within TEBC.
+
2004-05-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
TIP#143 IMPLEMENTATION