From aefad35e2c5ef6077a095b66e2d59602d36f83ef Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 16 Jan 2002 03:37:23 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 633cd9dfe..1d90e2478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jan 16 12:29:14 2002 Tanaka Akira + + * 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 * object.c (rb_Float): remove underscores between digits. -- cgit