diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-29 08:49:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-29 08:49:46 (GMT) |
commit | 9a554c2e3729fc93bfa5b18c83860db4943f20dc (patch) | |
tree | 9e7f0fae370f25e98884efb0c5370b460a410bec /ChangeLog | |
parent | 3ddcfe976b2d00fb28ad55af607078ac9f008ca5 (diff) | |
parent | 18e116ab4e97129f7b4d4e36792035acf039a3ff (diff) | |
download | tcl-9a554c2e3729fc93bfa5b18c83860db4943f20dc.zip tcl-9a554c2e3729fc93bfa5b18c83860db4943f20dc.tar.gz tcl-9a554c2e3729fc93bfa5b18c83860db4943f20dc.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 | 10 |
1 files changed, 9 insertions, 1 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-26 Jan Nijtmans <nijtmans@users.sf.net> * unix/tcl.m4: Let Cygwin shared build link with @@ -9,7 +17,7 @@ * generic/tclIOSock.c: Use EAI_SYSTEM only if it exists. * unix/tclUnixSock.c: - + 2012-06-25 Don Porter <dgp@users.sourceforge.net> * generic/tclFileSystem.h: [Bug 3024359] Make sure that the |