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

ruby-changes:3547

From: ko1@a...
Date: Mon, 14 Jan 2008 16:14:40 +0900 (JST)
Subject: [ruby-changes:3547] matz - Ruby:r15036 (trunk): * lib/shellwords.rb: scape should be an alias to shellescape. a

matz	2008-01-14 16:14:14 +0900 (Mon, 14 Jan 2008)

  New Revision: 15036

  Modified files:
    trunk/ChangeLog
    trunk/lib/shellwords.rb

  Log:
    * lib/shellwords.rb: scape should be an alias to shellescape.  a
      patch from Masahiro Kawato <m-kawato AT mwb.biglobe.ne.jp> in
      [ruby-dev:33060].

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/shellwords.rb?r1=15036&r2=15035&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15036&r2=15035&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 15035)
+++ ChangeLog	(revision 15036)
@@ -1,3 +1,9 @@
+Mon Jan 14 16:12:58 2008  Yukihiro Matsumoto  <matz@r...>
+
+	* lib/shellwords.rb: scape should be an alias to shellescape.  a
+	  patch from Masahiro Kawato <m-kawato AT mwb.biglobe.ne.jp> in
+	  [ruby-dev:33060].
+
 Mon Jan 14 16:09:16 2008  Yukihiro Matsumoto  <matz@r...>
 
 	* ruby.1: a patch to describe --encoding.  a patch from Yugui
Index: lib/shellwords.rb
===================================================================
--- lib/shellwords.rb	(revision 15035)
+++ lib/shellwords.rb	(revision 15036)
@@ -86,7 +86,7 @@
   module_function :shellescape
 
   class << self
-    alias escape shellsplit
+    alias escape shellescape
   end
 
   #

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

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