diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-07-15 12:58:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-07-15 12:58:18 (GMT) |
commit | d23055ab5a73740c064ad7e19c09fd47b1278dd9 (patch) | |
tree | 569b673c4c82fdf9f1764c8ba721254de6ab10a9 /ChangeLog | |
parent | 435f37009833610d8e3dea01a0ff383edacd967d (diff) | |
download | tcl-d23055ab5a73740c064ad7e19c09fd47b1278dd9.zip tcl-d23055ab5a73740c064ad7e19c09fd47b1278dd9.tar.gz tcl-d23055ab5a73740c064ad7e19c09fd47b1278dd9.tar.bz2 |
Fix error in example. [Bug 2016740]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2008-07-15 Donal K. Fellows <dkf@users.sf.net> + * doc/DictObj.3: Fix error in example. [Bug 2016740] + * generic/tclNamesp.c (EnsembleUnknownCallback): Factor out some of the more complex parts of the ensemble code to make it easier to understand and hence to permit tighter compilation of code on the |