summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-08 01:53:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-08 01:53:35 +0000
commit1dcbd6921e21e7188dc24cdf37c9b5c07269c062 (patch)
tree74042ac63ba41cb9e4e582d422d805bc98dc8ad6 /ChangeLog
parent502e19fd10f08898d76f31f43b3f332a3f05e1a2 (diff)
* re.c (rb_reg_quote): should always copy the quoting string.
[ruby-core:16235] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61494b675c..b14a0e1abc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Tue Apr 8 10:34:10 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* load.c (rb_require_safe): should check fname path after $SAFE is
properly set. [ruby-dev:34268]
+ * re.c (rb_reg_quote): should always copy the quoting string.
+ [ruby-core:16235]
+
Tue Apr 8 10:30:29 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (prelude.c): depends on enc/prelude.rb.