Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated.
  • Loading branch information
icculus committed Sep 14, 2001
1 parent 70838fd commit 12314e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Expand Up @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions TODO
@@ -1,10 +1,13 @@
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.
- Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
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.

Expand Down

0 comments on commit 12314e3

Please sign in to comment.