You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/09/05 22:12:34 UTC

svn commit: r573044 - /apr/apr/trunk/STATUS

Author: wrowe
Date: Wed Sep  5 13:12:33 2007
New Revision: 573044

URL: http://svn.apache.org/viewvc?rev=573044&view=rev
Log:
Note an API changing facility - sparse files must be explicitly
opened/created on Win32.

Modified:
    apr/apr/trunk/STATUS

Modified: apr/apr/trunk/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/trunk/STATUS?rev=573044&r1=573043&r2=573044&view=diff
==============================================================================
--- apr/apr/trunk/STATUS [utf-8] (original)
+++ apr/apr/trunk/STATUS [utf-8] Wed Sep  5 13:12:33 2007
@@ -84,6 +84,10 @@
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * "testlfs: Line 32: Large Files tests require Sparse file support"
+      In order to portably implement LFS-Sparse files, we would have
+      to actually flag that upon create (open), to be portable to win32.
+
     * Someone needs to port testucs to Unix. Right now it only works
       on Windows.
         OtherBill asks; should we have a test/arch/xxx tree?