From a17fd731c9cab021f3e40f63f10ac13c0e0ca516 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 4 Sep 2011 06:18:06 +0000 Subject: [PATCH] * ChangeLog: style fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 541067bbd2..19fd20a0ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,7 +23,7 @@ Sat Sep 3 23:52:08 2011 Nobuyoshi Nakada Sat Sep 3 18:40:57 2011 CHIKANAGA Tomoyuki - * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is not + * lib/thread.rb (SizedQueue#max=): raise ArgumentError if max is not positive number. patch by Masaki Matsushita. [ruby-dev:44449] [Bug #5259] @@ -116,7 +116,7 @@ Thu Sep 1 10:20:50 2011 NAKAMURA Usaku Thu Sep 1 09:27:57 2011 NARUSE, Yui - * variable.c (rb_autoloading_value) Fix the order of definitions. + * variable.c (rb_autoloading_value): Fix the order of definitions. It is used by autoload_defined_p. Wed Aug 31 17:28:23 2011 Hiroshi Nakamura