Add notes about how you shouldn't modify these data structures as you

2001-11-29  Havoc Pennington  <hp@redhat.com>

	* glib/gtree.c (g_tree_foreach):
	* glib/ghash.c (g_hash_table_foreach):

	Add notes about how you shouldn't modify these data structures as
	you iterate over them.
This commit is contained in:
Havoc Pennington
2001-11-29 20:49:07 +00:00
committed by Havoc Pennington
parent 4790c35c8d
commit eb2f6f6fc1
12 changed files with 81 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2001-11-29 Havoc Pennington <hp@redhat.com>
* glib/gtree.c (g_tree_foreach):
* glib/ghash.c (g_hash_table_foreach):
Add notes about how you shouldn't modify these data structures as
you iterate over them.
Thu Nov 29 11:16:03 2001 Owen Taylor <otaylor@redhat.com>
* HACKING: Update (#65721, Dave Neary)