From 3c6c7ac4eb2e0c85c0c2d13ed4e65b8e277e15b6 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Sep 2008 08:02:17 +0000 Subject: * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR differs from :allocate, and invisible in ruby level. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6aff7f59..ebaf06afa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 24 17:02:14 2008 Nobuyoshi Nakada + + * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR + differs from :allocate, and invisible in ruby level. + Wed Sep 24 15:58:52 2008 Yukihiro Matsumoto * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls at -- cgit