Ryan C. Gordon 23 vuotta sitten
vanhempi
commit
b772eede1d
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 3 0
      CHANGELOG
  2. 1 0
      TODO

+ 3 - 0
CHANGELOG

@@ -2,6 +2,9 @@
  * CHANGELOG.
  * CHANGELOG.
  */
  */
 
 
+08212002 - Did a couple tedious-for-small-rewards cleanups, optimizations,
+           corrections and streamlinings I've been meaning to do. Touched a
+           lot of code.
 08192002 - Generalized sorting routines, moved them into physfs.c and removed
 08192002 - Generalized sorting routines, moved them into physfs.c and removed
            the multiple copies from the various archivers. Adding profiling
            the multiple copies from the various archivers. Adding profiling
            code (currently only for sort routines)...enable it with
            code (currently only for sort routines)...enable it with

+ 1 - 0
TODO

@@ -21,6 +21,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
   MacOS 8.1
   MacOS 8.1
 - Platforms to port to: PocketPC (Maybe can just use win32.c?),
 - Platforms to port to: PocketPC (Maybe can just use win32.c?),
   Amiga (needs platform driver), DOS4GW (platform driver).
   Amiga (needs platform driver), DOS4GW (platform driver).
+- profile string list interpolation.
 - Use __cdecl in physfs.h?
 - Use __cdecl in physfs.h?
 - Look for FIXMEs (many marked with "!!!" in comments).
 - Look for FIXMEs (many marked with "!!!" in comments).
 - Probably other stuff. Requests and recommendations are welcome.
 - Probably other stuff. Requests and recommendations are welcome.