diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-06-02 14:45:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-06-02 14:45:00 (GMT) |
commit | c64a4321a3facb02fef01af7f7384f8ef961ff4f (patch) | |
tree | 47d1bb6bee23c9563a20a7859d96bf43555bd593 /ChangeLog | |
parent | c31b5e030892e09c7f5bdc8538ecc09b760bab3b (diff) | |
parent | 5d982178ea4904932de32a6331512d6db0174a91 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |