summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorarton <arton@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-31 13:12:23 +0000
committerarton <arton@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-31 13:12:23 +0000
commit2cdee22370ef9f7ed887c4cf5167576f94db9899 (patch)
tree58e9230c4339a91a538f6176243f060651506ae5 /ChangeLog
parent4e4e65a1480fac429c27ae4ea6712609ebc16a0c (diff)
remove HAVE_FSEEKO from win32/win32.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44472 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 6921009076..8a8c56c9dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 31 21:44:17 2013 Akio Tajima <artonx@yahoo.co.jp>
+
+ * win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c
+ Fixed [Bug #9333].
+
Tue Dec 31 21:02:27 2013 Masaki Matsushita <glass.saga@gmail.com>
* io.c (io_fwrite): allocate frozen str only when str is not converted.