Re: [Fwd: Re: an interface for apr_array_header]

2002-01-28 Thread Doug MacEachern
On Tue, 29 Jan 2002, Stas Bekman wrote: > So can we remove it from todo? sure. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Fwd: Re: an interface for apr_array_header]

2002-01-28 Thread Stas Bekman
Doug MacEachern wrote: > On Tue, 29 Jan 2002, Stas Bekman wrote: > > >>I was looking at adding the Perl API for apr_array_header_t, per >>todo/api.txt entry. >> >>Is there any use for this functionality in Perl? >> > > i think i had only array_headers of char * in mind, like what ap_req

Re: an interface for apr_array_header

2002-01-28 Thread Doug MacEachern
On Tue, 29 Jan 2002, Stas Bekman wrote: > I was looking at adding the Perl API for apr_array_header_t, per > todo/api.txt entry. > > Is there any use for this functionality in Perl? i think i had only array_headers of char * in mind, like what ap_requires returns. but it probably isn't worth d

an interface for apr_array_header

2002-01-28 Thread Stas Bekman
I was looking at adding the Perl API for apr_array_header_t, per todo/api.txt entry. Is there any use for this functionality in Perl? apr_array_* functions provide no interface for manipulating a single array, but mainly functions for merging, copying arrays. It also requires the size of the elem