[前][次][番号順一覧][スレッド一覧]

ruby-changes:44502

From: knu <ko1@a...>
Date: Sat, 5 Nov 2016 14:40:55 +0900 (JST)
Subject: [ruby-changes:44502] knu:r56575 (trunk): Document the change in Shellwords.shellwords

knu	2016-11-05 14:40:51 +0900 (Sat, 05 Nov 2016)

  New Revision: 56575

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56575

  Log:
    Document the change in Shellwords.shellwords

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 56574)
+++ NEWS	(revision 56575)
@@ -244,6 +244,13 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L244
   * Tk is removed from stdlib.  [Feature #8539]
     https://github.com/ruby/tk is the new upstream.
 
+* shellwords
+
+  * Shellwords.shellwords (shellsplit) treats the backslash as escape
+    character only when followed by one of the following characters:
+    $ ` " \ <newline>
+    [Bug #10055]
+
 === C API updates
 
 * ruby_show_version() will no longer exits the process, if

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]