summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2017-03-26* thread.c (rb_thread_fd_close): unintentionally removed at r58094.usa
2017-03-26* thread.c (rb_thread_sleep_deadly_allow_spurious_wakeup): need tousa
2017-03-25merge revision(s) 57477,57478,57479,57492: [Backport #12405]usa
2017-03-25merge revision(s) 57595: [Backport #8996]usa
2017-03-25merge revision(s) 56125,56150: [Backport #12741]usa
2017-03-25merge revision(s) 57422: [Backport #13158]usa
2017-03-25merge revision(s) 57199,57202,57206,57224: [Backport #13076]usa
2016-12-27merge revision(s) 57020,57021: [Backport #13014]usa
2016-12-27merge revision(s) 56928: [Backport #12991]usa
2016-11-11merge revision(s) 53449: [Backport #11959]usa
2016-08-16merge revision(s) 55613: [Backport #12575]usa
2016-06-10merge revision(s) 55063: [Backport #12391]usa
2016-04-22merge revision(s) 54465: [Backport #12237]usa
2015-02-20merge revision(s) 49386:naruse
2015-02-06merge revision(s) 49428: [Backport #10694]naruse
2015-01-03merge revision(s) 49055: [Backport #10667]naruse
2014-12-24* hash.c (rb_hash_delete): return Qnil if there are no correspondingko1
2014-12-21thread.c: no allocation during GCnobu
2014-12-10thread.c: use the same method namenobu
2014-12-09thread.c: get rid of invalid ID symbolnobu
2014-12-06thread.c (do_select): rename parameters to avoid shadowingnormal
2014-12-01use 0 for reservednobu
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-10-10thread.c: fix for older gccnobu
2014-10-10ruby/ruby.h: eliminate disabled function callnobu
2014-10-07normalize reference to Timeout::Errornormal
2014-09-21* thread_pthread.c (native_set_thread_name): New function toakr
2014-09-11* vm.c (rb_vm_register_special_exception): make new function toko1
2014-07-30thread.c, vm_method.c: avoid inadvertent pin-downnobu
2014-07-30thread.c: fix indentnobu
2014-07-20thread.c: use RUBY_VM_CHECK_INTSnobu
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-06-13* vm_trace.c: clear and restore recursive checking thread local datako1
2014-06-11thread.c: fix for non-scalar pthread_tnobu
2014-06-11thread_pthread.c: timer thread flagnobu
2014-06-11thread.c: fix thread ID formatnobu
2014-05-31* thread.c (rb_thread_atfork_internal): My compiler complainsshyouhei
2014-05-29* vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings aboutusa
2014-05-28vm.c: remove rb_vm_living_threads_foreach functionnormal
2014-05-26thread.c: inspect locationnobu
2014-05-26thread.c: preserve encodingnobu
2014-05-14* ext/openssl/depend: remove dependency from internal headers.ko1
2014-05-10vm*: doubly-linked list from ccan to manage vm->living_threadsnormal
2014-05-10thread.c: always deliver signal immediatelynobu
2014-05-10thread.c: stop if forked in a sub-threadnobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-02-27adjust indent and stylenobu
2014-02-26* thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]zzak
2014-02-14* include/ruby/intern.h,akr