diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-09 18:51:46 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-09 18:51:46 +0000 |
| commit | 95c04673589b3ceb9565d605bacf38320cb688aa (patch) | |
| tree | fd0ae979c44725fea504d174fcd52aba25bdb71a /ChangeLog | |
| parent | ba164bcca3d038a0721cd9ab348d192e63da2b99 (diff) | |
| download | ruby-95c04673589b3ceb9565d605bacf38320cb688aa.tar.gz ruby-95c04673589b3ceb9565d605bacf38320cb688aa.tar.xz ruby-95c04673589b3ceb9565d605bacf38320cb688aa.zip | |
* string.c (rb_str_index): if t == s + pos, the character beginning
from s + pos is valid.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Mar 10 02:08:21 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (rb_str_index): if t == s + pos, the character beginning + from s + pos is valid. + Sun Mar 9 13:51:21 2008 Eric Hodel <drbrain@segment7.net> * lib/rdoc/generator.rb: Restore missing line to #params. Patch by |
