From c9fac6977bcea6d18a3d2e5abfb25dc29164c558 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 12 Feb 2012 07:51:05 +0000 Subject: merge revision(s) 34284:34286: * lib/shellwords.rb: Fix rdoc markups. * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where consecutive backslashes in double quotes are all removed except the one at the tail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index df5c086975..43ab14f8a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Feb 12 16:50:28 2012 Akinori MUSHA + + * lib/shellwords.rb: Fix rdoc markups. + +Sun Feb 12 16:50:28 2012 Akinori MUSHA + + * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where + consecutive backslashes in double quotes are all removed except + the one at the tail. + Sun Feb 12 16:38:13 2012 Akinori MUSHA * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag -- cgit v1.2.3