summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-03 13:26:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-03 13:26:03 (GMT)
commit90a77527c88021ee7eb8724aea18498a6bc3ef58 (patch)
treecc923191c3b0d1ecff833379752af746af0ebad8 /ChangeLog
parentce9bf924511484c14218bd13b2abf5cfc9967c25 (diff)
downloadtcl-90a77527c88021ee7eb8724aea18498a6bc3ef58.zip
tcl-90a77527c88021ee7eb8724aea18498a6bc3ef58.tar.gz
tcl-90a77527c88021ee7eb8724aea18498a6bc3ef58.tar.bz2
More corrections to the [array unset] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dd62b0..e15d52e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclVar.c (ArrayUnsetCmd): More corrections.
+
2010-02-02 Donal K. Fellows <dkf@users.sf.net>
* generic/tclVar.c: Turned the [array] command into a true ensemble.