summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-13 08:59:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-13 08:59:36 +0000
commit8258fe2f1edd827e6555b93b99d0585f64c0d0ac (patch)
tree6d31e0f9480e4b84b0622d1487705f77a9f4416c /ChangeLog
parent447941db717dc53ad89bf639ea82707725090ef4 (diff)
downloadruby-8258fe2f1edd827e6555b93b99d0585f64c0d0ac.tar.gz
ruby-8258fe2f1edd827e6555b93b99d0585f64c0d0ac.tar.xz
ruby-8258fe2f1edd827e6555b93b99d0585f64c0d0ac.zip
* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define
HAVE_FSYNC. * win32/win32.h (fsync): define as _commit(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3785 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 b5c5a8dad..43afe444e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue May 13 17:58:08 2003 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define
+ HAVE_FSYNC.
+
+ * win32/win32.h (fsync): define as _commit().
+
Tue May 13 14:48:07 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (error_pos): use $deferr for output instead of stderr