提交歷史

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