summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4308e41..d401823 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,23 @@
+2009-12-30 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/safe.tcl (AliasSource): [Bug 2923613]: Make the safer
+ * tests/safe.test (safe-8.9): [source] handle a [return] at the
+ end of the file correctly.
+
2009-12-30 Miguel Sofer <msofer@users.sf.net>
- * library/init.tcl (unknown): fix infinite recursion of ::unknown
- when [set] is undefined [Bug 2824981].
+ * library/init.tcl (unknown): [Bug 2824981]: Fix infinite recursion of
+ ::unknown when [set] is undefined.
2009-12-29 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclHistory.c (Tcl_RecordAndEvalObj): Reduce the amount
- of allocation and deallocation of memory by caching objects in the
+ * generic/tclHistory.c (Tcl_RecordAndEvalObj): Reduce the amount of
+ allocation and deallocation of memory by caching objects in the
interpreter assocData table.
- * generic/tclObj.c (Tcl_GetCommandFromObj): Rewrite the logic so
- that it does not require making assignments part way through an
- 'if' condition, which was deeply unclear.
+ * generic/tclObj.c (Tcl_GetCommandFromObj): Rewrite the logic so that
+ it does not require making assignments part way through an 'if'
+ condition, which was deeply unclear.
* generic/tclInterp.c (Tcl_MakeSafe): [Bug 2895741]: Make sure that
the min() and max() functions are supported in safe interpreters.