summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2007-06-24* insn_send.ci: removed.ko1
2007-06-15* hash.c: exchange semantics of Hash#each and Hash#each_pair.ko1
2007-06-15* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko1
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-06-15* cont.c (rb_cont_call): forbid cross fiber continuation call.ko1
2007-06-10 * test/ruby/test_beginendblock.rb: typo.usa
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-07* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko1
2007-06-06* test_fiber.rb: add a test (Continuation and Fiber).ko1
2007-06-06* cont.c (cont_new): add debug message.ko1
2007-06-06* test/ruby/test_continuation.rb: add a test for last commit.ko1
2007-06-05* cont.c (rb_fiber_start): clear th->tag and check error to fixko1
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-02* cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko1
2007-05-30* cont.c (cont_capture): store all local variables in heapko1
2007-05-29* cont.c: fix bug around Continuation and Fiber.ko1
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu
2007-05-15* test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu
2007-05-10 * test/ruby/test_super.rb: add tests.usa
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-02-26* test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-23* test/ruby/test_yield.rb: new test.aamine
2007-02-23* test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine
2007-02-23* test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine
2007-02-23* test/ruby/test_primitive.rb: new test.aamine
2007-02-23* test/ruby/test_literal.rb: new test.aamine
2007-02-09* test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko1
2007-02-08* test/ruby/test_clone.rb: fix to current specko1
2007-02-08* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko1
2007-02-08* test/ruby/test_module.rb: fix to use Symbol instead of Stringko1
2007-02-08* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko1
2007-01-31* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz
2007-01-24* test/ruby/test_iterator.rb: removed a needless workaround.kou
2007-01-05* compile.c (iseq_compile_each, set_block_local_tbl) :ko1
2006-12-31 * Merge YARVko1
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-09-25* sample/test.rb: "print nil" now prints empty string.matz
2006-09-16use assert_same instead of assert_equal.akr
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-07-20* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-10* sample/test.rb: update test suites.matz
2006-07-04* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz
2006-06-21use fork to isolate rlimit effect.akr
2006-06-15add RLIMIT_NOFILE testakr
2006-06-15give dummy argument for Process.getrlimit and rescue TypeError.akr