This commit is contained in:
Ryan C. Gordon 2002-06-11 01:19:52 +00:00
parent c64f5e69c4
commit 51e7e620fc
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,8 @@
with LoadLibrary() at runtime now, and handled if not present. This with LoadLibrary() at runtime now, and handled if not present. This
now builds correctly on a freshly installed Visual Studio 6.0, and now builds correctly on a freshly installed Visual Studio 6.0, and
the DLL it builds works everywhere. Plus, a bunch of other bugs the DLL it builds works everywhere. Plus, a bunch of other bugs
and incorrect behaviours were squashed. and incorrect behaviours were squashed. Visual Studio 6.0 project
file added to CVS.
06082002 - Fixes to __PHYSFS_platformEnumerateFiles() in win32.c: cleaned up 06082002 - Fixes to __PHYSFS_platformEnumerateFiles() in win32.c: cleaned up
memory leak, handles paths more robustly, and prevents possible memory leak, handles paths more robustly, and prevents possible
skipped file entries. Removed AC_C_CONST and AC_TYPE_SIZE_T checks skipped file entries. Removed AC_C_CONST and AC_TYPE_SIZE_T checks

3
TODO
View File

@ -18,8 +18,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
nice for an email program. That's blue sky, unless someone wants to tackle nice for an email program. That's blue sky, unless someone wants to tackle
it. it.
- Look for FIXMEs (many marked with "!!!" in comments). - Look for FIXMEs (many marked with "!!!" in comments).
- Make configure/Makefile build a shared library on MacOS X. - MacOS X Project Builder files.
- Make the library friendly to Win95 systems.
- Probably other stuff. Requests and recommendations are welcome. - Probably other stuff. Requests and recommendations are welcome.
// end of TODO ... // end of TODO ...