r867 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 24 01:42:29 EDT 2007


Author: icculus
Date: 2007-03-24 01:42:29 -0400 (Sat, 24 Mar 2007)
New Revision: 867

Modified:
   trunk/TODO.txt
Log:
Updated.

Modified: trunk/TODO.txt
===================================================================
--- trunk/TODO.txt	2007-03-24 05:42:22 UTC (rev 866)
+++ trunk/TODO.txt	2007-03-24 05:42:29 UTC (rev 867)
@@ -16,7 +16,6 @@
   important, since streaming archives aren't of much value to games (which
   is why zipfiles are king: random access), but it could have uses for, say,
   an installer/updater.
-- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
 - Reduce malloc() pressure all over the place. We fragment memory like mad.
 - profile string list interpolation.
 - We have two different ways to find dir entries in zip.c.
@@ -42,7 +41,6 @@
 - Need "getmountpoint" command in test_physfs.c ...
 - Look for calloc() calls that aren't going through the allocation hooks.
 - Write up a simple HOWTO on embedding physicsfs in another project.
-- Make mutexes recursive, so callbacks can call into the API.
 - Archivers need abstracted i/o to read from memory or files (archives in archives?)
 - Probably other stuff. Requests and recommendations are welcome.
 




More information about the physfs-commits mailing list