summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-16 10:22:16 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-16 10:22:16 +0000
commit96593ece29ad71f0b3545df730f566199a8ec4a0 (patch)
treea850065fe1d5072ecfaa1253be68959fd6bf04cc /ChangeLog
parente4d0f54b1b0e3391eabbb961530beaffcbc7879a (diff)
* ext/rbconfig/sizeof/extconf.rb: Check several types defined in C99
and x86_64 ABI. * template/sizes.c.tmpl: Relax a pattern for types. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d09fface8..ba72378ef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jun 16 19:19:53 2015 Tanaka Akira <akr@fsij.org>
+
+ * ext/rbconfig/sizeof/extconf.rb: Check several types defined in C99
+ and x86_64 ABI.
+
+ * template/sizes.c.tmpl: Relax a pattern for types.
+
Tue Jun 16 17:37:01 2015 Koichi Sasada <ko1@atdot.net>
* test/objspace/test_objspace.rb: relax pattern because uncollectible