summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-22 06:56:44 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-22 06:56:44 +0000
commit294c6a8692f35b5a2fc8f3db45d029c4f5971368 (patch)
treec4f1aeda488fec63302ed3fbd9e3ee5d92b9f3f7 /ChangeLog
parent3586e244989aa3dc7ad65d6c62aead2a4b9c983c (diff)
downloadruby-294c6a8692f35b5a2fc8f3db45d029c4f5971368.tar.gz
ruby-294c6a8692f35b5a2fc8f3db45d029c4f5971368.tar.xz
ruby-294c6a8692f35b5a2fc8f3db45d029c4f5971368.zip
* encoding.c (rb_enc_compatible): wrong compatibility condition.
[ruby-dev:33273] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 719fa74b1..3b6feb777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ Tue Jan 22 12:57:07 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* encoding.c (rb_enc_compatible): encoding must be ASCII
compatible before checking ENC_CODERANGE_7BIT.
+ * encoding.c (rb_enc_compatible): wrong compatibility condition.
+ [ruby-dev:33273]
+
Tue Jan 22 09:26:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_each_char): iterates over a shadow.