summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-11 06:56:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-11 06:56:13 +0000
commit6a8b8c0cab232a9a6cc79c34bfe64bd5b0031f46 (patch)
treeed24d2b39a2ad21759673eea3b8ba1b29d5ad700 /ChangeLog
parent044746e1eaab2fb0a355cd080ffc480ad09ed8aa (diff)
* sample/test.rb: NaN comparison test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28124e500..e090b45cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 11 15:56:08 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * sample/test.rb: NaN comparison test.
+
Fri Apr 11 15:37:43 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* numeric.c (coerce_rescue): prevent inspected String from GC.