From 2acbd7769526e59767d97a69da7fdac5d88bb5e4 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 28 Jan 2009 11:09:42 +0000 Subject: merges r21659 from trunk into ruby_1_9_1. * vm.c: add a prefix "rb_" to exposed functions vm_get_ruby_level_next_cfp(), rb_vm_make_env_object(), vm_stack_to_heap(), vm_make_proc(), vm_invoke_proc(), vm_get_sourceline(), vm_cref(), vm_localjump_error(), vm_make_jump_tag_but_local_jump(), vm_jump_tag_but_local_jump(). This changes may affect only core because most of renamed functions require a pointer of not-exposed struct such as rb_thread_t or NODE. In short, they are core functions. * cont.c, eval.c, eval_intern.h, load.c, proc.c, thread.c, vm_core.h, vm_dump.c, vm_eval.c, vm_exec.c, vm_insnhelper.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33d99d834..a77ecefc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Jan 19 11:27:39 2009 Koichi Sasada + + * vm.c: add a prefix "rb_" to exposed functions + vm_get_ruby_level_next_cfp(), rb_vm_make_env_object(), + vm_stack_to_heap(), vm_make_proc(), vm_invoke_proc(), + vm_get_sourceline(), vm_cref(), vm_localjump_error(), + vm_make_jump_tag_but_local_jump(), vm_jump_tag_but_local_jump(). + This changes may affect only core because most of renamed functions + require a pointer of not-exposed struct such as rb_thread_t or NODE. + In short, they are core functions. + + * cont.c, eval.c, eval_intern.h, load.c, proc.c, thread.c, + vm_core.h, vm_dump.c, vm_eval.c, vm_exec.c, vm_insnhelper.c: + ditto. + Mon Jan 19 11:02:30 2009 Koichi Sasada * vm_dump.c: add a prefix "rb_vmdebug_" to -- cgit