Mail Archives: djgpp/2001/10/05/06:05:43
Eric Botcazou wrote:
>
> > > _findfirst / _findnext / _findclose.... sheesh!
>
> > Perhaps you could write up a compatibility layer and submit it for
> > inclusion in a future DJGPP version.
>
> We just did that for Allegro 3.9.39 WIP because DJGPP libc's
> findfirst/findnext are not portable at all (time format).
>
> I think the Watcom libc is right here: it provides both the legacy DOS
> _dos_findfirst/_dos_findnext functions (DOS time format) and the Windows,
> OS/2 compatible _findfirst/_findnext/_findclose functions (ANSI time
> format).
Sorry, I don't understand: what do you mean by ``ANSI time format''?
DJGPP's findfirst/findnext are modeled after their Borland namesakes, and
that is the only sense in which they can be considered ``portable''.
> Would you be ok to include the Watcom, Windows, OS/2 compatible _find* set
> of functions in the DJGPP libc ?
That's what I was suggesting in my message.
> If so and if no one has already started to
> do it, I can code it and submit it for approval.
Thanks; please do. Please don't forget to submit the documentation for the
new functions together with the code and additions to the header files.
Please send the patches to djgpp-workers AT delorie DOT com.
- Raw text -