summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-09-24 04:19:06 +0000
committerAkira TAGOH <akira@tagoh.org>2006-09-24 04:19:06 +0000
commit6aa9bc52d09dfe70f6605950a6f76cb0d9524605 (patch)
tree24e20fdd5c449a8fcba59353e65ef134a4aff943 /ChangeLog
parent487a52a0bb5eafa4201b055e58bb3aada1d561eb (diff)
* hieroglyph/hgarray.c (hg_array_set_name): don't free array->name
here. it may be likely that older objects in snapshot may still refers to it. * hieroglyph/hgstring.c (hg_string_new): fixed the uninitialized value. * plugins/debug/debug-main.c (_debug_op_breakpoint): new function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 157d271..9033cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-09-24 Akira TAGOH <at@gclab.org>
+ * hieroglyph/hgarray.c (hg_array_set_name): don't free array->name
+ here. it may be likely that older objects in snapshot may still refers
+ to it.
+
+ * hieroglyph/hgstring.c (hg_string_new): fixed the uninitialized value.
+
+ * plugins/debug/debug-main.c (_debug_op_breakpoint): new function.
+
* lib/hg_init.ps (anchorsearch): fixed wrong return value.
treat /rangecheck as /stackunderflow when it happens in index or roll.