| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 44670,44671,44675: [Backport #8783] | usa | 2014-02-14 | 1 | -9/+8 |
* | merge revision(s) 39772,39773,39774,39775,39777,39779,39781,39783: [Backport ... | usa | 2013-03-28 | 1 | -0/+3 |
* | merge revision(s) 38819: [Backport #7693] | usa | 2013-01-15 | 1 | -0/+1 |
* | * thread_pthread.c (native_cond_initialize): destroy condattr | kosaki | 2012-09-20 | 1 | -0/+1 |
* | merge revision(s) 35978,36013,36014,36015,36052,36076,36487: [Backport #6898] | naruse | 2012-08-23 | 1 | -22/+21 |
* | merge revision(s) 34033: [Backport #5996] | naruse | 2012-02-10 | 1 | -0/+1 |
* | * removed trailing spaces. | nobu | 2012-02-07 | 1 | -3/+3 |
* | merge revision(s) r34038,34099: | naruse | 2012-02-03 | 1 | -8/+16 |
* | merge revision(s) 33693: | kosaki | 2012-01-03 | 1 | -9/+5 |
* | merge revision(s) 33307: | kosaki | 2011-09-22 | 1 | -0/+1 |
* | Merge commit r32846: | mrkn | 2011-08-05 | 1 | -7/+23 |
* | * backport r32579, r32581, r32587 by akr and r32588 by kazu. | akr | 2011-07-20 | 1 | -0/+2 |
* | thread_pthread.c (get_stack): need to adjust stack addr for | kanemoto | 2011-07-11 | 1 | -0/+1 |
* | * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of | kosaki | 2011-07-10 | 1 | -3/+3 |
* | * thread_pthread.c (gvl_destroy): fix cond_t leak. | kosaki | 2011-07-08 | 1 | -0/+3 |
* | * thread_pthread.c (native_sleep): cut the waiting time up to | mame | 2011-07-04 | 1 | -0/+13 |
* | * thread_pthread.c (get_stack): For NetBSD/FreeBSD, use | kosaki | 2011-07-04 | 1 | -1/+6 |
* | comment fix. | kosaki | 2011-07-04 | 1 | -1/+1 |
* | * thread_pthread.c (thread_start_func_1): suppress an unused variable. | nobu | 2011-07-04 | 1 | -0/+2 |
* | * thread_pthread.c (get_stack): the return address of get_stack | naruse | 2011-07-03 | 1 | -3/+9 |
* | * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p, | ko1 | 2011-07-03 | 1 | -0/+12 |
* | * thread_pthread.c (get_stack): pthread_attr_getstack() doesn't | kosaki | 2011-07-02 | 1 | -8/+13 |
* | * thread_pthread.c (get_stack): add to a care of gurad page on Mac | kosaki | 2011-07-02 | 1 | -7/+9 |
* | * error.c, thread_pthread.c (WRITE_CONST): suppress warnings | nobu | 2011-06-30 | 1 | -1/+1 |
* | * thread_pthread.c (thread_timer): ignore unknown errno. | ko1 | 2011-06-30 | 1 | -6/+9 |
* | * thread_pthread.c (ping_signal_thread_list, thread_timer): | ko1 | 2011-06-30 | 1 | -4/+10 |
* | * thread_pthread.c (rb_thread_create_timer_thread): allocate | ko1 | 2011-06-30 | 1 | -2/+12 |
* | * thread_pthread.c (native_stop_timer_thread): skip to close | ko1 | 2011-06-28 | 1 | -3/+6 |
* | * error.c (rb_async_bug_errno): async-safe bug report function. | ko1 | 2011-06-28 | 1 | -7/+11 |
* | * thread_pthread.c (consume_communication_pipe): | ko1 | 2011-06-28 | 1 | -7/+5 |
* | Temporary hack for SIGILL of miniruby on FreeBSD. | naruse | 2011-06-27 | 1 | -0/+4 |
* | * thread_pthread.c (consume_communication_pipe): don't use C99 | kosaki | 2011-06-27 | 1 | -1/+1 |
* | * thread_pthread.c (consume_communication_pipe): change return | kosaki | 2011-06-27 | 1 | -3/+2 |
* | * thread_pthread.c: s/__gvl_acquire/gvl_acquire_common/ and | kosaki | 2011-06-27 | 1 | -6/+6 |
* | Addtitional fix for previous commit. | naruse | 2011-06-27 | 1 | -3/+2 |
* | * thread_pthread.c (rb_thread_create_timer_thread): | naruse | 2011-06-27 | 1 | -2/+2 |
* | * thread_pthread.c (rb_thread_create_timer_thread): | ko1 | 2011-06-27 | 1 | -0/+1 |
* | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 | 2011-06-27 | 1 | -39/+171 |
* | * thread_pthread.c (thread_timer): rename timeout_10ms to | kosaki | 2011-06-20 | 1 | -5/+5 |
* | * thread_pthread.c: remove GVL_DEBUG | kosaki | 2011-06-18 | 1 | -7/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -2/+0 |
* | * thread_pthread.c, thread_pthread.h: remove unused variables. | ko1 | 2011-06-16 | 1 | -2/+0 |
* | * thread_pthread.c (native_thread_create): fix debug message. | ko1 | 2011-06-16 | 1 | -1/+1 |
* | * fix for build on solaris 10. | nobu | 2011-06-16 | 1 | -0/+3 |
* | * thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpus | kosaki | 2011-06-14 | 1 | -6/+17 |
* | * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally. | kosaki | 2011-06-13 | 1 | -1/+0 |
* | * thread_pthread.c: rewrite GVL completely. | kosaki | 2011-06-13 | 1 | -67/+56 |
* | * thread_pthread.c (native_cond_timeout): wrap conditinally used label. | nobu | 2011-06-11 | 1 | -1/+2 |
* | * thread_pthread.c (thread_timer): add to care a spurious wakeup. | kosaki | 2011-06-05 | 1 | -9/+15 |
* | * thread_pthread.c (native_sleep): fix 1000times calculation error. | kosaki | 2011-06-01 | 1 | -1/+1 |