summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-05-02 15:16:08 +0000
committerAkira TAGOH <akira@tagoh.org>2006-05-02 15:16:08 +0000
commitbda99617c80a641e28b839e8fa53491a0d397122 (patch)
tree48c72d986d2ef1510c2e9ebd0ae25d61dfa0626b /ChangeLog
parentee8443d293f08e84f1de4bf9a3108581ff1580ef (diff)
2006-05-03 Akira TAGOH <at@gclab.org>
* hieroglyph/hgallocator-bfit.c (_hg_allocator_bfit_real_garbage_collection): return TRUE if GC is succeeded. * hieroglyph/hgfile.c (hg_file_object_new): fixed a typo. (hg_file_object_clear_error): new function. * libretto/operator.c (_libretto_operator_op_private_hg_startgc): new private operator to start GC manually. * libretto/vm.c (libretto_vm_set_error_from_file): clear an error in a file object after set it to vm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8281b3c..adaa7df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-05-03 Akira TAGOH <at@gclab.org>
+
+ * hieroglyph/hgallocator-bfit.c (_hg_allocator_bfit_real_garbage_collection):
+ return TRUE if GC is succeeded.
+
+ * hieroglyph/hgfile.c (hg_file_object_new): fixed a typo.
+ (hg_file_object_clear_error): new function.
+
+ * libretto/operator.c (_libretto_operator_op_private_hg_startgc):
+ new private operator to start GC manually.
+
+ * libretto/vm.c (libretto_vm_set_error_from_file): clear an error in
+ a file object after set it to vm.
+
2006-05-02 Akira TAGOH <at@gclab.org>
* hieroglyph/hgmem.c (hg_mem_free): fixed causing the double-free