Enforce rules about modifying hash tables in callbacks
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 May 2011 19:07:08 +0000 (15:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 May 2011 19:07:08 +0000 (15:07 -0400)
commit120b85a31b061f17608a3b691d412ef17ca93681
tree691a61aebc6a89289d79279b1983bacdc6d1ead6
parentafc5319a273d2154cb725110f170a7e7c6b87076
Enforce rules about modifying hash tables in callbacks

We have the infrastructure to do this, so lets do it.
Also add tests for find and foreach to the testsuite.
Bug 650688
glib/ghash.c
glib/tests/hash.c