diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-05-18 18:48:35 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-05-18 18:48:35 +0000 |
commit | 61cd28a2ec0e4ed59cfd9caabcd29f78ea5d88cd (patch) | |
tree | 0aa87043616fc28c2063a023b704babca83730b8 /ChangeLog | |
parent | cdbcbe3d7ec30275a085603618033c6b9132f812 (diff) |
" * hieroglyph/hgarray.c (_hg_array_real_copy): update the amount of
objects in array when an object is copied once. it caused not marking
when GC happened during copying."
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-05-19 Akira TAGOH <at@gclab.org> + * hieroglyph/hgarray.c (_hg_array_real_copy): update the amount of + objects in array when an object is copied once. it caused not marking + when GC happened during copying. + * hieroglyph/hgmem.h (hg_mem_set_flags__inline): don't recursively set flags that isn't expected. |