summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-17 02:30:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-17 02:30:57 +0000
commit447a843c8104fc15310c74f16c74bc9f5fcaf3d6 (patch)
tree9750062206ff7b66dfb959a7fc0042eeefc9031a /ChangeLog
parent1ed88df67f94e52007176cb8a5cb85a66658d69b (diff)
downloadruby-447a843c8104fc15310c74f16c74bc9f5fcaf3d6.tar.gz
ruby-447a843c8104fc15310c74f16c74bc9f5fcaf3d6.tar.xz
ruby-447a843c8104fc15310c74f16c74bc9f5fcaf3d6.zip
* encoding.c (rb_enc_from_encoding, rb_enc_register): associate index
to self. * encoding.c (enc_capable): Encoding objects are encoding capable. * re.c (rb_reg_s_union): check if encoding matching by exact encoding objects. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e72f23e62..b646fa33b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Oct 17 11:30:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index
+ to self.
+
+ * encoding.c (enc_capable): Encoding objects are encoding capable.
+
+ * re.c (rb_reg_s_union): check if encoding matching by exact encoding
+ objects.
+
Wed Oct 17 06:18:06 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* encoding.c (rb_enc_alias, rb_enc_find_index): changed