From bda02ffe2dbba4c3a7174a6bd14fd98b200eb13f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 16 Oct 2008 22:39:04 +0000 Subject: * re.c (rb_reg_initialize_m): changed the message to clarify the third option argument is now ignored. [ruby-dev:36753] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca156bb39..fa5c991b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -51,6 +51,11 @@ Thu Oct 16 14:30:30 2008 Nobuyoshi Nakada * instruby.rb (lib): installs all files other than README etc. +Thu Oct 16 09:48:03 2008 Yukihiro Matsumoto + + * re.c (rb_reg_initialize_m): changed the message to clarify the + third option argument is now ignored. [ruby-dev:36753] + Thu Oct 16 08:14:39 2008 Yukihiro Matsumoto * ruby.c (proc_options): no warning when default_external already -- cgit