aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 07:20:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 07:20:55 +0000
commitedad4df8bb23f5a6863245d199e1c38dad977303 (patch)
tree040459d84349492c691c642b2f68ce66c52195e0 /ChangeLog
parentcb6c48fe16df6b25ec5681129cd148236f3e01b8 (diff)
downloadruby-edad4df8bb23f5a6863245d199e1c38dad977303.tar.gz
fix __error__ and __warning__ attribute checks
* configure.in (ERRORFUNC, WARNINGFUNC): __error__ and __warning__ attributes take a parenthesized string literal. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55140 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 a2ce4845c8..09af6985db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 24 16:20:53 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (ERRORFUNC, WARNINGFUNC): __error__ and __warning__
+ attributes take a parenthesized string literal.
+
Tue May 24 12:35:56 2016 URABE Shyouhei <shyouhei@ruby-lang.org>
* common.mk : sort lines, and add missing dependencies suggested