10 an installer/updater. I thought it might be neat to have MBOX and Maildir |
10 an installer/updater. I thought it might be neat to have MBOX and Maildir |
11 support so that both "archives" look identical to an application; might be |
11 support so that both "archives" look identical to an application; might be |
12 nice for an email program. That's blue sky, unless someone wants to tackle |
12 nice for an email program. That's blue sky, unless someone wants to tackle |
13 it. |
13 it. |
14 - Try to remove ERR_OS_ERROR from macclassic.c where possible. |
14 - Try to remove ERR_OS_ERROR from macclassic.c where possible. |
|
15 - Get os2.c compiling. |
15 - Figure out that pesky pthread casting problem. |
16 - Figure out that pesky pthread casting problem. |
|
17 - macclassic.c : |
|
18 "/* (Hmm. Default behaviour is broken in the base library. :) ) */" |
16 - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, |
19 - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, |
17 MacOS 8.1 |
20 MacOS 8.1 |
18 - Platforms to port to: NetBSD (needs pthreads), OS/2 (needs platform driver), |
21 - Platforms to port to: PocketPC (Maybe can just use win32.c?), |
19 PocketPC (Maybe can just use win32.c?), Amiga (needs platform driver), |
22 Amiga (needs platform driver). |
20 AtheOS (needs platform driver, maybe can use unix.c and posix.c?) |
|
21 - Use __cdecl in physfs.h? |
23 - Use __cdecl in physfs.h? |
22 - Look for FIXMEs (many marked with "!!!" in comments). |
24 - Look for FIXMEs (many marked with "!!!" in comments). |
23 - Probably other stuff. Requests and recommendations are welcome. |
25 - Probably other stuff. Requests and recommendations are welcome. |
24 |
26 |
25 // end of TODO ... |
27 // end of TODO ... |