summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-09-04 12:06:44 +0000
committerAkira TAGOH <akira@tagoh.org>2006-09-04 12:06:44 +0000
commitfc6356e512fcc09fc05848d77e3be87684d0c56d (patch)
treee03c89bd45def2e7f9dc3d7b963faf921df3ae6f /ChangeLog
parent8e7bcb5cbd8e01256d2fcfcbf4b9310bf011aee4 (diff)
* tests/hgbtree.c: fixed to get it successful.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2af8c72..ff4e68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-04 Akira TAGOH <at@gclab.org>
+ * hieroglyph/hgallocator-bfit.c: use HgList instead of GSList.
+ (_hg_allocator_bfit_btree_traverse_in_destroy): removed.
+ (_hg_allocator_bfit_real_initialize): libc pool is no longer needed.
+ (_hg_allocator_bfit_real_free_block_traverse): new function.
+
* hieroglyph/ilist.c (_hg_list_free): check NULL.
(_hg_list_iter_delete_link): fixed a memory leak.