diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-20 04:34:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-20 04:34:14 +0000 |
| commit | 39fb0d4c51c26e8c7e061bd885a8106924e6ddc0 (patch) | |
| tree | 10dc48fe45c7714540858394da15340b021d9bf4 /ChangeLog | |
| parent | 6141b9c82be7825f54c71ab0247dce948be0711d (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu May 20 12:38:06 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * numeric.c (flo_eq): alway check if operands are NaN. + [ruby-list:39685] + Thu May 20 12:34:39 2004 Dave Thomas <dave@pragprog.com> * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_visibility): @@ -2645,6 +2650,11 @@ Wed Jan 28 12:43:07 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/rss: rss library imported. [ruby-dev:22726] +Wed Jan 28 04:29:41 2004 Eric Schwartz <emschwar@fc.hp.com> + + * 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 <matz@ruby-lang.org> * misc/ruby-mode.el: better support for general delimited |
