aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-01 17:07:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-01 17:07:46 +0000
commit66f98ad5b8fc10d8e45fdeb69fe5ac429d91b5ed (patch)
tree01f709f947f63c625b6bb8d18b8e2170bc269919
parent3eda51975154526d49ccdac55fb53cdf2f81dca1 (diff)
downloadruby-66f98ad5b8fc10d8e45fdeb69fe5ac429d91b5ed.tar.gz
* ChangeLog: reordered.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f17f42640..21482b041c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
+Thu May 1 23:59:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * bignum.c (rb_big_divide), numeric.c (fix_divide): check for result
+ domain. [ruby-dev:34559]
+
Thu May 1 23:57:06 2008 James Edward Gray II <jeg2@ruby-lang.org>
* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode which
can be activated to have net/telnet raise EOFError exceptions when the
remote connection is closed. The default behavior remains unchanged though.
-Thu May 1 23:59:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * bignum.c (rb_big_divide), numeric.c (fix_divide): check for result
- domain. [ruby-dev:34559]
-
Thu May 1 23:43:21 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* range.c (range_step): check if step can be converted to an integer.