summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-08-08 18:34:39 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-08-08 18:34:39 (GMT)
commitc09706844a1d35de932fbd769a035daedf0f0fe4 (patch)
tree8f7b3647d35f90908687ff19cb3c93e59198afdf /ChangeLog
parentacb6c01d805b714bf8d7250125ca8a673a6304ac (diff)
downloadtcl-c09706844a1d35de932fbd769a035daedf0f0fe4.zip
tcl-c09706844a1d35de932fbd769a035daedf0f0fe4.tar.gz
tcl-c09706844a1d35de932fbd769a035daedf0f0fe4.tar.bz2
* generic/tclInt.h: remove comments refering to VAR_SCALAR, as
that flag bit does not exist any longer. * generic/tclProc.c (InitCompiledLocals): removed optimisation for non-resolved case, as the function is never called in that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01df74f..ef4418b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-08-07 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclInt.h: remove comments refering to VAR_SCALAR, as
+ that flag bit does not exist any longer.
+ * generic/tclProc.c (InitCompiledLocals): removed optimisation for
+ non-resolved case, as the function is never called in that case.
+
+2007-08-07 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclInt.decls: Exporting via stubs to help
* generic/tclInt.h: xotcl adapt to VarReform.
* generic/tclIntDecls.h: