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
/
test
/
thread
Age
Commit message (
Expand
)
Author
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-05-09
test/thread: relax internal implementation check in error message
normal
2017-02-01
test_queue.rb: fix portability
nobu
2017-01-31
allow Queue operation in trap.
ko1
2016-11-15
Fix regexp and typo
kazu
2016-11-14
* test/thread/test_queue.rb: Give up to ten seconds for threads to
headius
2016-11-10
Extend timeout for RubyCI chkbuild on Debian 8.2 x86_64.
shugo
2016-08-30
Use qualified names
nobu
2016-06-13
fix test of r55397
naruse
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-15
Remove this test, since it won't reliably pass.
headius
2015-12-14
* bootstraptest/runner.rb: use safe navigation operator.
hsbt
2015-11-21
* thread_sync.c: reduce the specification of Queue#close.
ko1
2015-09-01
* test/thread/test_queue.rb: catch up last commit.
ko1
2015-08-26
* thread_tools.c: add Queue#close(exception=false) and
ko1
2015-07-13
use Timeout.timeout
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-10-07
normalize reference to Timeout::Error
normal
2014-08-19
thread.c: check initialized
nobu
2014-07-17
thread/thread.c: non-blocking push on SizedQueue
nobu
2014-07-17
test_queue.rb: non-blocking pop tests
nobu
2014-07-01
add timeout
naruse
2014-05-26
test/thread: fix leaked threads
nobu
2014-03-26
marshal.c: undumpable hidden objects
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-09-07
* variable.c (classname): the name of class that has
ktsj
2013-09-06
* common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't
glass
2013-03-11
* remove trailing spaces.
nobu
2013-03-10
* lib/thread.rb (Queue#push): return self.
kosaki
2013-03-10
* test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce
kosaki
2012-12-01
* test/ruby/test_thread.rb: move ConditionVariable related test
kosaki
2012-12-01
* lib/thread.rb (ConditionVariable): use hash instead of array for
kosaki
2012-11-30
* lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.
kosaki
2012-09-29
envutil.rb: kill child process when timeout
shirosaki
2012-09-09
* lib/thread.rb (Queue#pop): Fixed double registration issue when
kosaki
2012-09-09
* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.
kosaki
2011-12-23
refine message for test_thr_kill.
akr
2011-12-23
* test/thread/test_queue.rb (test_thr_kill): show the number of loop
akr
2011-12-22
Decrease timeout limit.
naruse
2011-12-18
* test/thread/test_queue.rb (test_thr_kill): extend timeout.
nagachika
2011-12-14
The test added in r34034 needs to run thousands of times.
naruse
2011-12-14
Add test for [Bug #5343] [ruby-core:39634]
naruse
2011-09-03
* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is not
nagachika
2011-05-15
* remove trailing spaces.
nobu
2010-04-16
* test/thread/test_queue.rb (TestQueue#grind): fix typos.
kazu
[next]