Ryan C. Gordon 23 lat temu
rodzic
commit
4454511ca0
2 zmienionych plików z 5 dodań i 4 usunięć
  1. 3 0
      CHANGELOG
  2. 2 4
      TODO

+ 3 - 0
CHANGELOG

@@ -2,6 +2,9 @@
  * CHANGELOG.
  * CHANGELOG.
  */
  */
 
 
+05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is
+           much much more accurate than the previous code. Updated
+           configure.in and Makefile.am.newautomake for some MacOSX stuff.
 05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
 05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
 05182003 - PocketPC fixes (thanks, David Hedbor!)
 05182003 - PocketPC fixes (thanks, David Hedbor!)
 05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)
 05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)

+ 2 - 4
TODO

@@ -11,12 +11,10 @@ These are in no particular order. A 1.0 release is reliant on doing some of
   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.
 - I'm a little nervous about the use of linked lists in qpak.c.
 - I'm a little nervous about the use of linked lists in qpak.c.
+- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
 - macclassic.c :
 - macclassic.c :
   "/* (Hmm. Default behaviour is broken in the base library.  :)  )  */"
   "/* (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: PocketPC (Maybe can just use win32.c?),
-  Amiga (needs platform driver), DOS4GW (platform driver).
+- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
 - profile string list interpolation.
 - profile string list interpolation.
 - We have two different ways to find dir entries in zip.c.
 - We have two different ways to find dir entries in zip.c.
 - Do symlinks in zip archiver work when they point to dirs?
 - Do symlinks in zip archiver work when they point to dirs?