index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
thread
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/thread: relax internal implementation check in error message
normal
2017-05-09
2
-2
/
+2
*
test_queue.rb: fix portability
nobu
2017-02-01
1
-4
/
+4
*
allow Queue operation in trap.
ko1
2017-01-31
1
-0
/
+17
*
Fix regexp and typo
kazu
2016-11-15
1
-2
/
+2
*
* test/thread/test_queue.rb: Give up to ten seconds for threads to
headius
2016-11-14
1
-1
/
+4
*
Extend timeout for RubyCI chkbuild on Debian 8.2 x86_64.
shugo
2016-11-10
1
-1
/
+1
*
Use qualified names
nobu
2016-08-30
2
-0
/
+6
*
fix test of r55397
naruse
2016-06-13
1
-1
/
+1
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
3
-0
/
+3
*
Remove this test, since it won't reliably pass.
headius
2015-12-15
1
-4
/
+1
*
* bootstraptest/runner.rb: use safe navigation operator.
hsbt
2015-12-14
1
-1
/
+1
*
* thread_sync.c: reduce the specification of Queue#close.
ko1
2015-11-21
1
-28
/
+4
*
* test/thread/test_queue.rb: catch up last commit.
ko1
2015-09-01
1
-2
/
+2
*
* thread_tools.c: add Queue#close(exception=false) and
ko1
2015-08-26
1
-0
/
+290
*
use Timeout.timeout
nobu
2015-07-13
1
-1
/
+1
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
2
-2
/
+0
*
normalize reference to Timeout::Error
normal
2014-10-07
1
-1
/
+1
*
thread.c: check initialized
nobu
2014-08-19
2
-0
/
+18
*
thread/thread.c: non-blocking push on SizedQueue
nobu
2014-07-17
1
-0
/
+8
*
test_queue.rb: non-blocking pop tests
nobu
2014-07-17
1
-0
/
+14
*
add timeout
naruse
2014-07-01
1
-2
/
+4
*
test/thread: fix leaked threads
nobu
2014-05-26
2
-0
/
+15
*
marshal.c: undumpable hidden objects
nobu
2014-03-26
2
-0
/
+14
*
thread.c: undumpable
nobu
2014-03-26
2
-0
/
+21
*
ext/thread: SizedQueue#max= wakes up waiters properly
normal
2014-02-05
1
-0
/
+7
*
thread/thread.c: no dup
nobu
2014-01-22
2
-0
/
+16
*
* ext/thread/thread.c (rb_szqueue_clear): notify SZQUEUE_WAITERS
glass
2014-01-14
1
-0
/
+22
*
* ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERS
charliesome
2014-01-13
1
-0
/
+23
*
* variable.c (classname): the name of class that has
ktsj
2013-09-07
1
-1
/
+4
*
* common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't
glass
2013-09-06
1
-0
/
+22
*
* remove trailing spaces.
nobu
2013-03-11
1
-1
/
+1
*
* lib/thread.rb (Queue#push): return self.
kosaki
2013-03-10
1
-0
/
+25
*
* test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce
kosaki
2013-03-10
1
-2
/
+3
*
* test/ruby/test_thread.rb: move ConditionVariable related test
kosaki
2012-12-01
1
-0
/
+188
*
* lib/thread.rb (ConditionVariable): use hash instead of array for
kosaki
2012-12-01
1
-18
/
+0
*
* lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.
kosaki
2012-11-30
1
-1
/
+2
*
envutil.rb: kill child process when timeout
shirosaki
2012-09-29
1
-1
/
+1
*
* lib/thread.rb (Queue#pop): Fixed double registration issue when
kosaki
2012-09-09
1
-0
/
+42
*
* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.
kosaki
2012-09-09
1
-0
/
+57
*
refine message for test_thr_kill.
akr
2011-12-23
1
-3
/
+3
*
* test/thread/test_queue.rb (test_thr_kill): show the number of loop
akr
2011-12-23
1
-12
/
+23
*
Decrease timeout limit.
naruse
2011-12-22
1
-1
/
+1
*
* test/thread/test_queue.rb (test_thr_kill): extend timeout.
nagachika
2011-12-18
1
-2
/
+2
*
The test added in r34034 needs to run thousands of times.
naruse
2011-12-14
1
-10
/
+11
*
Add test for [Bug #5343] [ruby-core:39634]
naruse
2011-12-14
1
-0
/
+17
*
* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is not
nagachika
2011-09-03
1
-0
/
+18
*
* remove trailing spaces.
nobu
2011-05-15
1
-1
/
+1
*
* test/thread/test_queue.rb (TestQueue#grind): fix typos.
kazu
2010-04-16
1
-2
/
+2
*
* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): remove
mame
2010-04-16
1
-0
/
+38