ruby-changes:5061
From: knu <ko1@a...>
Date: Fri, 23 May 2008 14:30:15 +0900 (JST)
Subject: [ruby-changes:5061] Ruby:r16555 (ruby_1_8_7): Remove duplicate entries.
knu 2008-05-23 14:30:01 +0900 (Fri, 23 May 2008) New Revision: 16555 Modified files: branches/ruby_1_8_7/ChangeLog Log: Remove duplicate entries. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?r1=16555&r2=16554&diff_format=u Index: ruby_1_8_7/ChangeLog =================================================================== --- ruby_1_8_7/ChangeLog (revision 16554) +++ ruby_1_8_7/ChangeLog (revision 16555) @@ -397,54 +397,6 @@ escaped when the two character ending was broken up into separate TCP packets. Issue reported and patched by Brian Candler. -Thu May 1 23:57:06 2008 James Edward Gray II <jeg2@r...> - - Merged 16257 from trunk. - - * 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:43:21 2008 Nobuyoshi Nakada <nobu@r...> - - * range.c (range_step): check if step can be converted to an integer. - [ruby-dev:34558] - - * range.c (range_step): allow float step bigger than zero but less - than one. [ruby-dev:34557] - -Wed Apr 30 20:22:40 2008 James Edward Gray II <jeg2@r...> - - Merged 16241 from trunk. - - * lib/net/telnet.rb: Fixing a bug where line endings would not be properly - escaped when the two character ending was broken up into separate TCP - packets. Issue reported and patched by Brian Candler. - -Thu May 1 23:57:06 2008 James Edward Gray II <jeg2@r...> - - Merged 16257 from trunk. - - * 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:43:21 2008 Nobuyoshi Nakada <nobu@r...> - - * range.c (range_step): check if step can be converted to an integer. - [ruby-dev:34558] - - * range.c (range_step): allow float step bigger than zero but less - than one. [ruby-dev:34557] - -Wed Apr 30 20:22:40 2008 James Edward Gray II <jeg2@r...> - - Merged 16241 from trunk. - - * lib/net/telnet.rb: Fixing a bug where line endings would not be properly - escaped when the two character ending was broken up into separate TCP - packets. Issue reported and patched by Brian Candler. - Wed Apr 30 17:47:21 2008 Nobuyoshi Nakada <nobu@r...> * re.c (rb_reg_search): use local variable. a patch from wanabe -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/