Ryan C. Gordon
|
9e2acfd8a6
Removed OS/2 support.
|
14 years ago |
Ryan C. Gordon
|
bbd356a27b
Patched to compile.
|
14 years ago |
Ryan C. Gordon
|
6d4d91414a
Check _M_X64 (Visual Studio, Windows/x86-64) in littleendian test.
|
14 years ago |
Ryan C. Gordon
|
025a02f4c0
Corrected __PHYSFS_platformTell()'s return value to be correct.
|
14 years ago |
Ryan C. Gordon
|
8258274a90
Removed __PHYSFS_platformEOF(). It's not used anymore.
|
14 years ago |
Ryan C. Gordon
|
82b8546bc9
More Windows tests in the byteorder detection code.
|
15 years ago |
Ryan C. Gordon
|
f871802f51
Cleaned up some #includes.
|
15 years ago |
Ryan C. Gordon
|
3f02ce767f
Moved most the cut-and-paste between simple archivers to one file.
|
15 years ago |
Ryan C. Gordon
|
9d900f8814
Added a FIXME.
|
15 years ago |
Ryan C. Gordon
|
7f0e7105a7
Removed isDirectory, isSymLink and exists methods from internal code.
|
15 years ago |
Ryan C. Gordon
|
bb9f5e5049
Added PHYSFS_mountMemory().
|
15 years ago |
Ryan C. Gordon
|
4bc5ed1725
Abstracted file i/o into PHYSFS_Io interface.
|
15 years ago |
Ryan C. Gordon
|
b58e5f348c
Removed __PHYSFS_platformGetLastModTime().
|
15 years ago |
Ryan C. Gordon
|
fc680aa468
Removed PHYSFS_Archiver's isArchive() method.
|
15 years ago |
Ryan C. Gordon
|
c92f3035f9
Made __PHYSFS_ui64FitsAddressSpace's behaviour match its name.
|
15 years ago |
Ryan C. Gordon
|
2beafa790d
Removed getLastModTime() interface from the archivers; it's not used anymore.
|
15 years ago |
Ryan C. Gordon
|
f99f0ef9e7
Fixed details of PHYSFS_Archiver's stat method.
|
15 years ago |
Ryan C. Gordon
|
3dc77f8a54
Get rid of __inline__, just make sure "inline" is defined sanely instead.
|
15 years ago |
Ryan C. Gordon
|
4000b234c0
Moved all the file i/o from stdio-style to POSIX-style.
|
15 years ago |
Ryan C. Gordon
|
68632d3c57
Wrap BAIL_* and GOTO_* macros in do { } while (0) ...
|
15 years ago |
Ryan C. Gordon
|
1fe05388ad
Patched to compile on Solaris.
|
16 years ago |
Ryan C. Gordon
|
f1cd4d8f0d
THIS is Christoph's PHYSFS_stat() work.
|
16 years ago |
Ryan C. Gordon
|
8e78e4719d
Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
|
16 years ago |
Ryan C. Gordon
|
7cc80bebc5
Added first work on PHYSFS_stat() API (thanks, Christoph!).
|
16 years ago |
Ryan C. Gordon
|
cef8847a06
Attempt to clean up the thread ID mess in platform_unix ...
|
16 years ago |
Ryan C. Gordon
|
3f0cffcc50
Fixes for compiling on Solaris.
|
17 years ago |
Ryan C. Gordon
|
2a65060cde
Moved directory structure around.
|
17 years ago |