summaryrefslogtreecommitdiff
path: root/thread_pthread.c
AgeCommit message (Expand)Author
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-04-27* thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr
2013-04-26* thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr
2013-04-04* thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREADyugui
2013-04-04* thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.yugui
2013-03-30timev.h: move time_t stuffsnobu
2013-03-27thread_pthread.c: poll.h is already includednobu
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-03-15* thread_pthread.c (numberof): renamed from ARRAY_SIZE() becausekosaki
2013-03-10* thread_pthread.c (ARRAY_SIZE): new.kosaki
2013-03-10* thread_pthread.c (rb_thread_wakeup_timer_thread_fd): add fdkosaki
2013-03-10* thread_pthread.c (ubf_select): add to small comments why wekosaki
2013-03-10* thread_pthread.c (rb_thread_create_timer_thread): factor outkosaki
2013-03-10* thread_pthread.c (consume_communication_pipe): retry whenkosaki
2013-03-10* thread_pthread.c (timer_thread_sleep): use poll() instead ofkosaki
2013-03-10* thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accuratekosaki
2013-03-10* thread_pthread.c (set_nonblock): new helper function for set O_NONBLOCK.kosaki
2013-01-23* thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS'ko1
2013-01-15* thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly whenkosaki
2013-01-03* configure.in (OBJCOPY): Fixes build error for NativeClient.yugui
2012-12-29adjust stylenobu
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-11-05* thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki
2012-11-05* thread_pthread.c (native_thread_init, native_thread_destroy):kosaki
2012-11-01thread_pthread.c: RUBY_STACK_MINnobu
2012-10-04thread_pthread.c: precise stack sizenobu
2012-10-04* thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number.nobu
2012-10-03thread_pthread.c: init stack with ulimitnobu
2012-09-20* thread_pthread.c (native_cond_initialize): destroy condattrkosaki
2012-09-20* thread_pthread.c (native_cond_initialize): clean up #ifdef condition.kosaki
2012-09-04adjust stylenobu
2012-07-21thread_pthread.c: STACK_GROW_DIR_DETECTIONnobu
2012-07-19* thread_pthread.c: use #ifdef, not #if.naruse
2012-06-26* thread_pthread.c (register_cached_thread_and_wait):ko1
2012-06-14* eval.c: Add doxygen comments.yugui
2012-06-13* thread_pthread.c (get_stack): Linux is the only OS which includesnaruse
2012-06-13thread_pthread.c: suppress warningnobu
2012-06-10* thread_pthread.c (rb_thread_create_timer_thread): assign returnnaruse
2012-06-10* thread_pthread.c (native_cond_initialize): fix typo in r36022.naruse
2012-06-10Fixes threading on NativeClient.yugui
2012-06-10gc.h: IS_STACK_DIR_UPPERnobu
2012-06-10thread_pthread.c: adjust stack sizenobu
2012-06-10thread_pthread.c: adjust stack sizenobu
2012-06-08thread_pthread.c: use stack infonobu
2012-05-18* thread_pthread.c (rb_thread_create_timer_thread): Added errorkosaki
2012-05-17fix NaCl supportnobu
2012-05-17* thread.c, thread_pthread.c: Moved pthread-specific preprocessoryugui
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-10* thread_pthread.c: add prototype declarations for older Mac OS X.nobu