From: Ryan Bloom Date: Fri, 14 Apr 2000 23:36:12 +0000 (+0000) Subject: Add buffered I/O back into APR's file I/O on unix. This code comes from X-Git-Tag: apache-doc-split-01~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3539705ef161cfb1379234d23e23045b006bb096;p=thirdparty%2Fapache%2Fhttpd.git Add buffered I/O back into APR's file I/O on unix. This code comes from the OS/2 code, and has been munged to make it compile. This has not been tested, but unbuffered I/O still works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84968 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d383efedbad..640170cd46d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/04/14 18:08:05 $] +Last modified at [$Date: 2000/04/14 23:36:12 $] Release: @@ -17,11 +17,6 @@ RELEASE SHOWSTOPPERS: module. This should be override-able of course. Status: Jim Jagielski is looking into this. - * Put buffered file I/O back into APR. This should be done using the - buffering logic from the OS/2 directory. stdio FILE *'s should not be - used on Unix because of the limitations these impose on some platforms, - for example the 256 File * limit on Solaris. - * Fix SAFEREAD. see