summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2013-07-23* thread_(pthread|win32).h: rename rb_thread_cond_t toko1
2013-07-23* thread_native.h: added.ko1
2013-07-15* thread.c (mutex_sleep): [DOC] Awake thread will reacquire lockzzak
2013-07-02internal.h: use built-in encoding indexesnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-02thread.c: id localsnobu
2013-04-29Add comments.akr
2013-04-27* thread.c: fix typos and documentationeregon
2013-04-27* internal.h (SIGNED_INTEGER_TYPE_P): New macro.akr
2013-04-27* thread.c (TIMEVAL_SEC_MAX, TIMEVAL_SEC_MIN): Consider environments,akr
2013-04-17thread.c: fix overflow on Windowsnobu
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-09Fix documentation by @jc00ke [fix GH-278]hsbt
2013-04-05thread.c: no allocate before deletingnobu
2013-04-04thread.c: avoid inadvertent symbol creationnobu
2013-04-04thread.c: error messagenobu
2013-03-30thread.c: TYPEOF_TIMEVAL_TV_SECnobu
2013-03-30timev.h: move time_t stuffsnobu
2013-03-30thread.c: format specifiers for time_tnobu
2013-03-29thread.c: Mutex#synchronize no block paramsnobu
2013-03-26* internal.h (TIMET_MAX_PLUS_ONE): Defined.akr
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-26* thread.c (double2timeval): convert the infinity to TIME_MAX to avoidakr
2013-03-21thread.c: fix deadlocknobu
2013-03-19* thread.c (ruby_kill): added a few comments.kosaki
2013-03-19* thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki
2013-03-19* ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa
2013-03-19* internal.h: added a declaration of ruby_kill().kosaki
2013-03-16* thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki
2013-03-06prefix global symbolsnobu
2013-02-27* thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadErrorzzak
2013-02-27* thread.c (rb_thread_wakeup): rdoc formattingzzak
2013-02-27 thread.c (rb_thread_group): rdoc formattingzzak
2013-02-27* thread.c (thread_raise_m): rdoc formattingzzak
2013-02-25thread.c: remove unnecessary sentencenobu
2013-02-25* thread.c: Document Thread::new, clean up ::fork and mention callingzzak
2013-02-24* thread.c: Document ThreadGroup::Defaultzzak
2013-02-24* thread.c: Grammar for #backtrace_locations and ::handle_interruptzzak
2013-02-23* thread.c: Documentation for Thread#backtrace_locationszzak
2013-02-23* thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?zzak
2013-01-10Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>takano32
2012-12-25* ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.usa
2012-12-25* bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa
2012-12-25add empty line for style.ko1