diff options
| author | ngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-05 07:03:21 +0000 |
|---|---|---|
| committer | ngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-05 07:03:21 +0000 |
| commit | 700aeee754648204314b644f24a75aaebe438ca7 (patch) | |
| tree | b309e488f1c7311885f1bf34f744d8253911f334 /ChangeLog | |
| parent | 1ded4dbd110868891d1255bc11845c1130a0ca3e (diff) | |
* complex.c (f_signbit): fix compile error in gcc4 on Solaris with
CFLAGS="-std=gnu99". [ruby-dev:44355] fix [Bug #5159]
* math.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Aug 5 15:57:10 2011 Naohisa Goto <ngotogenome@gmail.com> + + * complex.c (f_signbit): fix compile error in gcc4 on Solaris with + CFLAGS="-std=gnu99". [ruby-dev:44355] fix [Bug #5159] + + * math.c: ditto. + Fri Aug 5 15:55:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> * test/ruby/test_object.rb: tests that respond_to? returns false. |
