aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 13:44:02 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 13:44:02 +0000
commita648fc802bd626dc29ec690f29c6a69f2510b0cb (patch)
tree06dfcf6a2ac7c8db44196c02489aa209c5ead9b0 /ChangeLog
parent968918da16ea89434798d29247e247601a046a9d (diff)
downloadruby-a648fc802bd626dc29ec690f29c6a69f2510b0cb.tar.gz
* encoding.c (rb_enc_compatible): encoding should never fall back
to ASCII-8BIT unless both encodings are ASCII-8BIT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e60148b86c..1887f0e068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 13 22:16:46 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * encoding.c (rb_enc_compatible): encoding should never fall back
+ to ASCII-8BIT unless both encodings are ASCII-8BIT.
+
Thu Dec 13 20:31:28 2007 Tanaka Akira <akr@fsij.org>
* string.c (rb_str_shared_replace): make str noembed after free.