index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
shellwords.rb
Age
Commit message (
Expand
)
Author
2020-06-16
Fix the ArgumentError message in shellsplit
Akinori MUSHA
2020-06-16
Improve the document of Shellwords
Akinori MUSHA
2019-10-17
Use `\&` instead of `\1` with capture
Kazuhiro NISHIYAMA
2019-09-27
Do not escape + in Shellwords.escape
Jeremy Evans
2016-11-05
Fix the handling of the backslash in double quotes
knu
2015-12-16
remove duplicated frozen_string_literal magic comment
naruse
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-13
* lib/shellwords.rb (Shellwords#shellsplit): Document that this
knu
2015-12-13
lib/shellwords.rb: do not change API with frozen-string-literal
normal
2015-12-13
* lib/shellwords.rb: Turn on frozen-string-literal after fixing
knu
2015-12-10
disable frozen-string-literal
nobu
2014-09-05
* lib/shellwords.rb: proofreading documentation.
hsbt
2013-12-14
[DOC] Fix output of Shellwords.escape() by @anatol [Fixes GH-483]
a_matsuda
2012-11-09
Add back my original example of Shellwords#shellescape.
knu
2012-11-09
Fix an example of Shellwords#shellescape.
knu
2012-09-12
* lib/shellwords.rb: Documentation for Shellwords.
zzak
2012-01-12
* lib/shellwords.rb (Shellwords#shellescape): shellescape() now
knu
2012-01-12
* lib/shellwords.rb: Fix rdoc markups.
knu
2012-01-12
* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
knu
2012-01-01
* lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
knu
2011-10-03
* lib/shellwords.rb: Update toplevel comment with an example. Patch
drbrain
2008-03-21
* lib/ipaddr.rb: Say that I am the current maintainer.
knu
2008-01-14
* lib/shellwords.rb: scape should be an alias to shellescape. a
matz
2007-09-11
* lib/shellwords.rb: Add shellescape() and shelljoin().
knu
2006-10-09
* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,
nobu
2005-11-10
* lib/shellwords.rb: fix for blank but not empty string.
nobu
2005-11-08
* lib/shellwords.rb: refactored. [ruby-core:06581]
nobu
2004-11-10
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2003-01-26
* lib/shellwords.rb: Embed rdoc style comments.
knu
2003-01-19
* lib/shellwords.rb (shellwords): A backslash ('\') in single
knu
2001-06-03
* lib/shellwords.rb: don't destroy argument.
wakou
2000-08-01
matz
matz
2000-02-08
2000-02-08
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1998-01-16
Initial revision
matz