diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-03 18:05:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-03 18:05:38 (GMT) |
commit | ba58e6442af44bef063652e496e60f09826716ec (patch) | |
tree | b1914b32cf3b6cb3821a26bc4c57cb678a9f524d /ChangeLog | |
parent | bced9b54274c34b3cb12fa8875327756c728ab18 (diff) | |
download | tcl-ba58e6442af44bef063652e496e60f09826716ec.zip tcl-ba58e6442af44bef063652e496e60f09826716ec.tar.gz tcl-ba58e6442af44bef063652e496e60f09826716ec.tar.bz2 |
Fix [Bug 2538432] through clarification.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-05-03 Donal K. Fellows <dkf@users.sf.net> + + * doc/Tcl.n: [Bug 2538432]: Clarified exact treatment of ${arr(idx)} + form of variable substitution. This is not a change of behavior, just + an improved description of the current situation. + 2009-04-30 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc |