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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
thread.rb
Age
Commit message (
Expand
)
Author
2013-03-10
* lib/thread.rb (Queue#push): return self.
kosaki
2012-12-23
* thread.c: rename methods:
ko1
2012-12-01
* lib/thread.rb (ConditionVariable): use hash instead of array for
kosaki
2012-11-30
* lib/thread.rb (ConditionVariable#broadcast): s/RuntimeError/StandardError/
kosaki
2012-11-30
* lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.
kosaki
2012-11-30
* lib/thread.rb (ConditionVariable#broadcast): protect from
kosaki
2012-09-09
* lib/thread.rb (Queue#pop): Fixed double registration issue when
kosaki
2012-03-20
test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolock
nobu
2011-09-03
* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is not
nagachika
2011-08-30
* lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.
kosaki
2011-08-26
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-18
* lib: Convert tabs to spaces for ruby files per
drbrain
2010-05-09
* lib/thread.rb (ConditionVariable#wait): ensure to remove the current
mame
2010-04-16
* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): remove
mame
2010-01-27
* lib/thread.rb (ConditionVariable#wait, signal, broadcast): return
mame
2009-09-23
* lib/thread.rb (ConditionVariable#wait): add timeout argument.
akr
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-04
* lib/thread.rb (SizedQueue#push): fix limit condition.
mame
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-02-24
* lib/thread.rb (ConditionVariable#broadcast): use Mutex
shugo
2007-02-24
* lib/thread.rb: do not redefine Mutex#synchronize.
shugo
2006-12-31
* Merge YARV
ko1
2005-12-29
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-06-07
* lib/thread.rb: RDoc documentation from Eric Hodel
matz
2004-07-14
* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by
matz
2004-05-27
* lib/pstore.rb (transaction): allow overriding dump and load.
matz
2003-11-16
* lib/thread.rb (Thread.exclusive): wrap method definition in
gsinclair
2003-01-17
Added RDoc comments. Several TODOs remain; see comments at EOF.
gsinclair
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-06-06
* lib/thread.rb (Queue::pop): get rid of race condition.
nobu
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
2001-05-16
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-03-14
* eval.c (rb_thread_schedule): raise FATAL just once to
matz
2000-09-20
matz - disappointing fixes
matz
2000-08-07
matz
matz
2000-05-30
2000-05-30
matz
2000-05-12
2000-05-12
matz
2000-05-09
2000-05-09
matz
2000-05-01
2000-05-01
matz
2000-03-17
2000-03-17
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1998-01-16
Initial revision
v1_0_r2
replaced
matz
2019-08-17
version 1.0-971002
v1_0_971002
Yukihiro Matsumoto
2019-08-17
version 0.99.4-961224
v0_99_4_961224
Yukihiro Matsumoto