From f86f18673849a61ee944abd9b5dff79325fe6ed8 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 6 Mar 2008 01:33:56 +0000 Subject: * object.c (rb_mod_freeze): call rb_class_name() directly. [ruby-core:15802] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e289a15b7..96047190e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 6 08:30:42 2008 Yukihiro Matsumoto + + * object.c (rb_mod_freeze): call rb_class_name() directly. + [ruby-core:15802] + Thu Mar 6 04:32:06 2008 NARUSE, Yui * string.c (count_utf8_lead_bytes_with_ulong): fix shift size. -- cgit