aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shell
Commit message (Expand)AuthorAgeFilesLines
* Fix exception type in option type checkerglass2017-06-221-1/+1
* Fix two typosmame2017-03-292-2/+3
* get rid of ambiguous parentheses warningsnobu2016-11-291-5/+5
* lib/*: remove closed checksnormal2016-11-211-1/+1
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-071-1/+1
* Use qualified namesnobu2016-08-302-9/+9
* Add frozen_string_literal: false for all filesnaruse2015-12-167-0/+7
* * lib/shell/process-controller.rb: removed commented-out code.hsbt2014-08-261-9/+0
* * lib/shell.rb: removed commented-out code.hsbt2014-08-222-17/+0
* * lib/shell/command-processor.rb: remove unused variable.hsbt2014-07-262-2/+1
* * lib/shell/filter.rb: [DOC] Fix typoa_matsuda2013-12-151-1/+1
* command-processor.rb: return executable file onlynobu2013-09-171-1/+6
* * doc/shell.rd, doc/shell.rd.ja: Removed stale doc fileszzak2012-12-053-109/+209
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-053-4/+4
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-197-153/+153
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-187-522/+522
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-2/+2
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-202-4/+4
* * lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse2010-01-121-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-067-46/+46
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-182-3/+3
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-067-7/+0
* Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-241-19/+0
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-223-53/+45
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-206-102/+190
* * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju2007-03-061-3/+5
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * lib/shell/*: bug fix for Shell#system(command_line_string).keiju2004-03-213-9/+16
* consistent parentheses in assignment RHS.matz2003-10-162-2/+2
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-051-1/+1
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-221-2/+2
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-073-7/+7
* use Object#class instead of deprecated Object#type.nobu2002-10-023-7/+7
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-271-5/+5
* * lib/shell.rb, lib/shell/process-controller.rb,knu2001-05-172-25/+18
* Initial revisionknu2001-05-177-0/+1324