Ryan C. Gordon hace 21 años
padre
commit
e0da355650
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 1
      CHANGELOG
  2. 1 0
      TODO

+ 4 - 1
CHANGELOG

@@ -7,7 +7,10 @@
            little cleanups, which was nice. Less malloc pressure, too, since
            little cleanups, which was nice. Less malloc pressure, too, since
            opening a file used to allocate a ton of crap and mush it
            opening a file used to allocate a ton of crap and mush it
            together...now it's basically down to one structure and the
            together...now it's basically down to one structure and the
-           instance data in whatever archiver.
+           instance data in whatever archiver. Minor varname tweak in win32.c
+           and pocketpc.c. Changed PHYSFS_file to PHYSFS_File to match the
+           rest of the API's naming scheme (but put a typedef for source
+           compatibility).
 09252004 - Cleaned up archiver interface to not deal with DirHandles anymore,
 09252004 - Cleaned up archiver interface to not deal with DirHandles anymore,
            which simplifies things, removes some responsibility and code
            which simplifies things, removes some responsibility and code
            duplication from the archivers, and trims some malloc pressure.
            duplication from the archivers, and trims some malloc pressure.

+ 1 - 0
TODO

@@ -45,6 +45,7 @@ Some might be dupes, some might be done already.
 - Deprecate PHYSFS_setSaneConfig and move it to extras?
 - Deprecate PHYSFS_setSaneConfig and move it to extras?
 - PHYSFS_file should really be PHYSFS_File for consistency.
 - PHYSFS_file should really be PHYSFS_File for consistency.
 - (Re)move the profiling code in physfs.c.
 - (Re)move the profiling code in physfs.c.
+- Why is physfsrwops.c cut-and-pasted into the ruby bindings?
 - maybe other stuff.
 - maybe other stuff.
 
 
 // end of TODO ...
 // end of TODO ...