| Commit message (Expand) | Author | Age | Files | Lines |
* | * bootstraptest/test_thread.rb: ignore some exceptions. | usa | 2008-10-28 | 1 | -1/+5 |
* | * bootstraptest/test_thread.rb: add a test. | ko1 | 2008-08-31 | 1 | -0/+4 |
* | 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 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -0/+53 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -0/+34 |
* | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 | 2008-05-19 | 1 | -0/+22 |
* | * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS | akr | 2008-05-08 | 1 | -0/+12 |
* | * thread.c (rb_thread_stop_timer_thread): should clear | matz | 2008-04-22 | 1 | -0/+5 |
* | * thread.c (thread_join): remove the current thread from the join list | nobu | 2008-04-22 | 1 | -0/+16 |
* | * compile.c, compile.h: fix stack pointer issues. | ko1 | 2008-01-25 | 1 | -0/+1 |
* | * bootstraptest/test_{knownbug,thread}.rb: support fork-less platform. | usa | 2008-01-23 | 1 | -4/+8 |
* | * thread.c (thread_create_core): set thread group before creating | nobu | 2008-01-18 | 1 | -0/+7 |
* | * thread.c: clear thread structure. | ko1 | 2008-01-14 | 1 | -0/+8 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -1/+11 |
* | * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498] | matz | 2007-12-09 | 1 | -3/+3 |
* | * thread.c (rb_thread_raise): check if target thread is | ko1 | 2007-08-12 | 1 | -0/+14 |
* | * bootstraptest/runner.rb: fix to show file name. | ko1 | 2007-06-27 | 1 | -0/+171 |