Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | lib/date.rb, lib/ftools.rb, lib/getoptlong.rb, lib/logger.rb, lib/matrix.rb, lib/monitor.rb, lib/set.rb, lib/thwait.rb, lib/timeout.rb, lib/yaml.rb, lib/drb/drb.rb, lib/irb/workspace.rb, lib/net/ftp.rb, lib/net/http.rb, lib/net/imap.rb, lib/net/pop.rb, lib/net/telnet.rb, lib/racc/parser.rb, lib/rinda/rinda.rb, lib/rinda/tuplespace.rb, lib/shell/command-processor.rb, lib/soap/rpc/soaplet.rb, lib/test/unit/testcase.rb, lib/test/unit/testsuite.rb: typo fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb: use Object#__send__ instead of Object#send. | shugo | 2003-12-04 | 1 | -6/+6 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky. | shugo | 2003-11-12 | 1 | -88/+82 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb (wait): return true on signal/broadcastfalse and | shugo | 2003-11-10 | 1 | -0/+2 |
| | | | | | | | false on timeout. Thanks Gennady Bystritsky. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb: revert to the previous revision. | shugo | 2003-11-05 | 1 | -20/+13 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb: handle exceptions correctly. Thanks, Gennady | shugo | 2003-10-11 | 1 | -13/+20 |
| | | | | | | | Bystritsky. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Added RDoc comments. Several issues exist: see comments at EOF. | gsinclair | 2003-01-17 | 1 | -0/+76 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb (wait): fix timeout support. | shugo | 2001-04-02 | 1 | -9/+13 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb (wait): ensure reentrance. | shugo | 2001-04-02 | 1 | -11/+10 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/monitor.rb: fixed the example code. | shugo | 2001-03-06 | 1 | -18/+35 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | 1.4.0 | matz | 1999-08-13 | 1 | -0/+229 |
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |