summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 13:49:29 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 13:49:29 +0000
commitfd53f91cfdd218300965765398f620aeac84d7a7 (patch)
tree98c3bcc9a1f424ecdcf3e97bf0f35494b5ce17e9 /ChangeLog
parentc8e8fa7d9134f3a54e3035170d7846923d6212c5 (diff)
downloadruby-fd53f91cfdd218300965765398f620aeac84d7a7.tar.gz
ruby-fd53f91cfdd218300965765398f620aeac84d7a7.tar.xz
ruby-fd53f91cfdd218300965765398f620aeac84d7a7.zip
* re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
of using fixed index value. * enc/Makefile.in (encsrcdir): make US-ASCII built-in. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15047 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 92ebac53e..b8229f159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jan 14 22:48:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
+ of using fixed index value.
+
+ * enc/Makefile.in (encsrcdir): make US-ASCII built-in.
+
Mon Jan 14 22:25:02 2008 WATANABE Hirofumi <eban@ruby-lang.org>
* golf_prelude.rb: Shorter method name completion. Same method