summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-06-02 14:55:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-06-02 14:55:53 (GMT)
commitd8a99b464be44ee36d293c2d2aed4e0e502a23b3 (patch)
tree8cec4f70262ff9a85d0a6d6120dafc75d8d0a36b /ChangeLog
parent0bd52c5044d5dc3e8e67ce0af9e97358e6f5107e (diff)
parentc64a4321a3facb02fef01af7f7384f8ef961ff4f (diff)
downloadtcl-d8a99b464be44ee36d293c2d2aed4e0e502a23b3.zip
tcl-d8a99b464be44ee36d293c2d2aed4e0e502a23b3.tar.gz
tcl-d8a99b464be44ee36d293c2d2aed4e0e502a23b3.tar.bz2
[Bug 3185407]: Extend the set of epochs that are potentially bumped (in
TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8291a08..fc7865a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,25 @@
+2011-06-02 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclInt.h (TclInvalidateNsCmdLookup): [Bug 3185407]: Extend
+ the set of epochs that are potentially bumped when a command is
+ created, for a slight performance drop (in some circumstances) and
+ improved semantics.
+
2011-06-01 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: using the two free data elements in
- NRCommand to store objc and objv - useful for debugging.
+ * generic/tclBasic.c: Using the two free data elements in NRCommand to
+ store objc and objv - useful for debugging.
2011-06-01 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclUtil.c: fix for [Bug 3309871]: Valgrind finds:
+ * generic/tclUtil.c: Fix for [Bug 3309871]: Valgrind finds:
invalid read in TclMaxListLength()
2011-05-31 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h: Use a complete growth algorithm for lists
- * generic/tclListObj.c: so that length limits do not overconstrain
- * generic/tclStringObj.c: by a factor of 2. [Bug 3293874]
+ * generic/tclListObj.c: so that length limits do not overconstrain
+ * generic/tclStringObj.c: by a factor of 2. [Bug 3293874]:
* generic/tclUtil.c: Fix includes rooting all growth routines
by default on a commone tunable parameter TCL_MIN_GROWTH.