summaryrefslogtreecommitdiff
path: root/test/ruby/test_system.rb
AgeCommit message (Expand)Author
2010-01-27suppress warnings.akr
2009-08-05* ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu
2009-06-29* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu
2009-06-17* sample/test.rb (valid_syntax?): should not capture BOM.nobu
2009-06-17* sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu
2009-02-02* sample/test.rb (valid_syntax?), test/ruby/test_system.rbnobu
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-02-18use require_relative to require ut_eof and envutil.akr
2007-12-21* test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz
2007-11-18use ML ref. for assertion message.akr
2007-09-28refine previous change.akr
2007-09-28don't generate temporary files under current directory.akr
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2006-09-25* sample/test.rb: "print nil" now prints empty string.matz
2005-12-29fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-01-29 * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi
2003-12-23* io.c (rb_io_ungetc): raise an exception at unread stream tonobu
2003-12-23 * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu
2003-10-22* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-05* test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi
2003-09-06* test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-05* test/ruby/test_system.rb (test_system): check existence of rubyeban
2003-09-04* test/ruby: tests for ruby itself.nahi