aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-03 00:43:39 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-03 00:43:39 +0000
commiteb3c563fa6664db186db5d8453e7d79a1a94e227 (patch)
tree4d37ea61adae25da7d013badac0a997b76f303a3 /ChangeLog
parent21ab98a997d2ed44c9c95cf5434a42561b2cd688 (diff)
downloadruby-eb3c563fa6664db186db5d8453e7d79a1a94e227.tar.gz
* vm_args.c: fixed build error with clang
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb11a230cc..8ef569c68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 3 09:43:30 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * vm_args.c: fixed build error with clang
+
Mon Nov 3 09:32:46 2014 NARUSE, Yui <naruse@ruby-lang.org>
* lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):