diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 03:37:23 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 03:37:23 +0000 |
| commit | aefad35e2c5ef6077a095b66e2d59602d36f83ef (patch) | |
| tree | fc3d9a3b547bcab1a95ff2fa64c58b0c4c7cd5f0 /ChangeLog | |
| parent | 4e787e1242e1a63b55c030e9e0164e00130fd1c6 (diff) | |
| download | ruby-aefad35e2c5ef6077a095b66e2d59602d36f83ef.tar.gz ruby-aefad35e2c5ef6077a095b66e2d59602d36f83ef.tar.xz ruby-aefad35e2c5ef6077a095b66e2d59602d36f83ef.zip | |
* lib/timeout.rb (timeout): new optional argument to specify an
exception class.
* lib/resolv.rb: use Resolv::ResolvTimeout for internal timeout to
avoid problem with timeout of application.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Jan 16 12:29:14 2002 Tanaka Akira <akr@m17n.org> + + * lib/timeout.rb (timeout): new optional argument to specify an + exception class. + + * lib/resolv.rb: use Resolv::ResolvTimeout for internal timeout to + avoid problem with timeout of application. + Wed Jan 16 11:12:30 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * object.c (rb_Float): remove underscores between digits. |
