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)
commite482d5037939113b0e4e51acbf1ec8e0c4989a62
tree21ea2003d858337f2f7733220e990567f7ca959a
parent7e52eebab6be7434cb2d23eea2f0e91704cd1c32
Add hash_apply() function.
Revise hash_clear(), hash_delete() to take destructor function
argument.
Fully document hash table.
doc/tour.texi
doc/vm.texi
solutions/p3.patch
solutions/p4.patch
src/lib/kernel/hash.c
src/lib/kernel/hash.h