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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
thread
Age
Commit message (
Expand
)
Author
2016-04-30
ext/thread: remove
nobu
2015-12-16
handle ext/ as r53141
naruse
2015-08-21
* ext/thread/thread.c: move definitions of Queue, SizedQueue
ko1
2015-02-27
thread.c: refine enums
nobu
2014-11-07
thread.c: no function callsin RARRAY_LEN
nobu
2014-08-19
thread.c: check initialized
nobu
2014-07-19
* ext/thread/thread.c: added nodoc attribute into
hsbt
2014-07-17
thread/thread.c: simplify
nobu
2014-07-17
thread/thread.c: non-blocking push on SizedQueue
nobu
2014-03-26
thread.c: undumpable
nobu
2014-02-05
ext/thread: SizedQueue#max= wakes up waiters properly
normal
2014-01-22
thread/thread.c: no dup
nobu
2014-01-14
* ext/thread/thread.c (rb_szqueue_clear): notify SZQUEUE_WAITERS
glass
2014-01-13
* ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERS
charliesome
2013-12-09
* ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc.
ktsj
2013-11-13
* ext/thread/thread.c: [DOC] This patch accomplishes the following:
zzak
2013-10-02
* ext/thread/thread.c (ALIAS_GLOBAL_CONST): fix typo, GLOBCAL.
nobu
2013-10-02
* ext/thread/thread.c (Init_thread): move outer module condition.
nobu
2013-09-07
thread.c: invert
nobu
2013-09-07
thread.c: function cast
nobu
2013-09-06
* common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't
glass