From bbc12750a55a5c6ef4602e792ee73ad888e28a2e Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 5 Dec 2008 13:34:34 +0000 Subject: merges r20535 from trunk into ruby_1_9_1. * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), (ruby_insns_name_array, ruby_iseq_build_from_ary): prefixed with ruby_. * iseq.c (ruby_iseq_load, ruby_insn_make_insn_table): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d305dd419..c360a45e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 5 12:35:46 2008 Nobuyoshi Nakada + + * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), + (ruby_insns_name_array, ruby_iseq_build_from_ary): prefixed with + ruby_. + + * iseq.c (ruby_iseq_load, ruby_insn_make_insn_table): ditto. + Fri Dec 5 10:01:43 2008 Nobuyoshi Nakada * string.c (rb_str_cmp_m): fixed rdoc. pointed out by