aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine2007-02-261-84/+29
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-0/+2
* * test/ruby/test_yield.rb: new test.aamine2007-02-231-0/+67
* * test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine2007-02-231-0/+195
* * test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine2007-02-231-7/+87
* * test/ruby/test_primitive.rb: new test.aamine2007-02-231-0/+397
* * test/ruby/test_literal.rb: new test.aamine2007-02-231-0/+184
* * test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko12007-02-091-5/+1
* * test/ruby/test_clone.rb: fix to current specko12007-02-081-1/+1
* * test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko12007-02-081-9/+9
* * test/ruby/test_module.rb: fix to use Symbol instead of Stringko12007-02-081-24/+24
* * test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko12007-02-081-2/+2
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-311-0/+12
* * test/ruby/test_iterator.rb: removed a needless workaround.kou2007-01-241-8/+0
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-14/+14
* * Merge YARVko12006-12-3121-118/+4307
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-071-1/+1
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-1/+1
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-251-1/+1
* use assert_same instead of assert_equal.akr2006-09-161-1/+1
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-1/+5
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-201-6/+0
* * sample/test.rb: update test suites.matz2006-07-102-22/+22
* * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz2006-07-041-1/+1
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* add RLIMIT_NOFILE testakr2006-06-151-1/+20
* give dummy argument for Process.getrlimit and rescue TypeError.akr2006-06-151-2/+2
* new file.akr2006-06-151-0/+13
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-097-112/+140
* fix string interpolationakr2006-03-041-2/+3
* * gc.c (id2ref): fix symbol test.akr2006-03-041-0/+35
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-2/+2
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-172-0/+4
* test small structs.akr2006-02-051-0/+16
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+8
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-0/+42
* fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr2005-12-291-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-7/+7
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-4/+4
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* * range.c (range_max): treat end exclusion without iteration ifmatz2005-11-251-0/+20
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * forgotten to save after rename method name.usa2005-11-181-1/+1
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-301-4/+4
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-1/+1
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+50