Ryan C. Gordon <icculus@icculus.org> [Sun, 26 Sep 2004 13:03:00 +0000] rev 651
Changed vars named "FileHandle" to "Handle" to not cause confusion with
new type in physfs.c ...
Ryan C. Gordon <icculus@icculus.org> [Sun, 26 Sep 2004 13:00:59 +0000] rev 650
Did the same thing to FileHandles than I did to DirHandles, but this
triggered massive tweaking in physfs.c. A lot of code got little
cleanups, which was nice. Less malloc pressure, too, since opening a
file used to allocate a ton of crap and mush it together...now it's
basically down to one structure and the instance data in whatever
archiver.
Ryan C. Gordon <icculus@icculus.org> [Sun, 26 Sep 2004 12:56:23 +0000] rev 649
Updated.
Ryan C. Gordon <icculus@icculus.org> [Sun, 26 Sep 2004 00:25:04 +0000] rev 648
Cleaned up archiver interface to not deal with DirHandles anymore,
which simplifies things, removes some responsibility and code
duplication from the archivers, and trims some malloc pressure.
Also ripped up the allocation hook code a little. We'll try to screw
with memory locking later, since it makes everything ugly and
complex. Oh well.
Ryan C. Gordon <icculus@icculus.org> [Sun, 26 Sep 2004 00:24:05 +0000] rev 647
Updated.
Ryan C. Gordon <icculus@icculus.org> [Thu, 23 Sep 2004 23:59:17 +0000] rev 646
Minor allocation hook corrections.
Ryan C. Gordon <icculus@icculus.org> [Thu, 23 Sep 2004 06:53:16 +0000] rev 645
Updated.
Ryan C. Gordon <icculus@icculus.org> [Thu, 23 Sep 2004 06:45:36 +0000] rev 644
Initial structure for replacable allocator work.
Ryan C. Gordon <icculus@icculus.org> [Thu, 23 Sep 2004 06:38:51 +0000] rev 643
Updated with current 2.0 wishlist.
Ryan C. Gordon <icculus@icculus.org> [Thu, 23 Sep 2004 03:49:59 +0000] rev 642
Updated.