diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-01 17:07:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-01 17:07:46 +0000 |
| commit | 040866cd698c2b0e5a7abad2999a13130a325884 (patch) | |
| tree | 01f709f947f63c625b6bb8d18b8e2170bc269919 | |
| parent | da48fe02174cb0d66ccb7c18bcd8faeafb1bace4 (diff) | |
| download | ruby-040866cd698c2b0e5a7abad2999a13130a325884.tar.gz ruby-040866cd698c2b0e5a7abad2999a13130a325884.tar.xz ruby-040866cd698c2b0e5a7abad2999a13130a325884.zip | |
* ChangeLog: reordered.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |
