From ebf6015db96b2f5263ef58c5bd3b5a84748a1a7e Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 17 Dec 2007 07:41:21 +0000 Subject: * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN using rb_enc_precise_mbclen. (rb_str_valid_encoding_p): just check coderange is ENC_CODERANGE_BROKEN or not. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af8ca9645..3623b8a8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 17 16:39:25 2007 Tanaka Akira + + * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN using + rb_enc_precise_mbclen. + (rb_str_valid_encoding_p): just check coderange is + ENC_CODERANGE_BROKEN or not. + Mon Dec 17 16:04:16 2007 GOTOU Yuuzou * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second -- cgit