diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-26 10:56:43 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-26 10:56:43 +0000 |
commit | a973a713f6714516c8cddd7d59a63ca175a74f64 (patch) | |
tree | 87f48a79f1ccab4b9aa09fe0c0910b1013b8b40a | |
parent | bf5e0f744a81f6596737377dfd84e26cef6ba399 (diff) | |
download | ruby-a973a713f6714516c8cddd7d59a63ca175a74f64.tar.gz ruby-a973a713f6714516c8cddd7d59a63ca175a74f64.tar.xz ruby-a973a713f6714516c8cddd7d59a63ca175a74f64.zip |
Update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ Sun Jan 26 19:23:10 2003 NAKAMURA Usaku <usa@ruby-lang.org> * instruby.rb ($mflags.set?), ext/extmk.rb ($mflags.set?): Return false if unmatched. +Sun Jan 26 19:08:30 2003 Akinori MUSHA <knu@iDaemons.org> + + * lib/shellwords.rb: Embed rdoc style comments. + + * lib/shellwords.rb (shellwords): Use String#lstrip!. + + * lib/shellwords.rb (shellwords): Recognize an object that + responds to to_str() by using String.new(). + Sun Jan 26 17:53:04 2003 Akinori MUSHA <knu@iDaemons.org> * instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -n |