diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-14 13:49:29 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-14 13:49:29 +0000 |
| commit | fd53f91cfdd218300965765398f620aeac84d7a7 (patch) | |
| tree | 98c3bcc9a1f424ecdcf3e97bf0f35494b5ce17e9 /ChangeLog | |
| parent | c8e8fa7d9134f3a54e3035170d7846923d6212c5 (diff) | |
| download | ruby-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
