aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-4/+4
* adjust indent and stylenobu2014-02-271-2/+4
* * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]zzak2014-02-261-1/+1
* * include/ruby/intern.h,akr2014-02-141-121/+1
* vm_core.h: rb_thread_struct::machinenobu2014-01-281-7/+7
* thread.c: reduce tags and stacknobu2013-12-131-15/+15
* thread.c: compare_by_idnobu2013-12-061-2/+12
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* ruby/ruby.h: add blockarg to rb_block_call_funcnobu2013-11-291-2/+3
* * thread_pthread.c (thread_create_core): Ditto.akr2013-11-161-1/+1
* * thread.c: [DOC] Remove duplicate referencezzak2013-11-091-2/+0
* * thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 byteskosaki2013-10-311-1/+1
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+3
* * thread.c (rb_thread_terminate_all): add a comment why we needkosaki2013-10-241-0/+5
* * thread.c (rb_thread_terminate_all): add a comment why infinitekosaki2013-10-241-0/+4
* * vm_trace.c: exterminate Zombies.ko12013-10-221-4/+4
* vm_trace.c: fix infinite hooknobu2013-10-101-17/+21
* compar.c: fail if recursionnobu2013-10-091-0/+12
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-6/+26
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-3/+3
* * thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki2013-09-101-5/+0
* * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass2013-09-061-1/+1
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-25/+0
* * thread.c (rb_threadptr_pending_interrupt_check_mask):ko12013-08-081-2/+2
* * thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead ofko12013-08-071-1/+1
* * thread_(pthread|win32).h: rename rb_thread_cond_t toko12013-07-231-1/+1
* * thread_native.h: added.ko12013-07-231-5/+17
* * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lockzzak2013-07-151-0/+3
* internal.h: use built-in encoding indexesnobu2013-07-021-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-8/+0
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-1/+1
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-4/+4
* * hash.c (rb_hash_tbl_raw), internal.h: added.ko12013-05-261-1/+1
* fix typos. Patch by k_takata.ktsj2013-05-191-7/+7
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-1/+1
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-9/+9
* thread.c: id localsnobu2013-05-021-4/+6
* Add comments.akr2013-04-291-0/+4
* * thread.c: fix typos and documentationeregon2013-04-271-23/+23
* * internal.h (SIGNED_INTEGER_TYPE_P): New macro.akr2013-04-271-4/+2
* * thread.c (TIMEVAL_SEC_MAX, TIMEVAL_SEC_MIN): Consider environments,akr2013-04-271-3/+13
* thread.c: fix overflow on Windowsnobu2013-04-171-11/+12
* * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr2013-04-091-3/+10
* Fix documentation by @jc00ke [fix GH-278]hsbt2013-04-091-2/+2
* thread.c: no allocate before deletingnobu2013-04-051-3/+4
* thread.c: avoid inadvertent symbol creationnobu2013-04-041-7/+14
* thread.c: error messagenobu2013-04-041-1/+1
* thread.c: TYPEOF_TIMEVAL_TV_SECnobu2013-03-301-5/+16
* timev.h: move time_t stuffsnobu2013-03-301-0/+1
* thread.c: format specifiers for time_tnobu2013-03-301-3/+3