ruby-changes:3990
From: ko1@a...
Date: Fri, 15 Feb 2008 10:28:12 +0900 (JST)
Subject: [ruby-changes:3990] nobu - Ruby:r15480 (trunk): * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.
nobu 2008-02-15 10:27:48 +0900 (Fri, 15 Feb 2008)
New Revision: 15480
Modified files:
trunk/ChangeLog
trunk/bcc32/Makefile.sub
trunk/win32/Makefile.sub
Log:
* {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.
[ruby-dev:33786]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15480&r2=15479&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=15480&r2=15479&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bcc32/Makefile.sub?r1=15480&r2=15479&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15479)
+++ ChangeLog (revision 15480)
@@ -1,3 +1,8 @@
+Fri Feb 15 10:27:47 2008 Nobuyoshi Nakada <nobu@r...>
+
+ * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.
+ [ruby-dev:33786]
+
Fri Feb 15 09:44:11 2008 Nobuyoshi Nakada <nobu@r...>
* parse.y (reg_compile_gen): reg_fragment_setenc might not raise an
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub (revision 15479)
+++ win32/Makefile.sub (revision 15480)
@@ -398,6 +398,7 @@
#define HAVE_FSYNC 1
#define HAVE_GETCWD 1
#define HAVE_TRUNCATE 1
+#define HAVE_FTRUNCATE 1
#define HAVE_FSEEKO 1
#define HAVE_FTELLO 1
#define HAVE_TIMES 1
Index: bcc32/Makefile.sub
===================================================================
--- bcc32/Makefile.sub (revision 15479)
+++ bcc32/Makefile.sub (revision 15480)
@@ -309,6 +309,7 @@
\#define HAVE_FSYNC 1
\#define HAVE_GETCWD 1
\#define HAVE_TRUNCATE 1
+\#define HAVE_FTRUNCATE 1
\#define HAVE_FSEEKO 1
\#define HAVE_FTELLO 1
\#define HAVE_TIMES 1
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/