summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-06-02 14:45:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-06-02 14:45:00 (GMT)
commitc64a4321a3facb02fef01af7f7384f8ef961ff4f (patch)
tree47d1bb6bee23c9563a20a7859d96bf43555bd593 /ChangeLog
parentc31b5e030892e09c7f5bdc8538ecc09b760bab3b (diff)
parent5d982178ea4904932de32a6331512d6db0174a91 (diff)
downloadtcl-c64a4321a3facb02fef01af7f7384f8ef961ff4f.zip
tcl-c64a4321a3facb02fef01af7f7384f8ef961ff4f.tar.gz
tcl-c64a4321a3facb02fef01af7f7384f8ef961ff4f.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--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c78c0..2493519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+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 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-25 Don Porter <dgp@users.sourceforge.net>