summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2009-02-04* bootstraptest/runner.rb: refine success message.akr
2009-02-02reduce test time.akr
2009-01-31* variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu
2009-01-15* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko1
2009-01-02* bootstraptest/test_proc.rb: suppress error message.mame
2008-12-27* eval.c (get_errinfo): return th->errinfo valueko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-25* vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko1
2008-12-25* proc.c (proc_new): should use proc_dup() if block has Proc.ko1
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-12-15* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu
2008-12-04* load.c (rb_get_load_path): returns the load path withoutnobu
2008-10-28 * bootstraptest/test_thread.rb: ignore some exceptions.usa
2008-10-21* parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko1
2008-08-31* bootstraptest/test_thread.rb: add a test.ko1
2008-08-29* vm_insnhelper.c (vm_call_method): copy arguments to allocatedko1
2008-08-28 * bootstraptest/test_io.rb: no need to create real file.usa
2008-08-06* gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizersnobu
2008-07-27* bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytesnaruse
2008-07-11* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu
2008-07-10add ML ref.akr
2008-07-10* vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu
2008-06-19* string.c (str_gsub): should preserve last successful matchmatz
2008-06-19* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.ko1
2008-06-19* proc.c (proc_new): fix to return Proc object if block is alreadyko1
2008-06-19* vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko1
2008-06-17* KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug.ko1
2008-06-17* vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko1
2008-06-15* eval.c (rb_f_block_given_p): fix to skip class frame.ko1
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-06-11* bootstraptest/runner.rb (assert_normal_exit): hide stderr outputakr
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-09* bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.ko1
2008-06-08* bootstraptest/pending.rb: move/remove solved issues.ko1
2008-05-24add a test for [ruby-dev:34679].akr
2008-05-22* compile.c (get_destination_insn, get_next_insn, get_prev_insn):mame
2008-05-22add a test for Array#compact!.akr
2008-05-21* bootstraptest/test_eval.rb: fix syntax.ko1
2008-05-19* eval.c, vm_insnhelper.c: fix cref in instance_evalko1
2008-05-19* bootstraptest/test_knownbug.rb: fix a test.ko1
2008-05-19add a test.akr
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-12add a test for [ruby-dev:34579].akr
2008-05-12add a test for [ruby-dev:34646].akr
2008-05-11* bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu
2008-05-11* bootstraptest/runner.rb (main): handle relative path -r options.nobu
2008-05-08* thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr
2008-05-05add a test for IA64 Debian GNU/Linux Etch.akr
2008-05-04add a test.akr