summaryrefslogtreecommitdiff
path: root/lib/monitor.rb
AgeCommit message (Expand)Author
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-03-12* lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo
2007-02-24* lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo
2007-02-24* lib/monitor.rb: rewritten using Mutex/ConditionVariable.shugo
2006-12-31 * Merge YARVko1
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 <florgro@gmail.com>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 andshugo
2003-11-05* lib/monitor.rb: revert to the previous revision.shugo
2003-10-11* lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo
2003-01-17Added 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-131.4.0matz