summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files 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 <nobu@ruby-lang.org>
Sat Sep 3 18:40:57 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
- * 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 <usa@ruby-lang.org>
Thu Sep 1 09:27:57 2011 NARUSE, Yui <naruse@ruby-lang.org>
- * 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 <nahi@ruby-lang.org>