From be9d729bd825aecca4b7f43a5f2cebc64c51f477 Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 17 Nov 2009 14:53:32 +0000 Subject: * vm_method.c (rb_alias): should raise TypeError if klass is nil. 1.instance_eval { alias to_string to_s } causes SEGV before this fix. * test/ruby/test_alias.rb (test_special_const_alias): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d720571cd..ff3c1c0c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +Tue Nov 17 23:50:06 2009 Shugo Maeda + + * vm_method.c (rb_alias): should raise TypeError if klass is nil. + 1.instance_eval { alias to_string to_s } causes SEGV before this + fix. + + * test/ruby/test_alias.rb (test_special_const_alias): ditto. + Tue Nov 17 17:53:53 2009 Martin Duerst - * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb, + * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb, test/ruby/test-transcode.rb: Added Encoding 'Big5-UAO' and transcoding for it (from Tatsuya Mizuno) (see Bug #1784) @@ -11,6 +19,7 @@ Tue Nov 17 16:26:24 2009 Nobuyoshi Nakada * vm_insnhelper.c (opt_case_dispatch_i): gets rid of type-punning calls. + Mon Nov 16 15:51:53 2009 Shugo Maeda * vm_insnhelper.c (vm_call_method): protected singleton methods of -- cgit