[Zlib-devel] pigz 2.1.4 available
Mark Adler
madler at alumni.caltech.edu
Thu Nov 13 11:11:27 EST 2008
On Nov 12, 2008, at 1:06 AM, Michael Han wrote:
> Besides threads, the process() also utilizes many POSIX calls to
> iterate directories and files which WINDOWS doesn't support.
Are you sure? It looks like gzip uses those same calls (opendir,
readdir, closedir) without modification for Windows. Are there other
functions you're referring to?
One of the things I do need to do is include the gzip portability
modifications having to do with path component separators (e.g. / vs.
\, :, [], ;, etc. for Windows, VMS, others).
Mark
More information about the Zlib-devel
mailing list