aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shellwords.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix the handling of the backslash in double quotesknu2016-11-051-3/+11
* remove duplicated frozen_string_literal magic commentnaruse2015-12-161-1/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/shellwords.rb (Shellwords#shellsplit): Document that thisknu2015-12-131-0/+7
* lib/shellwords.rb: do not change API with frozen-string-literalnormal2015-12-131-1/+1
* * lib/shellwords.rb: Turn on frozen-string-literal after fixingknu2015-12-131-3/+3
* disable frozen-string-literalnobu2015-12-101-0/+1
* * lib/shellwords.rb: proofreading documentation.hsbt2014-09-051-9/+9
* [DOC] Fix output of Shellwords.escape() by @anatol [Fixes GH-483]a_matsuda2013-12-141-1/+1
* Add back my original example of Shellwords#shellescape.knu2012-11-091-0/+9
* Fix an example of Shellwords#shellescape.knu2012-11-091-3/+1
* * lib/shellwords.rb: Documentation for Shellwords.zzak2012-09-121-35/+76
* * lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu2012-01-121-2/+12
* * lib/shellwords.rb: Fix rdoc markups.knu2012-01-121-17/+6
* * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu2012-01-121-1/+1
* * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu2012-01-011-3/+9
* * lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain2011-10-031-9/+15
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-211-0/+3
* * lib/shellwords.rb: scape should be an alias to shellescape. amatz2008-01-141-1/+1
* * lib/shellwords.rb: Add shellescape() and shelljoin().knu2007-09-111-18/+127
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-091-1/+0
* * lib/shellwords.rb: fix for blank but not empty string.nobu2005-11-101-9/+5
* * lib/shellwords.rb: refactored. [ruby-core:06581]nobu2005-11-081-22/+11
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-2/+2
* * lib/shellwords.rb: Embed rdoc style comments.knu2003-01-261-24/+36
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-191-2/+1
* * lib/shellwords.rb: don't destroy argument.wakou2001-06-031-1/+1
* matzmatz2000-08-011-8/+8
* 2000-02-08matz2000-02-081-14/+17
* 1.4.0matz1999-08-131-1/+1
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-9/+7
* Initial revisionmatz1998-01-161-0/+48