aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-24 22:58:00 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-24 22:58:00 +0000
commit450c2094be9ef5ddf0f5f91f1744e03dac93af31 (patch)
treeaba667b16d87337dd7b2a756d1bf63e090d9be75 /ChangeLog
parent746aa6f74b55b1783242b4f074200105dd7d90bc (diff)
downloadruby-450c2094be9ef5ddf0f5f91f1744e03dac93af31.tar.gz
* configure.in: remove [read buffer ptr field in FILE structures] check.
ruby 1.9 or later doesn't use stdio at all. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33833 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 65babd30ce..915a06b54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 25 07:56:49 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * configure.in: remove [read buffer ptr field in FILE structures] check.
+ ruby 1.9 or later doesn't use stdio at all.
+
Fri Nov 25 07:52:46 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* configure.in: remove [read count field in FILE] check.