From 25cea1443f8636cdd7a4abf0f2c8277b6804f061 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 22 Dec 2000 09:00:23 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b1875b1d..8c21a4127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -Fri Dec 22 15:07:55 2000 Yukihiro Matsumoto +Fri Dec 22 17:59:30 2000 Yukihiro Matsumoto * stable version 1.6.2 released. +Fri Dec 22 17:04:12 2000 Nobuyoshi Nakada + + * win32/win32.c (myselect): avoid busy loop by adjusting fd_count. + +Fri Dec 22 15:07:55 2000 Yukihiro Matsumoto + + * bignum.c (rb_cstr2inum): prefix like '0x' had removed too much. + Thu Dec 21 13:01:46 2000 Tanaka Akira * lib/net/ftp.rb (makeport): don't use TCPsocket.getaddress. -- cgit