diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-29 08:47:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-29 08:47:49 (GMT) |
commit | 18e116ab4e97129f7b4d4e36792035acf039a3ff (patch) | |
tree | 8abae8da3745d19293c8f8072bdb2e6ddb5d83e9 /ChangeLog | |
parent | 374cbfedc276dc200fd23f713711ffc43115e13a (diff) | |
parent | fe280c4de5f432f6790900dfe1323a0a935d342c (diff) | |
download | tcl-18e116ab4e97129f7b4d4e36792035acf039a3ff.zip tcl-18e116ab4e97129f7b4d4e36792035acf039a3ff.tar.gz tcl-18e116ab4e97129f7b4d4e36792035acf039a3ff.tar.bz2 |
Reinforced the description of the requirement for the tables of names for Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-06-29 Donal K. Fellows <dkf@users.sf.net> + + * doc/GetIndex.3: Reinforced the description of the requirement for + the tables of names to index over to be static, following posting to + tcl-core by Brian Griffin about a bug caused by Tktreectrl not obeying + this rule correctly. This does not represent a functionality change, + merely a clearer documentation of a long-standing constraint. + 2012-06-25 Don Porter <dgp@users.sourceforge.net> * generic/tclFileSystem.h: [Bug 3024359] Make sure that the |