aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-1/+1
* * internal.h (TIMET_MAX_PLUS_ONE): Defined.akr2013-03-261-8/+12
* * internal.h: Define TIMET_MAX and TIMET_MIN here.akr2013-03-261-3/+0
* * thread.c (double2timeval): convert the infinity to TIME_MAX to avoidakr2013-03-261-3/+9
* thread.c: fix deadlocknobu2013-03-211-2/+3
* * thread.c (ruby_kill): added a few comments.kosaki2013-03-191-0/+4
* * thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki2013-03-191-0/+2
* * ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa2013-03-191-1/+1
* * internal.h: added a declaration of ruby_kill().kosaki2013-03-191-0/+23
* * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki2013-03-161-0/+13
* prefix global symbolsnobu2013-03-061-2/+2
* * thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadErrorzzak2013-02-271-101/+128
* * thread.c (rb_thread_wakeup): rdoc formattingzzak2013-02-271-3/+5
* thread.c (rb_thread_group): rdoc formattingzzak2013-02-271-2/+2
* * thread.c (thread_raise_m): rdoc formattingzzak2013-02-271-3/+3
* thread.c: remove unnecessary sentencenobu2013-02-251-3/+0
* * thread.c: Document Thread::new, clean up ::fork and mention callingzzak2013-02-251-4/+26
* * thread.c: Document ThreadGroup::Defaultzzak2013-02-241-0/+6
* * thread.c: Grammar for #backtrace_locations and ::handle_interruptzzak2013-02-241-3/+3
* * thread.c: Documentation for Thread#backtrace_locationszzak2013-02-231-2/+14
* * thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?zzak2013-02-231-38/+68
* Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>takano322013-01-101-1/+1
* * ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.usa2012-12-251-1/+1
* * bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa2012-12-251-5/+12
* add empty line for style.ko12012-12-251-0/+1
* * thread.c: rename methods:ko12012-12-231-120/+138
* thread.c: ignore result of blocking_region_beginnobu2012-12-231-1/+8
* * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika2012-12-221-2/+3
* style fix.kosaki2012-12-191-2/+0