summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-15 05:17:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-15 05:17:18 +0000
commit5fc383f9a3028922bcfa6fb04f8ad8c98c90aeeb (patch)
treee18dfd3a94d6402c244fecf188984b342aaa8bed /ChangeLog
parentb140cda1d6bfec64296b2a5f12a718b03fe802b5 (diff)
* encoding.c (rb_enc_compatible): accepst other than strings and
regexps. [ruby-core:18595] * encoding.c (rb_enc_get_index): works files and encodings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19357 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 2567ae6b33..89492428ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Sep 15 13:53:33 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.c (rb_enc_compatible): accepst other than strings and
+ regexps. [ruby-core:18595]
+
+ * encoding.c (rb_enc_get_index): works files and encodings.
+
Mon Sep 15 13:17:21 2008 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c (nucomp_eql_p): new.