From 28e3618705d53493269910cf28da4d5ed105a6f5 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 11 Sep 2007 08:27:48 +0000 Subject: * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7707a727..4c434803d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Sep 11 17:25:59 2007 Akinori MUSHA + + * 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. + Mon Sep 10 15:48:31 2007 Tanaka Akira * range.c: represent initialized state using EXCL instead of FL_USER3. -- cgit