r861 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 21 16:06:30 EDT 2007


Author: icculus
Date: 2007-03-21 16:06:29 -0400 (Wed, 21 Mar 2007)
New Revision: 861

Modified:
   trunk/CHANGELOG.txt
Log:
Updated.

Modified: trunk/CHANGELOG.txt
===================================================================
--- trunk/CHANGELOG.txt	2007-03-21 05:22:48 UTC (rev 860)
+++ trunk/CHANGELOG.txt	2007-03-21 20:06:29 UTC (rev 861)
@@ -2,6 +2,17 @@
  * CHANGELOG.
  */
 
+03202007 - Removed platform/skeleton.c (it was out of date), added
+           platform/macosx.c (To further Macify the code and get the #ifdefs
+           out of unix.c), and refactored the platform layer to try and
+           make the unix/posix/macosx/beos sources try to find a split that
+           works. Moved the platform allocators to physfs.c, since all but
+           Mac OS X were using malloc()...there's now an interface for the
+           platform to supply a custom allocator if they don't want the malloc
+           version. Removed __PHYSFS_platformTimeslice(), as it's no longer
+           being used. Replaced manual management of pthread mutexes with
+           PTHREAD_MUTEX_RECURSIVE attribute...let's see what platforms
+           throw up on that. Handled documentation comment FIXME in physfs.h.
 03192007 - Fixed two switched strings in CMakeLists.txt ... patch to compile
            with latest Windows Platform SDK. Explicitly check for NULL in
            PHYSFS_init() when we can't go on without a real string here.




More information about the physfs-commits mailing list