| Commit message (Expand) | Author | Age | Files | Lines |
* | fix previous change. | akr | 2007-06-14 | 1 | -1/+5 |
* | * eval_load.c (Init_load): delay allocating an array for rb_load_path | akr | 2007-06-14 | 1 | -2/+6 |
* | * compile.c: fixed indentation. | nobu | 2007-06-05 | 1 | -1/+1 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -2/+2 |
* | * thread_pthread.ci (thread_timer): must not be applied to trunk. | nobu | 2007-05-30 | 1 | -5/+0 |
* | * eval.c (thread_timer): timer thread should not receive any signals. | nobu | 2007-05-29 | 1 | -0/+5 |
* | * thread.c (mutex_try_lock): check and set owner thread. | ko1 | 2007-04-12 | 1 | -4/+6 |
* | * thread_pthread.ci (native_thread_create): initialize sleep_cond. | usa | 2007-04-10 | 1 | -1/+4 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 1 | -3/+3 |
* | * intern.h (rb_thread_blocking_region): add prototype. | nobu | 2007-02-24 | 1 | -0/+2 |
* | * thread_pthread.ci (native_mutex_lock): do not call | shugo | 2007-02-23 | 1 | -7/+2 |
* | just a minor change | tadf | 2007-02-19 | 1 | -4/+4 |
* | * thread_pthread.ci (native_thread_create): adjust 4KB (page size) | ko1 | 2007-02-14 | 1 | -1/+1 |
* | * thread_pthread.ci (native_thread_create): adjust 4KB (page size) | ko1 | 2007-02-14 | 1 | -2/+3 |
* | * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1): | ko1 | 2007-02-08 | 1 | -18/+71 |
* | * yarvcore.h, thread.c: fix to use pthread on cygwin. | ko1 | 2007-02-08 | 1 | -27/+33 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -20/+20 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -4/+7 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -21/+21 |
* | * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), | ko1 | 2007-01-07 | 1 | -8/+9 |
* | * thread_pthread.ci (native_sleep): fix tv_nsec overflow. | gotoyuzo | 2007-01-05 | 1 | -0/+4 |
* | * thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN. | ko1 | 2007-01-04 | 1 | -5/+2 |
* | * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN. | ko1 | 2007-01-04 | 1 | -3/+10 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+441 |