At 01:16 PM 11/13/2002, Greg Hudson wrote:
>On Wed, 2002-11-13 at 11:26, [EMAIL PROTECTED] wrote:
>> This has been mentioned before -- at least by myself, perhaps by
>> others, too -- but the Subversion folks would *really* like to see APR
>> grow a gimme-a-temp-directory function.
>
>Would gimme-a-temp-file be a better interface?  Like mkstemp(), but
>without the template argument?  (And maybe returning an apr_file_t *
>instead of a file descriptor.)

I'd like them both, actually.

Another thing to consider, that I'll step up and code, would be the
apr_filepath_list_*() functions for colon v.s. semicolon (mopping up 
quoted strings) PATH or whatnot processing.

The only question; would returning an apr_array_header_t from _split
and merging only apr_array_header_t's in the _merge flavor work
for everyone?  Or what would be a better interface?

Bill

Reply via email to