| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary `require 'thread'` | kazu | 2017-10-08 | 2 | -3/+0 |
* | Fix exception type in option type checker | glass | 2017-06-22 | 1 | -1/+1 |
* | Fix two typos | mame | 2017-03-29 | 2 | -2/+3 |
* | get rid of ambiguous parentheses warnings | nobu | 2016-11-29 | 1 | -5/+5 |
* | lib/*: remove closed checks | normal | 2016-11-21 | 1 | -1/+1 |
* | * basictest/test.rb: Adjust spaces in class declarations | hsbt | 2016-10-07 | 1 | -1/+1 |
* | Use qualified names | nobu | 2016-08-30 | 2 | -9/+9 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 7 | -0/+7 |
* | * lib/shell/process-controller.rb: removed commented-out code. | hsbt | 2014-08-26 | 1 | -9/+0 |
* | * lib/shell.rb: removed commented-out code. | hsbt | 2014-08-22 | 2 | -17/+0 |
* | * lib/shell/command-processor.rb: remove unused variable. | hsbt | 2014-07-26 | 2 | -2/+1 |
* | * lib/shell/filter.rb: [DOC] Fix typo | a_matsuda | 2013-12-15 | 1 | -1/+1 |
* | command-processor.rb: return executable file only | nobu | 2013-09-17 | 1 | -1/+6 |
* | * doc/shell.rd, doc/shell.rd.ja: Removed stale doc files | zzak | 2012-12-05 | 3 | -109/+209 |
* | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj | 2011-11-05 | 3 | -4/+4 |
* | * lib: revert r31635-r31638 and untabify with expand(1). | nobu | 2011-05-19 | 7 | -153/+153 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 7 | -522/+522 |
* | * lib/*.rb: Remove unused variable warnings. | marcandre | 2010-11-08 | 1 | -2/+2 |
* | * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb, | nobu | 2010-05-23 | 1 | -1/+1 |
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 2 | -4/+4 |
* | * lib/shell/command-processor.rb: fix typo by Sho Hashimoto. | naruse | 2010-01-12 | 1 | -2/+2 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 7 | -46/+46 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 2 | -3/+3 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 7 | -7/+0 |
* | Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> | nahi | 2007-12-24 | 1 | -19/+0 |
* | * lib/shell: commit miss(support for ruby 1.9(YARV) thread model). | keiju | 2007-03-22 | 3 | -53/+45 |
* | * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model. | keiju | 2007-03-20 | 6 | -102/+190 |
* | * lib/shell/process-controller.rb: fix thread synchronization problem for [r... | keiju | 2007-03-06 | 1 | -3/+5 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * lib/shell/*: bug fix for Shell#system(command_line_string). | keiju | 2004-03-21 | 3 | -9/+16 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 2 | -2/+2 |
* | * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir): | matz | 2003-08-05 | 1 | -1/+1 |
* | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 1 | -2/+2 |
* | * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb, | knu | 2003-02-07 | 3 | -7/+7 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 3 | -7/+7 |
* | * lib/matrix.rb: resolve 'ruby -w' warnings. | keiju | 2001-06-27 | 1 | -5/+5 |
* | * lib/shell.rb, lib/shell/process-controller.rb, | knu | 2001-05-17 | 2 | -25/+18 |
* | Initial revision | knu | 2001-05-17 | 7 | -0/+1324 |