aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* remove p.akr2007-12-261-1/+1
* * bootstraptest/pending.rb: add pending issue.ko12007-12-251-0/+19
* * compile.c (iseq_compile_each): fix stack consistency errorko12007-12-252-27/+37
* * io.c (appendline): move RS comparison to rb_io_getline_1().matz2007-12-252-10/+10
* add tests reported by Yusuke ENDOH.akr2007-12-251-0/+24
* add a test.akr2007-12-251-0/+10
* * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko12007-12-251-1/+11
* * compile.c (iseq_compile_each): fix stack consistency error.ko12007-12-251-0/+22
* * vm.c: check frame is FINAL when creating env.ko12007-12-251-0/+40
* * bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test.ko12007-12-242-6/+8
* add a test.akr2007-12-241-0/+6
* * compile.c (iseq_compile_each): fix stack consistency bug.ko12007-12-241-0/+9
* * compile.c (iseq_compile_each): add a "pop" insn after breakko12007-12-242-9/+19
* add a test for [ruby-core:14385] reported by Frederick Cheung.akr2007-12-241-0/+9
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-242-16/+15
* move the test for [ruby-core:14288].akr2007-12-231-8/+0
* add a test for [ruby-dev:32048].akr2007-12-231-0/+16
* * string.c (sym_call): use exact argument array interface.nobu2007-12-232-7/+10
* add a test for [ruby-core:14288].akr2007-12-231-1/+9
* add a test for [ruby-core:14279].akr2007-12-231-0/+6
* * bootstraptest/test_objectspace.rb: fix condition.ko12007-12-221-1/+1
* * bootstraptest/test_objectspace.rb: skip flozen string.ko12007-12-221-1/+1
* * bootstraptest/test_fork.rb: skip if fork is not unsupported.ko12007-12-212-17/+24
* * io.c: write() should be in blocking region.ko12007-12-212-15/+16
* * bootstraptest/pending.rb: renamed from featurebug.rb.ko12007-12-212-12/+12
* * bootstraptest/featurebug.rb: added.ko12007-12-212-7/+6
* * thread.c (rb_thread_atfork): fix to mark thread object.ko12007-12-212-7/+6
* add test for [ruby-dev:32566].akr2007-12-211-0/+15
* illegal -> invalid.akr2007-12-211-1/+1
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-202-21/+25
* * insnhelper.ci (vm_expandarray): fix sp increase place.ko12007-12-202-1/+16
* * bootstraptest/test_syntax.rb: add a test.ko12007-12-201-0/+16
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-192-4/+3
* * compile.c (iseq_compile_each): should handle upper level eval iseqnobu2007-12-191-4/+9
* * bootstraptest/test_m17n.rb: set properties.nobu2007-12-191-200/+200
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-191-8/+8
* * bootstraptest/test_knownbug.rb, test_block.rb:ko12007-12-193-221/+217
* * eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko12007-12-192-17/+17
* * compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]nobu2007-12-182-4/+5
* * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko12007-12-181-0/+15
* * bootstraptest/test_knownbug.rb: add issues.ko12007-12-181-0/+17
* more tests.akr2007-12-181-0/+6
* more tests.akr2007-12-171-0/+7
* * string.c (rb_str_index): check if substring is broken.matz2007-12-171-4/+4
* more tests.akr2007-12-161-0/+61
* add test for [ruby-dev:32608].akr2007-12-151-0/+17
* use Enumerator for reproduce [ruby-dev:32604].akr2007-12-151-3/+2
* add test for [ruby-dev:32604].akr2007-12-141-0/+8
* * string.c (rb_str_succ): should not enter infinite loop formatz2007-12-131-2/+2
* * string.c (str_gsub): should copy encoding to the result.matz2007-12-131-1/+1