summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a40d045..7ef628b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-08-04 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclInt.decls: Exporting via stubs to help
+ * generic/tclInt.h: itcl adapt to VarReform. Added
+ * generic/tclIntDecls.h: localCache initialization to
+ * generic/tclProc.c: TclInitCompiledLocals (which
+ * generic/tclStubInit.c: only exists for itcl).
+ * generic/tclVar.c:
+
+
2007-08-01 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* library/word.tcl: Rewrote for greater efficiency. [Bug 1764318]