Add hash_apply() function.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 4 Jan 2006 18:36:53 +0000 (18:36 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 4 Jan 2006 18:36:53 +0000 (18:36 +0000)
commit718aee509380b413a12fcc9340e5a1084075632b
treed19edb1c0f80e353d542577b5c7926ec08e3bf93
parent4a566bcf1079a66800a17ca448625da4c9c06b43
Add hash_apply() function.
Revise hash_clear(), hash_delete() to take destructor function
argument.
Fully document hash table.
doc/tour.texi
doc/vm.texi
src/lib/kernel/hash.c
src/lib/kernel/hash.h