Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 13:22:37 -0400] rev 1509
Fixed a comment about SDL licensing.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 13:20:15 -0400] rev 1508
Removed SWIG bindings.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 13:19:57 -0400] rev 1507
Update filename comments.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:59:06 -0400] rev 1506
Renamed all the sources to start with "physfs_"
So now you can drop this into your program and not worry about filename
conflicts, or where "platform_unix.c" came from in the debugger, etc.
Also renamed the "beos" sources to "haiku" and "macosx" to "macos" to match
modern platform names.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:55:50 -0400] rev 1505
Add platform_os2.c to the CMake file.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:47:32 -0400] rev 1504
Minor code cleanups: whitespace fixes, 80-column overflows, wrong comments.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:42:34 -0400] rev 1503
vdf: Migrated to new, improved unpacked archiver infrastructure.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:16:37 -0400] rev 1502
Added some TODOs to the ISO9660 code.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 23:02:10 -0400] rev 1501
Some improvements to INSTALL.txt.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 22:38:50 -0400] rev 1500
Fixed compiler warnings.