summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2007-09-29use Marshal.load instead of binary string.akr
2007-09-29* bootstraptest/runner.rb (assert_normal_exit): new method.akr
2007-09-29add test for a define_method wrapper.akr
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-28thread variable test refined.akr
2007-09-27add test for thread local variable with fiber.akr
2007-09-26refine a test.akr
2007-09-26* bootstraptest/runner.rb (assert_finish): new method.akr
2007-09-26* bootstraptest/test_knownbug.rb: remove a fixed test.ko1
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
2007-09-25* io.c (io_ungetc): reallocate internal buffer if pushing datamatz
2007-09-22merge tests for [ruby-dev:31816] and [ruby-dev:31817].akr
2007-09-22add test for [ruby-dev:31817].akr
2007-09-22add test for [ruby-dev:31818].akr
2007-09-22add test for [ruby-dev:31816].akr
2007-09-14* test/ruby/test_io.rb: tests which cause SEGV should not beko1
2007-09-14* bootstraptest/runner.rb: add a stress test (-s).ko1
2007-09-01* test_jump.rb, test_knownbug.rb: seems to be fixed.usa
2007-09-01* bootstraptest/test_knownbug.rb: add new test. [ruby-dev:31698]usa
2007-09-01* eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz
2007-08-30* parse.y (assignable_gen): ignore already erred names.nobu
2007-08-29add test for [ruby-dev:31609].akr
2007-08-29* parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu
2007-08-25* insnhelper.ci (vm_call_method): fix to relaxant safe level checkko1
2007-08-25add test for [ruby-dev:31507].akr
2007-08-24* compile.c (compile_massign_opt): fix to skip massign optimizationko1
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-08-23* compile.c, insns.def, parse.y: fix massign order. This changeko1
2007-08-22test for [ruby-dev:31592].akr
2007-08-22* bootstraptest/test_knownbug.rb:ko1
2007-08-22* bootstraptest/test_knwonbug.rb: added. This file will containko1
2007-08-22* bootstraptest/runner.rb (in_temporary_working_directory):akr
2007-08-22add test for [ruby-dev:31522].akr
2007-08-18* compile.c (iseq_compile_each): fix to allow self.x=ko1
2007-08-18* bootstraptest/test_exception.rb: add escape character ("\") forko1
2007-08-18add test for [ruby-dev:31472].akr
2007-08-18* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-17* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko1
2007-08-17* bootstraptest/runner.rb (in_temporary_working_directory): useakr
2007-08-16* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-16* compile.c (iseq_compile_each): fix next/redo stack consistency.ko1
2007-08-16add test for [ruby-dev:31437].akr
2007-08-15* parse.y: fix rules around f_margs. "make test" passes all tests.ko1
2007-08-14* bootstraptest/runner.rb (assert_check): don't call newtest.akr
2007-08-14* bootstraptest/runner.rb (assert_check): new method.akr
2007-08-14* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko1
2007-08-12* thread.c (rb_thread_raise): check if target thread isko1
2007-08-12* compile.c (iseq_peephole_optimize): fix peephole optimizationko1
2007-08-06add a test: def m() yield end; p m {|((*))|}.akr
2007-08-06* parse.y (value_expr_gen): fix to cause "void value expression"ko1