diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-05-02 15:16:08 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-05-02 15:16:08 +0000 |
commit | bda99617c80a641e28b839e8fa53491a0d397122 (patch) | |
tree | 48c72d986d2ef1510c2e9ebd0ae25d61dfa0626b /ChangeLog | |
parent | ee8443d293f08e84f1de4bf9a3108581ff1580ef (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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |