aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_method.rb: fix last commit.ko12010-09-211-1/+1
* bootstraptest/test_method.rb: add a test for [ruby-core:30534].ko12010-09-211-0/+5
* * bootstraptest/test_class.rb: add a test for [ruby-core:30843].mame2010-06-271-0/+7
* * iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame2010-05-191-0/+10
* * vm_eval.c (eval_string_with_cref): propagative filename and line_nomame2010-05-091-1/+1
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-091-0/+24
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+14
* * bootstraptest/test_io.rb (megacontent-copy_stream): get rid ofnobu2010-05-051-5/+7
* * insns.def (onceinlinecache): add exclusion control for a regionmame2010-04-271-0/+9
* * bootstraptest/test_thread.rb: fix test. [Bug #2342]mame2010-04-221-2/+2
* * parse.y (parser_yylex): reverted r27388 due to backwardnobu2010-04-211-3/+0
* * compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction tomame2010-04-201-0/+11
* * bootstraptest/test_fork.rb: add a test for [ruby-core:28924].mame2010-04-191-0/+21
* * parse.y (parser_yylex): seems like a symbol-literal when spacesnobu2010-04-181-0/+3
* * parse.y (string_content): preserve cond_stack and cmdarg_stack.nobu2010-04-181-0/+6
* * bootstraptest/test_io.rb: reduced megacontent test.nobu2010-04-181-1/+1
* * bootstraptest/runner.rb (assert_normal_exit): add :timeout option.akr2010-02-171-5/+24
* * vm.c (vm_exec): reset thread state before starting vm loop.nobu2010-02-091-0/+21
* * bootstraptest/runner.rb: sort test files.akr2010-02-071-2/+2
* * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame2010-01-311-0/+12
* * bootstraptest/test_thread.rb: please please please remember that there areusa2009-12-111-1/+5
* * thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu2009-12-101-1/+5
* * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu2009-12-091-0/+7
* fixed tests.shugo2009-12-041-1/+1
* * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu2009-11-301-0/+41
* * bootsraptest/test_io.rb: skip the test of io/nonblock on Windows.usa2009-11-251-1/+2
* * bootstraptest/test_thread.rb: propagate the exception within a thread tousa2009-11-241-1/+6
* * test_thread.rb: DO NOT USE FORK WITHOUT RESCUE.usa2009-11-191-5/+8
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-181-0/+19
* * thread.c (thread_cleanup_func): delete locking_mutex when threadmame2009-11-151-0/+23
* * bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]nobu2009-10-161-0/+34
* * tool/instruction.rb (make_header_prepare_stack): check stacknobu2009-09-231-0/+11
* * bootstraptest/test_thread.rb: just check for normal exit.nobu2009-09-111-3/+3
* * parse.y (literal_concat_gen): concat body from dstr instead ofnobu2009-09-031-0/+8
* * vm.c (collect_local_variables_in_env): skips internal variables.nobu2009-08-261-1/+10
* * bootstraptest/runner.rb (main): "usage" description updated.akr2009-08-231-1/+1
* * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr2009-08-231-2/+16
* * bootstraptest/test_exception.rb: test for [ruby-core:24767].nobu2009-08-051-1/+13
* * bootstraptest/runner.rb: forgot shebang line.nobu2009-08-031-0/+1
* * bootstraptest/runner.rb: got rid of using /bin/sh.nobu2009-08-031-3/+1
* * bootstraptest/runner.rb: made executable.nobu2009-08-021-0/+3
* * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980]nobu2009-08-021-0/+5
* * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled asmame2009-07-301-0/+3
* * compile.c (iseq_compile_each): fix stack consistency error.mame2009-07-301-0/+10
* * bootstraptest/test_io.rb: block write may block for long time.matz2009-07-211-13/+16
* fix tests for load_path.akr2009-06-222-2/+2
* * thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko12009-06-071-0/+6
* * variable.c (rb_autoload_load): checks if iv_tbl is valid.nobu2009-05-151-0/+6
* * bootstraptest/test_io.rb: test for [ruby-dev:38131].nobu2009-04-261-0/+6
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-271-0/+12