Ryan C. Gordon 24 лет назад
Родитель
Сommit
12314e3715
2 измененных файлов с 10 добавлено и 0 удалено
  1. 7 0
      CHANGELOG
  2. 3 0
      TODO

+ 7 - 0
CHANGELOG

@@ -43,6 +43,13 @@
            code somewhat). Haven't tried to compile the zipfile support, and
            I still can't link the library. Dunno what the hell I'm supposed
            to do there. Isn't Unix supposed to be hard compared to this?
+09142001 - David Hedbor submitted a patch to handle a case where the
+           current working directory has been deleted out from under the
+           process (both in platform/unix.c and physfs.c itself). Thanks,
+           David! Added a CREDITS file. Changed the format of the author field
+           in PHYSFS_ArchiveInfo to put the email address between "<>" instead
+           of "()" chars. Updated TODO. make install now deletes previous
+           revisions of the library. Changed version to 0.1.4.
 
 --ryan. (icculus@clutteredmind.org)
 

+ 3 - 0
TODO

@@ -1,3 +1,4 @@
+Stuff that needs to be done and wishlist:
 
 - update the Makefile so that Cygwin can generate a DLL. The entire codebase
   compiles under Cygwin otherwise.
@@ -5,6 +6,8 @@
   decide that there's no disc in the drive?
 - MacOS support.
 - Move the integer types to something abstract. uint32, etc.
+- Platform-specific functions/macros to handle byte ordering.
+- A PHYSFS_readUint32(), _readSint32(), etc API.
 - Ditch the "standard" i/o routines (fopen() and friends) and move this into
   the platform drivers.