aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-09 14:36:35 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-09 14:36:35 +0000
commit9631e3e788f95449d4b81395889c07670ef2dc82 (patch)
tree779094dfd7f1a87a210ebd5b42cb7c6f85a0f288 /ChangeLog
parenta9c42d1026c8f7bb32e07f78f6003964125897b9 (diff)
downloadruby-9631e3e788f95449d4b81395889c07670ef2dc82.tar.gz
* bignum.c (absint_numwords_generic): set an array element after
definition of a variable to fix compile error with older version of fcc (Fujitsu C Compiler) 5.6 on Solaris 10 on Sparc. [Bug #10350] [ruby-dev:48608] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47860 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 006bbee8d4..0945986733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 9 23:31:47 2014 Naohisa Goto <ngotogenome@gmail.com>
+
+ * bignum.c (absint_numwords_generic): set an array element after
+ definition of a variable to fix compile error with older version
+ of fcc (Fujitsu C Compiler) 5.6 on Solaris 10 on Sparc.
+ [Bug #10350] [ruby-dev:48608]
+
Thu Oct 9 16:15:26 2014 Eric Wong <e@80x24.org>
* ext/-test-/st/foreach/extconf.rb: new file