summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-07-17 15:43:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-07-17 15:43:53 (GMT)
commit0603043c5b5bc7a0a930f38c71c5e4810f4831f4 (patch)
tree2968eb61e8e09c114a0445e988a9475f4464a87a /ChangeLog
parent8c89eda3cecbbeefdac39bbaf98c2230a64bebd2 (diff)
downloadtcl-0603043c5b5bc7a0a930f38c71c5e4810f4831f4.zip
tcl-0603043c5b5bc7a0a930f38c71c5e4810f4831f4.tar.gz
tcl-0603043c5b5bc7a0a930f38c71c5e4810f4831f4.tar.bz2
Add NRE support to [dict with].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8fad22..734e172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2008-07-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclDictObj.c (DictWithCmd, FinalizeDictWith): Split the
+ implementation of [dict with] so that it works with NRE.
+
2008-07-16 George Peter Staplin <georgeps@users.sf.net>
- * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that
+ * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that
thread key creation is successful.
2008-07-16 Donal K. Fellows <dkf@users.sf.net>