summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-12 00:30:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-12 00:30:55 +0000
commit456eb70cba02c79f638196024ff574a0e99d3737 (patch)
tree7480ac5478b201ddfa2771dc36d3939a2130e254 /ChangeLog
parent4f501119f87725f5abc77ee01426026d2d5692ac (diff)
* configure.in (RUBY_CHECK_SIZEOF): if same size type is found, no
more calculation is needed. * configure.in (RUBY_DEFINT): falls back to RUBY_CHECK_SIZEOF if size is not immediate. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a5c1c59..225e3e0f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 12 09:30:54 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (RUBY_CHECK_SIZEOF): if same size type is found, no
+ more calculation is needed.
+
+ * configure.in (RUBY_DEFINT): falls back to RUBY_CHECK_SIZEOF if
+ size is not immediate.
+
Thu Mar 12 09:24:24 2009 Tanaka Akira <akr@fsij.org>
* transcode_data.h: suppress warnings of overflow.