aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-12 06:59:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-12 06:59:57 +0000
commitc48b4209c267299f52ad51b0e8d639679999465a (patch)
tree0eccd86184fdd6bebf2bb47fd26dd9e2d4646413 /ChangeLog
parent9af743fe0e8c7aa7a25a6805a64d499aab3032af (diff)
downloadruby-c48b4209c267299f52ad51b0e8d639679999465a.tar.gz
parse.y: CR in middle
* parse.y (parser_whole_match_p): treat CR in middle of a line as a mere whitespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42535 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 1526d1150c..054e47da34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 12 15:59:50 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (parser_whole_match_p): treat CR in middle of a line as a
+ mere whitespace.
+
Mon Aug 12 15:16:58 2013 Koichi Sasada <ko1@atdot.net>
* class.c (rb_prepend_module): make T_ICLASS object shady because