summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e75aa7..96c0cb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2006-10-23 Miguel Sofer <msofer@users.sf.net>
+ * library/clock.tcl (format, scan): corrected wrong # args
+ * tests/clock.test (3.1, 34.1): messages to make use of the
+ new rewrite capabilities of [info level]
+
+ * generic/tcl.h: Lets TEOV update the iPtr->objc/objv
+ * generic/tclBasic.c: fields, except when the (new) flag bit
+ * generic/tclInt.h: TCL_EVAL_NOREWRITE is present. This
+ * generic/tclNamesp.c: causes [info level] to know and use
+ * generic/tclProc.c: ensemble rewrites [Bug 1577492]
+ * tests/namespace.test:
+
+ ***POTENTIAL INCOMPATIBILITY***
+ The return value from [info level 0] on interp alias calls is
+ changed: previously returned the target command (including curried
+ values), now returns the source - what was actually called.
+
+2006-10-23 Miguel Sofer <msofer@users.sf.net>
+
* generic/tcl.h: Modified the Tcl call stack so
* generic/tclBasic.c: there is always a valid CallFrame, even
* generic/tclCmdIL.c: at level 0 [Patch 1577278]. Most of the