Author: trawick
Date: Sun Oct 14 06:07:15 2007
New Revision: 584538
URL: http://svn.apache.org/viewvc?rev=584538&view=rev
Log:
Eric seconded Bill's description for the Windows apr_procattr_io_set() fix
Modified:
apr/apr/trunk/CHANGES
Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=584538&r1=584537&r2=584538&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Sun Oct 14 06:07:15 2007
@@ -1,8 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 1.3.0
- *) apr_procattr_io_set() on Windows: Set pipe handles non-blocking as
- appropriate based on the input parameters. PR 43522.
+ *) apr_procattr_io_set() on Windows: Set non-blocking pipe handles
+ to a default timeout of 0, following the Unix default. No effect
+ on pipe handles configured to block. PR 43522.
[Eric Covener <covener gmail.com>]
*) apr_file_write() on Windows: Fix return code when writing to a non-
|