From b0b01d8b05c90e58e418237d7d503cfd9d2e8508 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Sep 2008 08:44:47 +0000 Subject: * complex.c (Init_Complex), rational.c (Init_Rational): undefines default #allocate methods which call the allocater. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebaf06afa..f3d5e49d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 24 17:44:44 2008 Nobuyoshi Nakada + + * complex.c (Init_Complex), rational.c (Init_Rational): undefines + default #allocate methods which call the allocater. + Wed Sep 24 17:02:14 2008 Nobuyoshi Nakada * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR -- cgit