From c02b0db3ec5b2d30b7ff7d48bab88ef241f0ebb4 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 26 Sep 2004 00:24:05 +0000 Subject: [PATCH] Updated. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 1144ff46..5ff6f1fa 100644 --- a/TODO +++ b/TODO @@ -29,6 +29,12 @@ Some might be dupes, some might be done already. - 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 ...