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
/
monitor.rb
Age
Commit message (
Expand
)
Author
2007-02-24
* lib/thread.rb (ConditionVariable#broadcast): use Mutex
shugo
2007-02-24
* lib/monitor.rb: rewritten using Mutex/ConditionVariable.
shugo
2006-12-31
* Merge YARV
ko1
2006-07-13
* lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.
matz
2005-10-21
* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]
matz
2005-09-05
* lib/ostruct.rb: a patch from Florian Gross <
[email protected]
>
matz
2005-09-02
* lib: do not use __send__ to access private methods. [ruby-dev:26935]
nobu
2004-04-18
* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,
nobu
2003-12-04
* lib/monitor.rb: use Object#__send__ instead of Object#send.
shugo
2003-11-12
* lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.
shugo
2003-11-10
* lib/monitor.rb (wait): return true on signal/broadcastfalse and
shugo
2003-11-05
* lib/monitor.rb: revert to the previous revision.
shugo
2003-10-11
* lib/monitor.rb: handle exceptions correctly. Thanks, Gennady
shugo
2003-01-17
Added RDoc comments. Several issues exist: see comments at EOF.
gsinclair
2001-04-02
* lib/monitor.rb (wait): fix timeout support.
shugo
2001-04-02
* lib/monitor.rb (wait): ensure reentrance.
shugo
2001-03-06
* lib/monitor.rb: fixed the example code.
shugo
1999-08-13
1.4.0
matz