9 an installer/updater. I thought it might be neat to have MBOX and Maildir |
9 an installer/updater. I thought it might be neat to have MBOX and Maildir |
10 support so that both "archives" look identical to an application; might be |
10 support so that both "archives" look identical to an application; might be |
11 nice for an email program. That's blue sky, unless someone wants to tackle |
11 nice for an email program. That's blue sky, unless someone wants to tackle |
12 it. |
12 it. |
13 - I'm a little nervous about the use of linked lists in qpak.c. |
13 - I'm a little nervous about the use of linked lists in qpak.c. |
|
14 - Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc(). |
14 - macclassic.c : |
15 - macclassic.c : |
15 "/* (Hmm. Default behaviour is broken in the base library. :) ) */" |
16 "/* (Hmm. Default behaviour is broken in the base library. :) ) */" |
16 - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, |
17 - Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver). |
17 MacOS 8.1 |
|
18 - Platforms to port to: PocketPC (Maybe can just use win32.c?), |
|
19 Amiga (needs platform driver), DOS4GW (platform driver). |
|
20 - profile string list interpolation. |
18 - profile string list interpolation. |
21 - We have two different ways to find dir entries in zip.c. |
19 - We have two different ways to find dir entries in zip.c. |
22 - Do symlinks in zip archiver work when they point to dirs? |
20 - Do symlinks in zip archiver work when they point to dirs? |
23 - Enable more warnings? |
21 - Enable more warnings? |
24 - Use __cdecl in physfs.h? |
22 - Use __cdecl in physfs.h? |