summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 07:41:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 07:41:21 +0000
commitebf6015db96b2f5263ef58c5bd3b5a84748a1a7e (patch)
tree05a880a460f581fd39884dafce206d8024289224 /ChangeLog
parentb1d918b58f41c7c47a49f162e6d471dfc1563b3b (diff)
downloadruby-ebf6015db96b2f5263ef58c5bd3b5a84748a1a7e.tar.gz
ruby-ebf6015db96b2f5263ef58c5bd3b5a84748a1a7e.tar.xz
ruby-ebf6015db96b2f5263ef58c5bd3b5a84748a1a7e.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <akr@fsij.org>
+
+ * 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 <gotoyuzo@notwork.org>
* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second