diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-09-24 04:19:06 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-09-24 04:19:06 +0000 |
commit | 6aa9bc52d09dfe70f6605950a6f76cb0d9524605 (patch) | |
tree | 24e20fdd5c449a8fcba59353e65ef134a4aff943 /ChangeLog | |
parent | 487a52a0bb5eafa4201b055e58bb3aada1d561eb (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |