author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 26 Sep 2004 00:24:05 +0000 | |
changeset 647 | c83b6827fc7d |
parent 646 | 86be93f03eb7 |
child 648 | 5c993684b8f2 |
--- a/TODO Thu Sep 23 23:59:17 2004 +0000 +++ b/TODO Sun Sep 26 00:24:05 2004 +0000 @@ -29,6 +29,12 @@ - mmap() in posix.c - OSX shouldn't use ~/.app for userdir. - fscanf and fprintf support in extras dir. +- Why do we call it openArchive and dirClose? +- Sanity check byte order at runtime. +- Every DIR_* function requires a malloc/free! +- Merge DirHandle and PhysDirInfo. +- Memory locking? +- Clean up file code to match DirHandle cleanups. - maybe other stuff. // end of TODO ...