From cefeb0719c5dc68f6666289de646043bdec82c63 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 20 May 2009 12:16:23 +0000 Subject: * rb_enc_get_index: allows an arbitrary RData as the argument but not only what points a rb_encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9cb4803f2..818288ccf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 20 21:00:27 2009 Yuki Sonoda (Yugui) + + * rb_enc_get_index: allows an arbitrary RData as the argument but not + only what points a rb_encoding. + Wed May 20 20:54:37 2009 Yuki Sonoda (Yugui) * spec/.gitignore: ignores rubyspec/ and mspec/. -- cgit