From 39fb0d4c51c26e8c7e061bd885a8106924e6ddc0 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 May 2004 04:34:14 +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/trunk@6372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8dd2a4b46..2160eca1c 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): @@ -2645,6 +2650,11 @@ Wed Jan 28 12:43:07 2004 Yukihiro Matsumoto * lib/rss: rss library imported. [ruby-dev:22726] +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 15:00:14 2004 Yukihiro Matsumoto * misc/ruby-mode.el: better support for general delimited -- cgit