diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-14 15:18:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-14 15:18:10 (GMT) |
commit | f60a01925834c65e0c800deb5b9e33b2a9c56ebd (patch) | |
tree | f3956b3aca307124f3347099b7371ba868107187 /ChangeLog | |
parent | 582c4b826c90acc0c55d36b72802ee875ba9a7f4 (diff) | |
download | tcl-f60a01925834c65e0c800deb5b9e33b2a9c56ebd.zip tcl-f60a01925834c65e0c800deb5b9e33b2a9c56ebd.tar.gz tcl-f60a01925834c65e0c800deb5b9e33b2a9c56ebd.tar.bz2 |
Document deep magic in compiled [expr]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * tests/compile.test (compile-17.1): Document known issue with + binding time of compiled command interpretations in [expr]. + * generic/tclIOUtil.c (TclFSFileAttrIndex): New helper function so that we don't need to hard-code attribute indexes. [Bug 1100671] |