summaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test_fork.rb: no need to test if fork(2) is not implemented.usa2009-02-261-5/+8
* * test_thread.rb: broken test.usa2009-02-261-1/+1
* * bootstraptest/test_thread.rb: fix for environment where fork is notmame2009-02-231-3/+7
* * thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame2009-02-231-0/+12
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-0/+11
* * bootstraptest/runner.rb: Use RUBY_DESCRIPTION if defined.knu2009-02-181-2/+7
* * bootstraptest/test_fork.rb: test for [ruby-core:22158]nobu2009-02-181-0/+9
* * compile.c: fix to add "ensure" codes across "while" clauseko12009-02-161-2/+15
* * insns.def (defineclass): try to autoload const to be overridden.nobu2009-02-121-0/+9
* * bootstraptest/runner.rb: refine success message.akr2009-02-041-1/+5
* reduce test time.akr2009-02-021-1/+2
* * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu2009-01-311-0/+8
* * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko12009-01-151-0/+14
* * bootstraptest/test_proc.rb: suppress error message.mame2009-01-021-0/+3
* * eval.c (get_errinfo): return th->errinfo valueko12008-12-271-0/+8
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-0/+13
* * vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko12008-12-251-0/+37
* * proc.c (proc_new): should use proc_dup() if block has Proc.ko12008-12-251-0/+24
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-241-0/+19
* * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu2008-12-151-0/+18
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-041-0/+9
* * bootstraptest/test_thread.rb: ignore some exceptions.usa2008-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