index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
2013-04-17
thread.c: fix overflow on Windows
nobu
2013-04-09
* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.
akr
2013-04-09
Fix documentation by @jc00ke [fix GH-278]
hsbt
2013-04-05
thread.c: no allocate before deleting
nobu
2013-04-04
thread.c: avoid inadvertent symbol creation
nobu
2013-04-04
thread.c: error message
nobu
2013-03-30
thread.c: TYPEOF_TIMEVAL_TV_SEC
nobu
2013-03-30
timev.h: move time_t stuffs
nobu
2013-03-30
thread.c: format specifiers for time_t
nobu
2013-03-29
thread.c: Mutex#synchronize no block params
nobu
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 avoid
akr
2013-03-21
thread.c: fix deadlock
nobu
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-06
prefix global symbols
nobu
2013-02-27
* thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadError
zzak
2013-02-27
* thread.c (rb_thread_wakeup): rdoc formatting
zzak
2013-02-27
thread.c (rb_thread_group): rdoc formatting
zzak
2013-02-27
* thread.c (thread_raise_m): rdoc formatting
zzak
2013-02-25
thread.c: remove unnecessary sentence
nobu
2013-02-25
* thread.c: Document Thread::new, clean up ::fork and mention calling
zzak
2013-02-24
* thread.c: Document ThreadGroup::Default
zzak
2013-02-24
* thread.c: Grammar for #backtrace_locations and ::handle_interrupt
zzak
2013-02-23
* thread.c: Documentation for Thread#backtrace_locations
zzak
2013-02-23
* thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?
zzak
2013-01-10
Thu 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-25
add empty line for style.
ko1
2012-12-23
* thread.c: rename methods:
ko1
2012-12-23
thread.c: ignore result of blocking_region_begin
nobu
2012-12-22
* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,
nagachika
2012-12-19
style fix.
kosaki
2012-12-18
* thread.c (rb_thread_wait_fd_rw): fix infinite loop bug.
kosaki
2012-12-15
* parse.y (yycompile0): adjust indent.
nobu
2012-12-15
* thread.c (rb_mutex_owned_p): remove static.
kosaki
2012-12-15
* thread.c (rb_thread_wait_fd_rw): remove silly rb_thread_alone()
kosaki
2012-12-15
thread.c: revert r38382 but deprecate rb_thread_polling()
nobu
2012-12-14
* file.c (rb_file_flock): use rb_thread_wait_for() instead of
kosaki
2012-12-05
* thread.c (rb_uninterruptible): helper function for providing
kosaki
2012-12-05
* thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...
tarui
2012-12-04
* vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.
tarui
2012-12-04
supress warning
kosaki
2012-12-04
supress warning
kosaki
2012-12-04
* thread.c (rb_mutex_owned_p): new method that return current
kosaki
[next]