Ryan C. Gordon il y a 21 ans
Parent
commit
c02b0db3ec
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      TODO

+ 6 - 0
TODO

@@ -29,6 +29,12 @@ Some might be dupes, some might be done already.
 - mmap() in posix.c
 - mmap() in posix.c
 - OSX shouldn't use ~/.app for userdir.
 - OSX shouldn't use ~/.app for userdir.
 - fscanf and fprintf support in extras dir.
 - 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.
 - maybe other stuff.
 
 
 // end of TODO ...
 // end of TODO ...