diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-15 08:04:10 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-15 08:04:10 +0000 |
| commit | 583a15023413b8b9462178b6a90e538794dd3976 (patch) | |
| tree | 06d41d47ccfae664671557ae83098d7a72ecf81d /ChangeLog | |
| parent | 50de0d6a1d308c0586bd67070703af41b33f80ac (diff) | |
| download | ruby-583a15023413b8b9462178b6a90e538794dd3976.tar.gz ruby-583a15023413b8b9462178b6a90e538794dd3976.tar.xz ruby-583a15023413b8b9462178b6a90e538794dd3976.zip | |
* encoding.c (rb_enc_associate_index, rb_enc_get_index): check if
object is encoding capable. [ruby-dev:31780]
* string.c (rb_str_subpat_set): check for if the argument is a String.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13447 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 @@ +Sat Sep 15 17:04:08 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_enc_associate_index, rb_enc_get_index): check if + object is encoding capable. [ruby-dev:31780] + + * string.c (rb_str_subpat_set): check for if the argument is a String. + Sat Sep 15 13:31:21 2007 Kouhei Sutou <kou@cozmixng.org> * lib/rss.rb, lib/rss/, test/rss/: |
