From 8258a00d5cce9506d5e22bf0c1f666729e3735db Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 May 2004 04:28:36 +0000 Subject: * numeric.c (flo_eq): alway check if operands are NaN. [ruby-list:39685] * lib/cgi/session.rb: use LOCK_SH to read, and a few other improvements. [ruby-core:02328] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55501fd6d..67760f366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 20 12:38:06 2004 Yukihiro Matsumoto + + * numeric.c (flo_eq): alway check if operands are NaN. + [ruby-list:39685] + Thu May 20 12:34:39 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_visibility): @@ -7,8 +12,7 @@ Thu May 20 12:34:39 2004 Dave Thomas Thu May 20 12:22:13 2004 Nobuyoshi Nakada * lib/mkmf.rb (have_type): do not check pointer to incomplete type, - which always get compiled. - [ruby-list:39683] + which always get compiled. [ruby-list:39683] Wed May 19 11:09:00 2004 Hidetoshi NAGAI @@ -1297,6 +1301,11 @@ Thu Jan 29 15:33:23 2004 GOTOU Yuuzou * sample/openssl/gen_csr.rb: use OpenSSL::X509::Name.parse. +Wed Jan 28 04:29:41 2004 Eric Schwartz + + * lib/cgi/session.rb: use LOCK_SH to read, and a few other + improvements. [ruby-core:02328] + Tue Jan 27 11:09:29 2004 FUKUMOTO Atsushi * ext/socket/socket.c (s_recvfrom): sending length should be an -- cgit