From 93e925ffd4fbc84a62d4fea51a9828d0be3fbf43 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 29 Aug 2008 09:37:00 +0000 Subject: * encoding.c (enc_compatible_p): raise TypeError when argument is not String nor Regexp. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca67590b3..6a84f5fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 29 18:22:27 2008 NARUSE, Yui + + * encoding.c (enc_compatible_p): raise TypeError when argument is not + String nor Regexp. + Fri Aug 29 18:20:56 2008 NARUSE, Yui * string.c (rb_str_index_m): only regexp uses byte offset. -- cgit