aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_system.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby: get rid of warnings.usa2014-03-051-1/+1
* test_system.rb: commit missnobu2013-01-271-1/+1
* test_system.rb: indentnobu2013-01-271-15/+15
* test_system.rb: fix testnobu2013-01-271-5/+25
* * win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa2012-04-231-0/+4
* cancel subversion backfire. sorrymatz2011-03-071-17/+13
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-13/+17
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-03-011-16/+1
* * win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki2011-02-281-5/+4
* * test/ruby/test_system.rb (TestSystem#test_system_redirect_win):kosaki2011-02-271-0/+12
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-201-6/+24
* * test/ruby/test_system.rb (TestSystem#test_system_at): use findstrusa2011-02-151-1/+1
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+13
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+7
* * test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu2010-11-051-1/+1
* * process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu2010-11-041-0/+11
* * test/ruby/test_syntax.rb: split test_syntax from test_system.rb.akr2010-07-041-19/+0
* * test/ruby/test_system.rb (test_syntax): unified with test_syntax2.akr2010-07-041-29/+2
* * test/ruby/test_system.rb (test_syntax2): moved from sample/test.rbakr2010-07-041-0/+27
* * test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu2010-04-201-0/+2
* suppress warnings.akr2010-01-271-2/+2
* * ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu2009-08-051-0/+12
* * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu2009-06-291-0/+22
* * sample/test.rb (valid_syntax?): should not capture BOM.nobu2009-06-171-1/+1
* * sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu2009-06-171-2/+3
* * sample/test.rb (valid_syntax?), test/ruby/test_system.rbnobu2009-02-021-2/+2
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* use require_relative to require ut_eof and envutil.akr2008-02-181-1/+2
* * test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz2007-12-211-0/+1
* use ML ref. for assertion message.akr2007-11-181-2/+2
* refine previous change.akr2007-09-281-33/+35
* don't generate temporary files under current directory.akr2007-09-281-13/+16
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-181-1/+4
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-251-1/+1
* fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr2005-12-291-1/+1
* * parse.y (string_content): get rid of segfault at empty evstr.nobu2004-12-081-0/+4
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-291-1/+0
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-7/+3
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-2/+2
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-051-1/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-221-1/+2
* * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi2003-10-051-5/+2
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-1/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-35/+26
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-7/+7
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-051-7/+12
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+77