aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-05 10:22:49 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-05 10:22:49 +0000
commit8ee2226068bca03aba3dade555ccce3d64e4397a (patch)
tree89ff0e7832227d49423b351d6686daa9d72135cc /ChangeLog
parentb3c60b27e7e5bbde92613ef9a78382d76b6090a1 (diff)
downloadruby-8ee2226068bca03aba3dade555ccce3d64e4397a.tar.gz
* parse.y (rb_warn4S): renamed from rb_warn4(), because the case in
r36911 takes a string. * parse.y (rb_warn4S): use ripper_warnS() for ripper. * parse.y (ripper_warnS): now it is used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 327e98ab3e..1c056ea003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+Wed Sep 5 19:20:53 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * parse.y (rb_warn4S): renamed from rb_warn4(), because the case in
+ r36911 takes a string.
+
+ * parse.y (rb_warn4S): use ripper_warnS() for ripper.
+
+ * parse.y (ripper_warnS): now it is used.
+
Wed Sep 5 15:51:52 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
- * .travis.yml (notifications): [experimental] update notification template.
+ * .travis.yml (notifications): [experimental] update notification
+ template.
Wed Sep 5 15:21:12 2012 NARUSE, Yui <naruse@ruby-lang.org>