summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-29 22:50:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-29 22:50:16 +0000
commitd0045cad37b394eedd169a153b8589482f4a889f (patch)
treec56877dfff392f93b069071dcb06421d79da0749 /ChangeLog
parent8b9d53ed9d854fa8f97e0d5cc2242df1d72f3468 (diff)
downloadruby-d0045cad37b394eedd169a153b8589482f4a889f.tar.gz
ruby-d0045cad37b394eedd169a153b8589482f4a889f.tar.xz
ruby-d0045cad37b394eedd169a153b8589482f4a889f.zip
* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
* test/ruby/test_m17n.rb (test_compatible): fix test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fc8d28ba..56d8b5b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Aug 30 07:48:48 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
+
+ * test/ruby/test_m17n.rb (test_compatible): fix test.
+
Sat Aug 30 02:48:11 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* object.c (rb_obj_freeze): update rdoc to mention RuntimeError