summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-14 15:18:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-14 15:18:10 (GMT)
commitf60a01925834c65e0c800deb5b9e33b2a9c56ebd (patch)
treef3956b3aca307124f3347099b7371ba868107187 /ChangeLog
parent582c4b826c90acc0c55d36b72802ee875ba9a7f4 (diff)
downloadtcl-f60a01925834c65e0c800deb5b9e33b2a9c56ebd.zip
tcl-f60a01925834c65e0c800deb5b9e33b2a9c56ebd.tar.gz
tcl-f60a01925834c65e0c800deb5b9e33b2a9c56ebd.tar.bz2
Document deep magic in compiled [expr]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bd6ac..d9281f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]