From 3784992f66b2825115c80333c519354545f0765d Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 19 Jan 2009 02:09:43 +0000 Subject: * vm_dump.c: add a prefix "rb_vmdebug_" to vm_stack_dump_raw(), vm_stack_dump_raw_current(), vm_env_dump_raw(), vm_proc_dump_raw(), vm_stack_dump_th(), vm_debug_print_register(), vm_thread_dump_regs(), vm_debug_print_pre(), vm_debug_print_post(), vm_thread_dump_state(). This change also may affect core (in fact, user of above functions may be only ko1). * vm_core.h: ditto. * vm_exec.h (SDR2): remove duplicate definition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21bf3dff5..ff6de0a9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Jan 19 11:02:30 2009 Koichi Sasada + + * vm_dump.c: add a prefix "rb_vmdebug_" to + vm_stack_dump_raw(), vm_stack_dump_raw_current(), + vm_env_dump_raw(), vm_proc_dump_raw(), vm_stack_dump_th(), + vm_debug_print_register(), vm_thread_dump_regs(), + vm_debug_print_pre(), vm_debug_print_post(), + vm_thread_dump_state(). + This change also may affect core (in fact, user of + above functions may be only ko1). + + * vm_core.h: ditto. + + * vm_exec.h (SDR2): remove duplicate definition. + Mon Jan 19 11:00:44 2009 Nobuyoshi Nakada * ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only when -- cgit