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

ruby-changes:2141

From: ko1@a...
Date: 5 Oct 2007 15:45:39 +0900
Subject: [ruby-changes:2141] knu - Ruby:r13632 (ruby_1_8): * lib/shellwords.rb: Add shellescape() and shelljoin().

knu	2007-10-05 15:45:18 +0900 (Fri, 05 Oct 2007)

  New Revision: 13632

  Modified files:
    branches/ruby_1_8/ChangeLog

  Log:
    * lib/shellwords.rb: Add shellescape() and shelljoin().
    
    * lib/shellwords.rb: Rename shellwords() to shellsplit() and make
      the former an alias to the latter.
    
    * lib/shellwords.rb: Add escape(), split(), join() as class
      methods, which are aliases to their respective long names
      prefixed with `shell'.
    
    * lib/shellwords.rb: Add String#shellescape(), String#shellsplit()
      and Array#shelljoin() for convenience.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=13632&r2=13631

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 13631)
+++ ruby_1_8/ChangeLog	(revision 13632)
@@ -1,3 +1,17 @@
+Fri Oct  5 15:44:50 2007  Akinori MUSHA  <knu@i...>
+
+	* lib/shellwords.rb: Add shellescape() and shelljoin().
+
+	* lib/shellwords.rb: Rename shellwords() to shellsplit() and make
+	  the former an alias to the latter.
+
+	* lib/shellwords.rb: Add escape(), split(), join() as class
+	  methods, which are aliases to their respective long names
+	  prefixed with `shell'.
+
+	* lib/shellwords.rb: Add String#shellescape(), String#shellsplit()
+	  and Array#shelljoin() for convenience.
+
 Fri Oct  5 15:40:04 2007  Akinori MUSHA  <knu@i...>
 
 	* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a

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

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