summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 22:39:04 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 22:39:04 +0000
commit98e6f9a79cc74ab22eafd7cf937c7eb8e9b860d5 (patch)
tree42d8ed545ee6dca9f5748ef7531e79c621da7d3d /ChangeLog
parent1e8bbf315464f212ee53de3929c02de0b73c92a1 (diff)
* re.c (rb_reg_initialize_m): changed the message to clarify the
third option argument is now ignored. [ruby-dev:36753] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca156bb39b..fa5c991b38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,11 @@ Thu Oct 16 14:30:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* instruby.rb (lib): installs all files other than README etc.
+Thu Oct 16 09:48:03 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* ruby.c (proc_options): no warning when default_external already