From af1f2e57f527dde8c979d46751b9487b6c696d36 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 May 2003 07:45:53 +0000 Subject: * eval.c (rb_define_alloc_func): need not to disable rb_call_super() for allocation functions. [ruby-core:1065] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 811491106..aa40faa00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 22 15:46:37 2003 Yukihiro Matsumoto + + * eval.c (rb_define_alloc_func): need not to disable + rb_call_super() for allocation functions. [ruby-core:1065] + Thu May 22 06:21:33 2003 why the lucky stiff * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on -- cgit