| Commit message (Expand) | Author | Age | Files | Lines |
* | * bootstraptest/test_fork.rb: test for [ruby-core:22158] | nobu | 2009-02-18 | 1 | -0/+9 |
* | * compile.c: fix to add "ensure" codes across "while" clause | ko1 | 2009-02-16 | 1 | -2/+15 |
* | * insns.def (defineclass): try to autoload const to be overridden. | nobu | 2009-02-12 | 1 | -0/+9 |
* | * bootstraptest/runner.rb: refine success message. | akr | 2009-02-04 | 1 | -1/+5 |
* | reduce test time. | akr | 2009-02-02 | 1 | -1/+2 |
* | * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const): | nobu | 2009-01-31 | 1 | -0/+8 |
* | * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): | ko1 | 2009-01-15 | 1 | -0/+14 |
* | * bootstraptest/test_proc.rb: suppress error message. | mame | 2009-01-02 | 1 | -0/+3 |
* | * eval.c (get_errinfo): return th->errinfo value | ko1 | 2008-12-27 | 1 | -0/+8 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -0/+13 |
* | * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no | ko1 | 2008-12-25 | 1 | -0/+37 |
* | * proc.c (proc_new): should use proc_dup() if block has Proc. | ko1 | 2008-12-25 | 1 | -0/+24 |
* | * vm_insnhelper.c (vm_call_method): use class of method defined | ko1 | 2008-12-24 | 1 | -0/+19 |
* | * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from | nobu | 2008-12-15 | 1 | -0/+18 |
* | * load.c (rb_get_load_path): returns the load path without | nobu | 2008-12-04 | 1 | -0/+9 |
* | * bootstraptest/test_thread.rb: ignore some exceptions. | usa | 2008-10-28 | 1 | -1/+5 |
* | * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY. | ko1 | 2008-10-21 | 1 | -0/+15 |
* | * bootstraptest/test_thread.rb: add a test. | ko1 | 2008-08-31 | 1 | -0/+4 |
* | * vm_insnhelper.c (vm_call_method): copy arguments to allocated | ko1 | 2008-08-29 | 1 | -0/+11 |
* | * bootstraptest/test_io.rb: no need to create real file. | usa | 2008-08-28 | 1 | -1/+1 |
* | * gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizers | nobu | 2008-08-06 | 1 | -0/+8 |
* | * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytes | naruse | 2008-07-27 | 1 | -2/+3 |
* | * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the file | nobu | 2008-07-11 | 2 | -12/+36 |
* | add ML ref. | akr | 2008-07-10 | 1 | -1/+1 |
* | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu | 2008-07-10 | 1 | -0/+6 |
* | * string.c (str_gsub): should preserve last successful match | matz | 2008-06-19 | 1 | -1/+0 |
* | * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending. | ko1 | 2008-06-19 | 1 | -0/+7 |
* | * proc.c (proc_new): fix to return Proc object if block is already | ko1 | 2008-06-19 | 1 | -0/+17 |
* | * vm_insnhelper.c (vm_throw): fix "return" process from "lambda". | ko1 | 2008-06-19 | 2 | -0/+31 |
* | * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug. | ko1 | 2008-06-17 | 1 | -0/+15 |
* | * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" | ko1 | 2008-06-17 | 1 | -0/+88 |
* | * eval.c (rb_f_block_given_p): fix to skip class frame. | ko1 | 2008-06-15 | 1 | -0/+31 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -0/+53 |
* | * bootstraptest/runner.rb (assert_normal_exit): hide stderr output | akr | 2008-06-11 | 1 | -3/+18 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 4 | -0/+66 |
* | * bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved. | ko1 | 2008-06-09 | 1 | -107/+0 |
* | * bootstraptest/pending.rb: move/remove solved issues. | ko1 | 2008-06-08 | 2 | -123/+13 |
* | add a test for [ruby-dev:34679]. | akr | 2008-05-24 | 1 | -0/+5 |
* | * compile.c (get_destination_insn, get_next_insn, get_prev_insn): | mame | 2008-05-22 | 1 | -0/+11 |
* | add a test for Array#compact!. | akr | 2008-05-22 | 1 | -0/+6 |
* | * bootstraptest/test_eval.rb: fix syntax. | ko1 | 2008-05-21 | 1 | -2/+2 |
* | * eval.c, vm_insnhelper.c: fix cref in instance_eval | ko1 | 2008-05-19 | 2 | -10/+46 |
* | * bootstraptest/test_knownbug.rb: fix a test. | ko1 | 2008-05-19 | 1 | -2/+2 |
* | add a test. | akr | 2008-05-19 | 1 | -0/+4 |
* | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 | 2008-05-19 | 5 | -122/+97 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 2 | -20/+19 |
* | add a test for [ruby-dev:34579]. | akr | 2008-05-12 | 1 | -0/+10 |
* | add a test for [ruby-dev:34646]. | akr | 2008-05-12 | 1 | -0/+7 |
* | * bootstraptest/runner.rb (main): leave -I options for purelib.rb | nobu | 2008-05-11 | 1 | -6/+6 |
* | * bootstraptest/runner.rb (main): handle relative path -r options. | nobu | 2008-05-11 | 1 | -1/+2 |