summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-05-18 18:48:35 +0000
committerAkira TAGOH <akira@tagoh.org>2006-05-18 18:48:35 +0000
commit61cd28a2ec0e4ed59cfd9caabcd29f78ea5d88cd (patch)
tree0aa87043616fc28c2063a023b704babca83730b8 /ChangeLog
parentcdbcbe3d7ec30275a085603618033c6b9132f812 (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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecdc20d..21ffe7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.