summaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* merges r25967, r25968 and r25969 from trunk into ruby_1_9_1. fixes a backport...yugui2009-12-051-0/+46
* merges r24659 from trunk into ruby_1_9_1.yugui2009-10-281-1/+10
* merges r24404 from trunk into ruby_1_9_1.yugui2009-08-081-1/+13
* merges r24332 and r24333 from trunk into ruby_1_9_1.yugui2009-08-081-0/+3
* merges r24323 from trunk into ruby_1_9_1.yugui2009-08-081-0/+10
* merges r23431 from trunk into ruby_1_9_1.yugui2009-05-221-0/+6
* merges r23288 from trunk into ruby_1_9_1.yugui2009-05-111-0/+6
* merges r22655,r22658,r22660 and r22661 from trunk into ruby_1_9_1.yugui2009-03-041-0/+12
* merges r22577, r22578 and r22642 from trunk into ruby_1_9_1.yugui2009-03-031-0/+16
* merges r22494 and r22495 from trunk into ruby_1_9_1.yugui2009-02-221-0/+11
* merges r22363 from trunk into ruby_1_9_1.yugui2009-02-221-2/+15
* merges r21925 from trunk into ruby_1_9_1.yugui2009-02-021-0/+8
* merges r21536 from trunk into ruby_1_9_1.yugui2009-01-151-0/+14
* merges r21086 from trunk into ruby_1_9_1.yugui2008-12-281-0/+8
* merges r21079 from trunk into ruby_1_9_1.yugui2008-12-271-0/+13
* merges r20981 and r20985 from trunk into ruby_1_9_1.yugui2008-12-251-0/+37
* merges r20980 from trunk into ruby_1_9_1.yugui2008-12-251-0/+24
* merges r20967 from trunk into ruby_1_9_1.yugui2008-12-251-0/+19
* merges r20748 from trunk into ruby_1_9_1.yugui2008-12-171-0/+18
* merges r20531 from trunk into ruby_1_9_1.yugui2008-12-051-0/+9
* merged r19973 from trunk into ruby_1_9_1.yugui2008-10-281-1/+5
* * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko12008-10-211-0/+15
* * bootstraptest/test_thread.rb: add a test.ko12008-08-311-0/+4
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-291-0/+11
* * bootstraptest/test_io.rb: no need to create real file.usa2008-08-281-1/+1
* * gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizersnobu2008-08-061-0/+8
* * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytesnaruse2008-07-271-2/+3
* * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu2008-07-112-12/+36
* add ML ref.akr2008-07-101-1/+1
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-101-0/+6
* * string.c (str_gsub): should preserve last successful matchmatz2008-06-191-1/+0
* * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.ko12008-06-191-0/+7
* * proc.c (proc_new): fix to return Proc object if block is alreadyko12008-06-191-0/+17
* * vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko12008-06-192-0/+31
* * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug.ko12008-06-171-0/+15
* * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko12008-06-171-0/+88
* * eval.c (rb_f_block_given_p): fix to skip class frame.ko12008-06-151-0/+31
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-0/+53
* * bootstraptest/runner.rb (assert_normal_exit): hide stderr outputakr2008-06-111-3/+18
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-104-0/+66
* * bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.ko12008-06-091-107/+0
* * bootstraptest/pending.rb: move/remove solved issues.ko12008-06-082-123/+13
* add a test for [ruby-dev:34679].akr2008-05-241-0/+5
* * compile.c (get_destination_insn, get_next_insn, get_prev_insn):mame2008-05-221-0/+11
* add a test for Array#compact!.akr2008-05-221-0/+6
* * bootstraptest/test_eval.rb: fix syntax.ko12008-05-211-2/+2
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-192-10/+46
* * bootstraptest/test_knownbug.rb: fix a test.ko12008-05-191-2/+2
* add a test.akr2008-05-191-0/+4
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-195-122/+97