aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-06 10:43:06 +0000
committerantirez <antirez>2005-03-06 10:43:06 +0000
commit553e1e1b13041aee95a1732224cda7d7bdc56b60 (patch)
treea32f4f2d2e0a0ea01acede4ca58ab32ff83c1c35 /doc
parent4dfaf94549dc1e2d4f8136d71d571231d8d5f779 (diff)
downloadjimtcl-553e1e1b13041aee95a1732224cda7d7bdc56b60.zip
jimtcl-553e1e1b13041aee95a1732224cda7d7bdc56b60.tar.gz
jimtcl-553e1e1b13041aee95a1732224cda7d7bdc56b60.tar.bz2
Fixed a race condition in the garbage collection code.
In order to fix this, now the hash table iterator works in a way that's save to delete returned entries during the iteration.
Diffstat (limited to 'doc')
-rw-r--r--doc/AIO-Extension.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AIO-Extension.txt b/doc/AIO-Extension.txt
index 0a98804..c705c92 100644
--- a/doc/AIO-Extension.txt
+++ b/doc/AIO-Extension.txt
@@ -1,5 +1,5 @@
ANSI I/O extensiond documentation
-$id: $
+$Id: AIO-Extension.txt,v 1.3 2005/03/06 10:43:06 antirez Exp $
Overview
~~~~~~~~