From f11665878aaee8ec99f7fbaeba3390f9b849e40b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 6 Mar 2009 05:52:09 +0000 Subject: [PATCH] * ChangeLog: reverted lines removed at r22787. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6f579d996..88fd592ce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -95,6 +95,22 @@ Wed Mar 4 20:27:10 2009 Nobuyoshi Nakada * win32/setup.mak (-unicows-): checks if unicows.lib is available. +Wed Mar 4 05:19:27 2009 James Edward Gray II + + * lib/csv.rb: Some minor documentation fixes from Gregory Brown. + +Wed Mar 4 03:42:56 2009 James Edward Gray II + + * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite + loop while reading some encodings. + +Wed Mar 4 00:54:43 2009 Yuki Sonoda (Yugui) + + * lib/prime.rb (Prime::prime?): used to return a wrong answer. + [ruby-core:22646]. + + * test/test_prime.rb (test_prime?): test case for [ruby-core:22646]. + Tue Mar 3 17:10:09 2009 Nobuyoshi Nakada * ext/extmk.rb (extmake): removes object files no longer used and @@ -3271,7 +3287,7 @@ Tue Jan 13 18:21:44 2009 NAKAMURA Usaku Tue Jan 13 18:19:49 2009 NAKAMURA Usaku * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686] - (also see [ruby-dev:37721]) + (also see [ruby-dev:37721]) Tue Jan 13 17:29:02 2009 Nobuyoshi Nakada