This commit is contained in:
Ryan C. Gordon 2002-07-25 21:55:18 +00:00
parent 69859a7bd9
commit c7e785a742
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
07252002 - configure.in and unix.c now deal with platforms that lack a 07252002 - configure.in and unix.c now deal with platforms that lack a
functional pthread library. Edward Rudd sent in a patch to the RPM functional pthread library. Edward Rudd sent in a patch to the RPM
specfile to have the build system set the correct version. specfile to have the build system set the correct version.
Clean ups in grp.c, beos.cpp and macclassic.c.
07242002 - Rewrote ZIP_enumerate(). Hopefully it sucks less this time. 07242002 - Rewrote ZIP_enumerate(). Hopefully it sucks less this time.
unix.c and configure.in now have the infrastructure to disable unix.c and configure.in now have the infrastructure to disable
the CD-ROM detection code, and use a stub that successfully (and the CD-ROM detection code, and use a stub that successfully (and

1
TODO
View File

@ -13,6 +13,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
support so that both "archives" look identical to an application; might be support so that both "archives" look identical to an application; might be
nice for an email program. That's blue sky, unless someone wants to tackle nice for an email program. That's blue sky, unless someone wants to tackle
it. it.
- Try to remove ERR_OS_ERROR from macclassic.c where possible.
- Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP,
MacOS 8.1 MacOS 8.1
- Platforms to port to: NetBSD (needs pthreads), OS/2 (needs platform driver), - Platforms to port to: NetBSD (needs pthreads), OS/2 (needs platform driver),