# HG changeset patch # User Ryan C. Gordon # Date 1027733380 0 # Node ID ed88009b903099b0433112408e2a6fab6782d6b2 # Parent d08723d994c127be8150bdefde379e6281f15a62 Updated. diff -r d08723d994c1 -r ed88009b9030 CHANGELOG --- a/CHANGELOG Sat Jul 27 01:27:19 2002 +0000 +++ b/CHANGELOG Sat Jul 27 01:29:40 2002 +0000 @@ -5,7 +5,9 @@ 07262002 - Fixed a typo in documentation. Archivers with matching file extensions are now given first shot at opening an archive, but if they fail, the other archivers are tried. More fixes to zip.c's - ZIP_enumerateFiles(). + ZIP_enumerateFiles(). Wrote an OS/2 platform driver based on API + specs and a heavy pounding of Google Groups...as I don't have an + OS/2 compiler at the moment, it probably doesn't even compile. :) 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 specfile to have the build system set the correct version. diff -r d08723d994c1 -r ed88009b9030 TODO --- a/TODO Sat Jul 27 01:27:19 2002 +0000 +++ b/TODO Sat Jul 27 01:29:40 2002 +0000 @@ -12,12 +12,14 @@ nice for an email program. That's blue sky, unless someone wants to tackle it. - Try to remove ERR_OS_ERROR from macclassic.c where possible. +- Get os2.c compiling. - Figure out that pesky pthread casting problem. +- macclassic.c : + "/* (Hmm. Default behaviour is broken in the base library. :) ) */" - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, MacOS 8.1 -- Platforms to port to: NetBSD (needs pthreads), OS/2 (needs platform driver), - PocketPC (Maybe can just use win32.c?), Amiga (needs platform driver), - AtheOS (needs platform driver, maybe can use unix.c and posix.c?) +- Platforms to port to: PocketPC (Maybe can just use win32.c?), + Amiga (needs platform driver). - Use __cdecl in physfs.h? - Look for FIXMEs (many marked with "!!!" in comments). - Probably other stuff. Requests and recommendations are welcome.