summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 22:13:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-08 22:13:02 +0000
commit81f4dba3850f108dbd1c9aad5f175a8e9fbfe5f4 (patch)
treef008f1849fd8bab33010873e1f4ad40029a01c67 /ChangeLog
parent1684c2349668e6d8fb2491f209ba7eb9f875e560 (diff)
* io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e4859c28..50c4c8b0a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 9 06:15:21 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed
+ declarations and code.
+
Sun May 9 02:57:02 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been required