summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-28 23:11:29 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-28 23:11:29 +0000
commit3ca25b5a292edfee968d64aac686b46265cad5b5 (patch)
tree7a0dfcdfeb9b965ce585abc5717a10210a5755ef /ChangeLog
parentedf05962c018e9decf6c49c141d0133c716ac770 (diff)
* parse.y (regexp): regexp literal at the top of dstr is still needed even if it is empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24311 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 35d891b120..d21fc912b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 29 08:08:07 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * parse.y (regexp): regexp literal at the top of dstr is still needed
+ even if it is empty.
+
Wed Jul 29 03:36:24 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/json/lib/json/common.rb (JSON#recurse_proc): remove