From 25a2e376bb3cfcbbfadc856bf3c29c4376ec8caf Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 30 Jun 2017 13:01:26 +0000 Subject: merge revision(s) 59102: [Backport #13515] pathname.rb: UNC root pathname needs a separator * ext/pathname/lib/pathname.rb (Pathname#plus): UNC root pathname needs a separator. File.basename returns "/" on UNC root, as well as sole drive letter, even if it does not end with a separator. [ruby-core:80900] [Bug #13515] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e720ed959b..c64868b740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 30 22:00:56 2017 Nobuyoshi Nakada + + * ext/pathname/lib/pathname.rb (Pathname#plus): UNC root pathname needs + a separator. File.basename returns "/" on UNC root, as well as sole + drive letter, even if it does not end with a separator. [Bug #13515] + Fri Jun 30 21:57:27 2017 Kouhei Sutou * lib/rexml/parsers/streamparser.rb: add close tag check on end of -- cgit v1.2.3