コミット履歴

作者 SHA1 メッセージ 日付
  Ryan C. Gordon e029cb54e5 Fixed some comments. 19 年 前
  Ryan C. Gordon 53bbe35ddd Renamed LICENSE to LICENSE.txt 19 年 前
  Ryan C. Gordon ca2489418e Removed config.h references from old autotools build system. 19 年 前
  Ryan C. Gordon a66c36b42a Cleaned up overflow checks in platform memory allocators (thanks to Nicolas 20 年 前
  Ryan C. Gordon 6e7e45cdaf API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally 20 年 前
  Ryan C. Gordon 64599213f1 Don't use size_t in physfs.h, since it relies on C runtime headers. 20 年 前
  Ryan C. Gordon e9cf90feda Ehh...I lied. Reverting change. 21 年 前
  Ryan C. Gordon 5c7308cdd3 Whoops, this goes here. 21 年 前
  Ryan C. Gordon 12684647dc MacOS Classic fixes and MPW support (thanks, Chris!). 21 年 前
  Ryan C. Gordon 3a0e6fa051 Builds on Mac Classic again. 21 年 前
  Ryan C. Gordon d840403c1c All memory management now goes through allocation hooks instead of directly to 21 年 前
  Ryan C. Gordon c2765f8571 Added callback APIs and ripped up the internals everywhere to use them. 21 年 前
  Ryan C. Gordon 24c8651f7f Patches to get this building on Mac Classic again. 22 年 前
  Ryan C. Gordon 09ef260209 Added internal function __PHYSFS_platformStrnicmp(). 22 年 前
  Ryan C. Gordon 3a479b6cd8 Now compiles on CodeWarrior 6 for MacOS Classic again. 23 年 前
  Ryan C. Gordon 42be0046aa Natural language #defines and build system support. 24 年 前
  Ryan C. Gordon 286ce8f00e Now returns human-readable error messages when possible. Minor fix in 24 年 前
  Ryan C. Gordon 69859a7bd9 Minor cleanups. 24 年 前
  Ryan C. Gordon 5b55a52af7 Changed enumeration code to use __PHYSFS_addToLinkedStringList(). 24 年 前
  Ryan C. Gordon 959a15e27f FIXME cleanups. 24 年 前
  Ryan C. Gordon 3df9dda733 Fixed buffer overflow in CD-ROM detection code. 24 年 前
  Ryan C. Gordon c1be8137b7 Implemented __PHYSFS_platformGetLastModTime(). 24 年 前
  Ryan C. Gordon 5386a5c6a2 Added PHYSFS_getLastModTime() API. (Thanks, John Hall!) 24 年 前
  Ryan C. Gordon a2bec46a6b Initial autoconf support. 24 年 前
  Ryan C. Gordon f56737b579 Fixed __PHYSFS_platformRealPath(), and changed userdir behaviour. We're now feature-complete on the Mac, as far as I can tell. 24 年 前
  Ryan C. Gordon c0b501934a Now handles Finder aliases as if they were symlinks. 24 年 前
  Ryan C. Gordon b0637e0182 Mostly implemented (fully implemented if you don't want aliases to work like symlinks). 24 年 前
  Ryan C. Gordon 148a933399 Fixed isDirectory and enumarateFiles (had wrong param in PBGetCatInfoSync()). 24 年 前
  Ryan C. Gordon 992321a07e More work. More to go. 24 年 前
  Ryan C. Gordon 7fd98219ca Implemented platformTimeslice, platformGetCurrentDir, and platformCvtToDependent. 24 年 前