From e401942dd609a32a7ef09a541e12d206e6db8f18 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 1 Jul 2008 10:36:22 +0000 Subject: * ext/digest/digest.c (rb_digest_instance_inspect): constified. * variable.c (rb_path2class): field precision should have type int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b31236d23..68d2f4b09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 1 19:31:24 2008 URABE Shyouhei + + * ext/digest/digest.c (rb_digest_instance_inspect): constified. + + * variable.c (rb_path2class): field precision should have type int. + Tue Jul 1 19:01:00 2008 NARUSE, Yui * enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA is -- cgit