You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/01/23 03:28:18 UTC

[Patch] Re: apr_dir_read

Doh

----- Original Message ----- 
From: "William A. Rowe, Jr." <wr...@rowe-clan.net>
To: <de...@apr.apache.org>
Sent: Monday, January 22, 2001 8:27 PM
Subject: [Patch] apr_dir_read


> Guys...
> 
>   a biggish patch, and the three specific apr_dir_read implementations are
> not complete or optimal.  I am taking a bit of a break, so I thought I would
> toss this out while folks are still awake.
> 
>   To avoid big stat() requirements unless that's exactly what we aim to
> accomplish, I've added APR_FINFO_DIRENT as an alias for the 'stock' info
> (certainly d_name, perhaps d_fileno?)
> 
>   Anyways, have a look, I have more testing on the win32 side, and a few
> changes rbb suggested on the unix side.
> 
> Bill
>