From 1816ba09227bd92e0ed3127cbbd9cfff9363341b Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 18 Mar 2018 15:00:46 +0000 Subject: 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 dup String#rpartition return value * string.c (rb_str_rpartition): return duplicated receiver, when no splits. [ruby-core:82911] [Bug#13925] Author: Seiei Miyagi 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 . [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 --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f5680ce06..0adc80368f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Sun Mar 18 23:59:32 2018 Nobuyoshi Nakada + + dup String#partition return value + + * string.c (rb_str_partition): return duplicated receiver, when no + splits. [Bug#13925] + + Author: Seiei Miyagi hanachin@gmail.com + + dup String#rpartition return value + + * string.c (rb_str_rpartition): return duplicated receiver, when no + splits. [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 , and the test case by Seiei + Miyagi hanachin@gmail.com. [Bug#13925] [Fix GH-1705] + Sun Mar 18 23:57:32 2018 Nobuyoshi Nakada ruby.c: paragraph mode by -00 -- cgit v1.2.3