Project

General

Profile

« Previous | Next » 

Revision 1816ba09

Added by usa (Usaku NAKAMURA) about 6 years ago

merge revision(s) 60000,60001,60002: [Backport #13925]

    dup String#partition return value

    * string.c (rb_str_partition): return duplicated receiver, when no
      splits.  [ruby-core:82911] [Bug#13925]

    Author:    Seiei Miyagi <hanachin@gmail.com>

    dup String#rpartition return value

    * string.c (rb_str_rpartition): return duplicated receiver, when
      no splits.  [ruby-core:82911] [Bug#13925]

    Author:    Seiei Miyagi <hanachin@gmail.com>

    dup String#split return value

    * string.c (rb_str_split): return duplicated receiver, when no
      splits.  patched by tompng (tomoya ishida) in [ruby-core:82911],
      and the test case by Seiei Miyagi <hanachin@gmail.com>.
      [Bug#13925] [Fix GH-1705]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e