summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-04-21 21:31:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-04-21 21:31:36 (GMT)
commit9198a2a40a36d6c46b5d4d1e6371c8139f5002e9 (patch)
tree5366c8e6111962ddf0fc8068ee651b34d3d838d9 /ChangeLog
parent97e45523cfac9f726b851b40450824e60868f2a2 (diff)
downloadtcl-9198a2a40a36d6c46b5d4d1e6371c8139f5002e9.zip
tcl-9198a2a40a36d6c46b5d4d1e6371c8139f5002e9.tar.gz
tcl-9198a2a40a36d6c46b5d4d1e6371c8139f5002e9.tar.bz2
Added note about a safe and useful mode of update to a hash being iterated over.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbc2296..9ccc373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * doc/Hash.3: Added note to Tcl_{First,Next}HashEntry docs that
+ deleting the element they return is supported (and is in fact the
+ only safe update you can do to the structure of a hashtable while
+ an iteration is going over it.)
+
* doc/bgerror.n: Added example from David Welton. [Patch 939473]
* doc/after.n: Added examples from David Welton. [Patch 938820]