aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * insn_send.ci: removed.ko12007-06-241-1/+1
* * hash.c: exchange semantics of Hash#each and Hash#each_pair.ko12007-06-152-5/+14
* * test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko12007-06-151-1/+0
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-154-18/+19
* * cont.c (rb_cont_call): forbid cross fiber continuation call.ko12007-06-151-24/+6
* * test/ruby/test_beginendblock.rb: typo.usa2007-06-101-2/+2
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-06-101-10/+9
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-071-1/+9
* * test_fiber.rb: add a test (Continuation and Fiber).ko12007-06-061-0/+16
* * cont.c (cont_new): add debug message.ko12007-06-061-0/+17
* * test/ruby/test_continuation.rb: add a test for last commit.ko12007-06-061-0/+7
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-0/+16
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-10/+15
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-021-14/+21
* * cont.c (cont_capture): store all local variables in heapko12007-05-301-0/+14
* * cont.c: fix bug around Continuation and Fiber.ko12007-05-291-0/+31
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-0/+66
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu2007-05-251-3/+33
* * test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu2007-05-151-6/+2
* * test/ruby/test_super.rb: add tests.usa2007-05-101-0/+17
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-012-3/+9
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+2
* * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa2007-03-221-0/+11
* * 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