| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/monitor.rb (MonitorMixin::extend_object): should use | matz | 2009-06-19 | 1 | -6/+6 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -18/+18 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -6/+6 |
* | * eval.c (rb_f_send_bang): abandon the name funcall for private | matz | 2007-08-24 | 1 | -6/+6 |
* | * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock. | shugo | 2007-03-12 | 1 | -1/+1 |
* | * lib/thread.rb (ConditionVariable#broadcast): use Mutex | shugo | 2007-02-24 | 1 | -1/+1 |
* | * lib/monitor.rb: rewritten using Mutex/ConditionVariable. | shugo | 2007-02-24 | 1 | -92/+32 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -79/+57 |
* | * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>. | matz | 2006-07-13 | 1 | -0/+26 |
* | * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337] | matz | 2005-10-21 | 1 | -6/+6 |
* | * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com> | matz | 2005-09-05 | 1 | -6/+6 |
* | * lib: do not use __send__ to access private methods. [ruby-dev:26935] | nobu | 2005-09-02 | 1 | -6/+6 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
* | * lib/monitor.rb: use Object#__send__ instead of Object#send. | shugo | 2003-12-04 | 1 | -6/+6 |
* | * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky. | shugo | 2003-11-12 | 1 | -88/+82 |
* | * lib/monitor.rb (wait): return true on signal/broadcastfalse and | shugo | 2003-11-10 | 1 | -0/+2 |
* | * lib/monitor.rb: revert to the previous revision. | shugo | 2003-11-05 | 1 | -20/+13 |
* | * lib/monitor.rb: handle exceptions correctly. Thanks, Gennady | shugo | 2003-10-11 | 1 | -13/+20 |
* | Added RDoc comments. Several issues exist: see comments at EOF. | gsinclair | 2003-01-17 | 1 | -0/+76 |
* | * lib/monitor.rb (wait): fix timeout support. | shugo | 2001-04-02 | 1 | -9/+13 |
* | * lib/monitor.rb (wait): ensure reentrance. | shugo | 2001-04-02 | 1 | -11/+10 |
* | * lib/monitor.rb: fixed the example code. | shugo | 2001-03-06 | 1 | -18/+35 |
* | 1.4.0 | matz | 1999-08-13 | 1 | -0/+229 |