aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 09:52:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 09:52:14 +0000
commiteb15df1f894fa7235ccbcda7661f7d6a052045f6 (patch)
treee8d386dc863cfc21cc577911d866c058c09b7269 /ChangeLog
parent6a787c68bc955834effe63d82a91d1ad9aee2bdb (diff)
downloadruby-eb15df1f894fa7235ccbcda7661f7d6a052045f6.tar.gz
ruby.h: rb_scan_args_verify
* include/ruby/ruby.h (rb_scan_args_verify): verify the format to scan if no invalid chars and variable argument length matching, at the compile time if possible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9e133582f..cf1973a97f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue May 24 18:52:11 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/ruby.h (rb_scan_args_verify): verify the format to
+ scan if no invalid chars and variable argument length matching,
+ at the compile time if possible.
+
Tue May 24 17:18:46 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/defines.h (ERRORFUNC, WARNINGFUNC): add fallback