Patrice Mandin <patmandin@gmail.com> [Fri, 06 Nov 2009 22:32:16 +0000] rev 4376
Adapt IKBD asm routine for Coldfire
Patrice Mandin <patmandin@gmail.com> [Fri, 06 Nov 2009 21:17:16 +0000] rev 4375
Disable C2P routines for Coldfire CPUs
Patrice Mandin <patmandin@gmail.com> [Fri, 06 Nov 2009 18:06:01 +0000] rev 4374
Disable m68k assembly for Coldfire CPUs
Patrice Mandin <patmandin@gmail.com> [Fri, 06 Nov 2009 17:42:14 +0000] rev 4373
Update for include file locations
Ryan C. Gordon <icculus@icculus.org> [Sun, 01 Nov 2009 17:51:39 +0000] rev 4372
1.2 branch: fixed assembly code register clobbering.
Ryan C. Gordon <icculus@icculus.org> [Wed, 28 Oct 2009 19:42:16 +0000] rev 4371
fatbuild.sh: work around directory name change in Xcode 3.2.
Sam Lantinga <slouken@libsdl.org> [Thu, 22 Oct 2009 04:53:44 +0000] rev 4370
C.W. Betts 2009-10-20 09:58:56 PDT
The compiler complains that long is an incompatible pointer type for
[gl_context setValues: forParameter:] and CGLSetParameter. This only shows up
on x86_64, but it still might be an issue.
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Oct 2009 03:47:29 +0000] rev 4369
Better fix for bug #861
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Oct 2009 03:45:06 +0000] rev 4368
Fixed bug #861
C.W. Betts 2009-10-19 19:16:41 PDT
In 64-bit libraries, the fork reference is a different size than in 32-bit.
Apple has tried to help this transition by making a typedef called FSIORefNum,
but it is only available in Mac OS X 10.5 headers or later. I first noticed
this bug in Mac OS X's CD player code, and the patch is set to fix it
accordingly. This might also be an issue in SDL_QuartzVideo.m
Sam Lantinga <slouken@libsdl.org> [Mon, 19 Oct 2009 10:09:58 +0000] rev 4367
Fixed compiler warnings