Commit Graph

  • 34bdd661c9 Missed an ferror(); fixed to use platform abstraction instead. Ryan C. Gordon 2002-04-01 18:43:59 +0000
  • a14208b2a8 Updated comment on thread safety. Ryan C. Gordon 2002-03-30 17:26:03 +0000
  • 179aadad27 Updated comment on thread safety. Ryan C. Gordon 2002-03-30 17:26:03 +0000
  • c0ab5601d3 Updated. Ryan C. Gordon 2002-03-30 16:56:40 +0000
  • d5402e6b17 Updated. Ryan C. Gordon 2002-03-30 16:56:40 +0000
  • 7e00410339 First shot at thread-safety. Ryan C. Gordon 2002-03-30 16:44:09 +0000
  • 39406cbacc First shot at thread-safety. Ryan C. Gordon 2002-03-30 16:44:09 +0000
  • d55d257ecd Patched to compile. Ryan C. Gordon 2002-03-30 01:57:53 +0000
  • 5d2b8493f6 Patched to compile. Ryan C. Gordon 2002-03-30 01:57:53 +0000
  • 6db6ce7b19 Platform abstracted i/o, other bugfixes. Ryan C. Gordon 2002-03-29 08:20:06 +0000
  • d8cf534bf2 Platform abstracted i/o, other bugfixes. Ryan C. Gordon 2002-03-29 08:20:06 +0000
  • f939a97080 Updated. Ryan C. Gordon 2002-03-29 08:19:39 +0000
  • 2ad8cfa98f Updated. Ryan C. Gordon 2002-03-29 08:19:39 +0000
  • 7bd179a940 Added Gregory S. Read. Ryan C. Gordon 2002-03-25 08:28:40 +0000
  • 72d3077167 Added Gregory S. Read. Ryan C. Gordon 2002-03-25 08:28:40 +0000
  • 1ab0042b2d Updated. Ryan C. Gordon 2002-03-25 08:14:47 +0000
  • c7d476e657 Updated. Ryan C. Gordon 2002-03-25 08:14:47 +0000
  • a14ba2ea93 Converted to file i/o abstraction, removed race condition. Ryan C. Gordon 2002-03-25 08:13:06 +0000
  • 4573c8a5ea Converted to file i/o abstraction, removed race condition. Ryan C. Gordon 2002-03-25 08:13:06 +0000
  • 2409d8aca1 Fixed a crashbug when opening a file that doesn't exist. Ryan C. Gordon 2002-03-25 08:11:55 +0000
  • 6a0a1349a8 Fixed a crashbug when opening a file that doesn't exist. Ryan C. Gordon 2002-03-25 08:11:55 +0000
  • c2095fb55c Abstracted file deletion, so we don't rely on C library for it anymore. Ryan C. Gordon 2002-03-25 05:02:12 +0000
  • f6b15061c8 Abstracted file deletion, so we don't rely on C library for it anymore. Ryan C. Gordon 2002-03-25 05:02:12 +0000
  • 43ed57c7d9 Updated. Ryan C. Gordon 2002-03-25 05:01:29 +0000
  • 255322c2fa Updated. Ryan C. Gordon 2002-03-25 05:01:29 +0000
  • 1c5f57e63b Now uses platform file i/o abstraction. Ryan C. Gordon 2002-03-25 04:06:06 +0000
  • 51b65e1d5a Now uses platform file i/o abstraction. Ryan C. Gordon 2002-03-25 04:06:06 +0000
  • ee936dc7f8 Fixed a const thing. Ryan C. Gordon 2002-03-25 04:05:52 +0000
  • 723702fedb Fixed a const thing. Ryan C. Gordon 2002-03-25 04:05:52 +0000
  • 37965979ef Quick fix. Ryan C. Gordon 2002-03-25 04:02:27 +0000
  • dfe65649df Quick fix. Ryan C. Gordon 2002-03-25 04:02:27 +0000
  • 0f3be5017d Added typedefs and platform-specific i/o. Ryan C. Gordon 2002-03-24 19:47:33 +0000
  • f2887cf047 Added typedefs and platform-specific i/o. Ryan C. Gordon 2002-03-24 19:47:33 +0000
  • 59375fca11 -Added init and deinit routines per physfs_internal.h changes. -User directory is now returned correctly under WinNT based systems. Under Win9x/ME, a NULL is returned right now. Gregory S. Read 2002-03-24 19:42:21 +0000
  • 3b798738f6 -Added init and deinit routines per physfs_internal.h changes. -User directory is now returned correctly under WinNT based systems. Under Win9x/ME, a NULL is returned right now. Gregory S. Read 2002-03-24 19:42:21 +0000
  • 419d5cd017 Added __PHYSFS_platformInit() and __PHYSFS_platformDeinit(). Ryan C. Gordon 2002-03-24 06:36:48 +0000
  • 83ee49dd6a Updated. Ryan C. Gordon 2002-03-21 04:03:38 +0000
  • 1c7c01be04 Patched to fix a namespace issue. Ryan C. Gordon 2002-03-21 03:23:12 +0000
  • e38b16ccb3 Patched to compile. Ryan C. Gordon 2002-03-21 03:22:04 +0000
  • 57a176068c const correctness fixes. Ryan C. Gordon 2002-03-16 03:53:46 +0000
  • bd8818abd2 Link fixes. Ryan C. Gordon 2002-03-16 03:53:29 +0000
  • cd39a9057e Updated. Ryan C. Gordon 2002-03-16 03:53:18 +0000
  • dd070f9330 Initial add. Ryan C. Gordon 2002-03-16 03:51:09 +0000
  • cd58c9e523 Reports trouble setting the write dir in PHYSFS_setSaneConfig(). Ryan C. Gordon 2002-03-15 14:53:23 +0000
  • 81bac7781f Updated. Ryan C. Gordon 2002-03-15 14:52:57 +0000
  • 20024184f2 Updated. Ryan C. Gordon 2002-03-05 19:28:49 +0000
  • 4bb0fbe4e2 Minor logic fix. Ryan C. Gordon 2002-03-05 19:28:02 +0000
  • 401911aeb8 Updated. Ryan C. Gordon 2002-03-05 19:17:18 +0000
  • cb2a15d302 Darwin support by Patrick Stein. Ryan C. Gordon 2002-03-05 19:16:38 +0000
  • 7484d7ccb1 Updated. Ryan C. Gordon 2002-03-05 01:37:04 +0000
  • 734b665b8d Changed timeslice implementation to use something more portable (thanks to Patrick Stein and his Darwin work for this one). Ryan C. Gordon 2002-03-05 01:35:54 +0000
  • dd001ed5c5 Updated. Ryan C. Gordon 2001-11-14 23:47:24 +0000
  • 525d015984 Took out a redundant memory failure check. Ryan C. Gordon 2001-11-14 23:46:41 +0000
  • 2c7f714b6b Updated. Ryan C. Gordon 2001-10-09 15:41:57 +0000
  • 934d107a4d Changes to user dir. Ryan C. Gordon 2001-10-09 15:41:33 +0000
  • ae140141fc The DirHandle->funcs pointer wasn't getting set?! Ryan C. Gordon 2001-10-09 15:34:10 +0000
  • 3fdf86c573 Updated. Ryan C. Gordon 2001-10-09 15:19:02 +0000
  • b1c50bba8b Added "cat" command. Ryan C. Gordon 2001-10-09 15:16:27 +0000
  • 94406b6c35 Put a FIXME in place. Ryan C. Gordon 2001-10-09 15:15:40 +0000
  • 7ab013b8b7 Fixed some syntax issues. Ryan C. Gordon 2001-10-09 15:15:24 +0000
  • f2bb78075f Updated. Ryan C. Gordon 2001-09-26 03:11:55 +0000
  • 3ad4abe6ce Make sure that the writing functions get used when a write mode is specified. Ryan C. Gordon 2001-09-26 03:09:35 +0000
  • e444f9ed02 PHYSFS_setSaneConfig() fixes: set write dir correctly, and put it at start of search path. Ryan C. Gordon 2001-09-26 03:08:57 +0000
  • 9648558b3f Updated. Ryan C. Gordon 2001-09-26 01:45:37 +0000
  • 1e6f2bc0d9 Changed PHYSFS_setSaneConfig()'s behaviour. API BREAKAGE. Ryan C. Gordon 2001-09-26 01:44:41 +0000
  • c3a00ee94b Patches from David Hedbor to handle missing current working directories. release-0.1.4 Ryan C. Gordon 2001-09-14 22:59:53 +0000
  • c2b2506a7c Updated version from 0.1.3 to 0.1.4. Ryan C. Gordon 2001-09-14 22:58:04 +0000
  • 12314e3715 Updated. Ryan C. Gordon 2001-09-14 22:57:22 +0000
  • 70838fdc23 Initial add. Ryan C. Gordon 2001-09-14 22:57:02 +0000
  • beecf24734 make install deletes previous versions of the library. Ryan C. Gordon 2001-09-14 22:56:46 +0000
  • c7aad1afd6 Changed author credits to wrap email addresses in "<>" and not "()" chars. Ryan C. Gordon 2001-09-14 22:55:44 +0000
  • 1035802174 Updated. Ryan C. Gordon 2001-09-02 05:01:53 +0000
  • ed2a43b2ea Patched to compile with an ancient version of CodeWarrior. Ryan C. Gordon 2001-09-02 04:55:25 +0000
  • 9d2ae6e900 Updated. Ryan C. Gordon 2001-09-02 01:17:35 +0000
  • 60596eb083 Updated again. Ryan C. Gordon 2001-09-02 01:11:56 +0000
  • 443c70063d Updated. Ryan C. Gordon 2001-09-02 00:21:54 +0000
  • 03708e7e4d Updated win32 build instructions. Ryan C. Gordon 2001-09-02 00:18:43 +0000
  • 651334d589 Moved to separate download. Ryan C. Gordon 2001-09-01 23:51:28 +0000
  • c97cbf3665 Rewrote __PHYSFS_platformRealPath() to be Cygwin AND Visual C friendly. I hope. :). Ryan C. Gordon 2001-09-01 23:40:22 +0000
  • 7cf0f947a3 A little more Cygwin-friendly. Ryan C. Gordon 2001-09-01 23:38:11 +0000
  • 987a9264d7 Updated. Ryan C. Gordon 2001-08-29 17:13:06 +0000
  • cd074fce2c Updated. Ryan C. Gordon 2001-08-29 14:35:06 +0000
  • 9effae336d Attempts to calculate basedir with GetModuleFileName() first, and made a CygWin fix (_MAX_PATH becomes MAX_PATH). Ryan C. Gordon 2001-08-29 14:33:17 +0000
  • af9dd7b824 Updated. release-0.1.3 Ryan C. Gordon 2001-08-29 03:33:42 +0000
  • 565f12a084 Fixed link command line so that test_physfs links with libphysfs.so correctly. Ryan C. Gordon 2001-08-29 03:33:07 +0000
  • 25c65e2df7 Upped version to 0.1.3. Ryan C. Gordon 2001-08-29 03:32:04 +0000
  • 00267d4023 Fixed base directory determination. Ryan C. Gordon 2001-08-29 03:31:43 +0000
  • 8c36e958e2 Updated. Ryan C. Gordon 2001-08-29 03:11:23 +0000
  • 9ea8d5b5e4 Initial add. Ryan C. Gordon 2001-08-29 03:10:45 +0000
  • 950e518270 __PHYSFS_platformGetUserDir() checks some win32 standard environment variables, now. Added some headers so that most of this compiles with Cygwin, too. Ryan C. Gordon 2001-08-29 02:41:47 +0000
  • 8d4a037896 Initial add. Unzip in root of source directory and point Visual C at the project file to build. release-0.1.2 Ryan C. Gordon 2001-08-23 18:03:08 +0000
  • 709626633e Compiles and runs on Visual C. What an uphill climb THAT was. Ryan C. Gordon 2001-08-23 18:01:43 +0000
  • 87ca6869ed Updated. Ryan C. Gordon 2001-08-23 17:09:20 +0000
  • 9d8f80df19 Made dependency on readline optional. Ryan C. Gordon 2001-08-23 17:08:26 +0000
  • 7aa0c252a9 More win32 updates. Ryan C. Gordon 2001-08-23 16:02:51 +0000
  • 3deb942440 Whoops. Forgot to declare a variable. Ryan C. Gordon 2001-08-23 15:39:07 +0000
  • f0c09894c8 Updates, corrections and enhancements to get this ported to win32. Ryan C. Gordon 2001-08-23 15:23:21 +0000
  • 500f1a6687 Initial add; NOT complete. Ryan C. Gordon 2001-08-23 15:22:52 +0000
  • e6bebfa32c Fixed a potential free()ing of a NULL pointer in __PHYSFS_platformEnumerateFiles. Ryan C. Gordon 2001-08-23 15:06:15 +0000
  • 2ce179303b Removed #include <unistd.h>, since it isn't needed in this file, and doesn't exist as far as Visual C is concerned. Ryan C. Gordon 2001-08-23 14:31:00 +0000