| Commit message (Expand) | Author | Age | Files | Lines |
| * | revert r46667 and r46669 because they introduced SEGV on CentOS. | usa | 2014-07-03 | 1 | -65/+30 |
| * | * thread_pthread.c: fixed compile error on linux. | usa | 2014-07-03 | 1 | -0/+8 |
| * | merge revision(s) 44712,44715,44716,44722,44725,44726,44753: [Backport #9454]... | usa | 2014-07-03 | 1 | -30/+57 |
| * | merge revision(s) r44670,r44671,r44673,r44675: [Backport #8783] | nagachika | 2014-02-16 | 1 | -9/+8 |
| * | merge revision(s) 40498: | nagachika | 2013-05-01 | 1 | -0/+1 |
| * | merge revision(s) 40476: [Backport #8332] | nagachika | 2013-04-26 | 1 | -0/+1 |
| * | merge revision(s) 40102: [Backport #8234] | nagachika | 2013-04-19 | 1 | -21/+29 |
| * | merge revision(s) 40103: [Backport #8235] | nagachika | 2013-04-19 | 1 | -6/+3 |
| * | merge revision(s) 39772,39773: [Backport #8080] | nagachika | 2013-03-20 | 1 | -0/+3 |
| * | merge revision(s) 39679,39682,39683,39685,39686,39694: [Backport #7999] | nagachika | 2013-03-11 | 1 | -59/+116 |
| * | merge revision(s) 39680,39681: [Backport #8063] | nagachika | 2013-03-11 | 1 | -13/+12 |
| * | * thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS' | ko1 | 2013-01-23 | 1 | -0/+21 |
| * | * thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly when | kosaki | 2013-01-15 | 1 | -0/+1 |
| * | * configure.in (OBJCOPY): Fixes build error for NativeClient. | yugui | 2013-01-03 | 1 | -1/+1 |
| * | adjust style | nobu | 2012-12-29 | 1 | -1/+1 |
| * | * vm.c: support variable VM/Machine stack sizes. | ko1 | 2012-12-19 | 1 | -22/+19 |
| * | * thread_pthread.c (rb_reserved_fd_p): fix typo in macro check | kosaki | 2012-11-05 | 1 | -1/+1 |
| * | * thread_pthread.c (native_thread_init, native_thread_destroy): | kosaki | 2012-11-05 | 1 | -4/+0 |
| * | thread_pthread.c: RUBY_STACK_MIN | nobu | 2012-11-01 | 1 | -8/+8 |
| * | thread_pthread.c: precise stack size | nobu | 2012-10-04 | 1 | -2/+10 |
| * | * thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number. | nobu | 2012-10-04 | 1 | -19/+21 |
| * | thread_pthread.c: init stack with ulimit | nobu | 2012-10-03 | 1 | -1/+11 |
| * | * thread_pthread.c (native_cond_initialize): destroy condattr | kosaki | 2012-09-20 | 1 | -0/+1 |
| * | * thread_pthread.c (native_cond_initialize): clean up #ifdef condition. | kosaki | 2012-09-20 | 1 | -4/+3 |
| * | adjust style | nobu | 2012-09-04 | 1 | -1/+2 |
| * | thread_pthread.c: STACK_GROW_DIR_DETECTION | nobu | 2012-07-21 | 1 | -0/+1 |
| * | * thread_pthread.c: use #ifdef, not #if. | naruse | 2012-07-19 | 1 | -2/+2 |
| * | * thread_pthread.c (register_cached_thread_and_wait): | ko1 | 2012-06-26 | 1 | -2/+8 |
| * | * eval.c: Add doxygen comments. | yugui | 2012-06-14 | 1 | -0/+4 |
| * | * thread_pthread.c (get_stack): Linux is the only OS which includes | naruse | 2012-06-13 | 1 | -15/+12 |
| * | thread_pthread.c: suppress warning | nobu | 2012-06-13 | 1 | -0/+2 |
| * | * thread_pthread.c (rb_thread_create_timer_thread): assign return | naruse | 2012-06-10 | 1 | -1/+2 |
| * | * thread_pthread.c (native_cond_initialize): fix typo in r36022. | naruse | 2012-06-10 | 1 | -1/+1 |
| * | Fixes threading on NativeClient. | yugui | 2012-06-10 | 1 | -65/+132 |
| * | gc.h: IS_STACK_DIR_UPPER | nobu | 2012-06-10 | 1 | -1/+1 |
| * | thread_pthread.c: adjust stack size | nobu | 2012-06-10 | 1 | -8/+6 |
| * | thread_pthread.c: adjust stack size | nobu | 2012-06-10 | 1 | -2/+3 |
| * | thread_pthread.c: use stack info | nobu | 2012-06-08 | 1 | -2/+2 |
| * | * thread_pthread.c (rb_thread_create_timer_thread): Added error | kosaki | 2012-05-18 | 1 | -4/+8 |
| * | fix NaCl support | nobu | 2012-05-17 | 1 | -2/+2 |
| * | * thread.c, thread_pthread.c: Moved pthread-specific preprocessor | yugui | 2012-05-17 | 1 | -1/+5 |
| * | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -0/+19 |
| * | * thread_pthread.c: add prototype declarations for older Mac OS X. | nobu | 2012-04-10 | 1 | -0/+2 |
| * | * adjust style. | nobu | 2012-03-15 | 1 | -1/+2 |
| * | * thread_pthread.c (native_cond_timeout): cast explicitly to suppress | nobu | 2012-03-02 | 1 | -1/+1 |
| * | * thread_pthread.c (ping_signal_thread_list): remove return value. | nagachika | 2011-12-22 | 1 | -6/+13 |
| * | * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread() | naruse | 2011-12-14 | 1 | -2/+3 |
| * | * thread_pthread.c (rb_thread_create_timer_thread): fix memory | okkez | 2011-12-13 | 1 | -0/+1 |
| * | * thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only if | nagachika | 2011-12-01 | 1 | -1/+1 |
| * | * configure.in: add sys/prctl.h test. | kosaki | 2011-11-30 | 1 | -0/+7 |