Sam Lantinga <slouken@libsdl.org> [Tue, 18 Jan 2005 18:40:48 +0000] rev 1031
Date: Sun, 16 Jan 2005 19:20:15 +0100
From: Stephane Marchesin
To: Kirill Ponomarew
Subject: [SDL] Problem on x86_64 with latest CVS (Re: sdl12 with gcc-2.95)
>-I../../src -I../../src/main/freebsd -I../../src/audio
>-I../../src/video -I../../src/video/XFree86/extensions
>-I../../src/events -I../../src/joystick -I../../src/cdrom
>-I../../src/thread -I../../src/timer -I../../src/endian
>-I../../src/file -I../../src/thread -MT SDL_endian.lo -MD -MP -MF
>.deps/SDL_endian.Tpo -c SDL_endian.c -fPIC -DPIC -o
>.libs/SDL_endian.o
>{standard input}: Assembler messages:
>{standard input}:144: Error: suffix or operands invalid for `xchg'
>*** Error code 1
>
That's a totally different problem. This was introduced in CVS 4 days ago :
http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/include/SDL_endian.h.diff?r1=1.11\
&r2=1.12
Just revert this patch.
Sam Lantinga <slouken@libsdl.org> [Tue, 18 Jan 2005 18:32:10 +0000] rev 1030
Date: Sat, 15 Jan 2005 15:06:01 -0600
From: Tyler Montbriand
Subject: [SDL] minor bugfix for test/testoverlay2.c
Programs that use malloc ought to #include <stdlib.h> . On 32-bit systems you
can get away with not including it, but on 64-bit systems it will assume
malloc() returns a 32-bit integer and butcher the 64-bit pointers it returns.
Ryan C. Gordon <icculus@icculus.org> [Mon, 17 Jan 2005 19:38:28 +0000] rev 1029
Date: Mon, 17 Jan 2005 20:54:50 +0200
From: Ville [snip]
Subject: [PATCH] SDL/DirectFB: remove Matrox CRTC2 flicker filter
Hi,
This patch removes the flicker filter option from the DirectFB backend's
Matrox CRTC2 code in SDL. I will be removing the option from DirectFB
(because it doesn't actually work) and that would cause the SDL code to
fail without this fix.
I was going to send this to some SDL list directly but libsdl.org is down
so I'm not sure what if any lists there are. Thomas Jarosch (the guy who
wrote the code) said you would accept SDL patches. Let me know if I should
send this somewhere else.
-- Ville Syrj�l� syrjala _at sci.fi http://www.sci.fi/~syrjala/
Sam Lantinga <slouken@libsdl.org> [Thu, 13 Jan 2005 23:24:56 +0000] rev 1028
Fix various problems with the timer code.
* SDL_timer_running wasn't always updated correctly.
* Fixed occasional crash in SDL_SetTimer() when clearing threaded timers
* It was possible to get both the timer thread and event thread running
* Other misc. cleanup
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2005 19:38:24 +0000] rev 1027
Clarified the code in the pixel format allocation
Added support for direct color 8-bpp modes.
Sam Lantinga <slouken@libsdl.org> [Wed, 12 Jan 2005 06:04:48 +0000] rev 1026
Select patches included from The NetBSD Package Collection (www.pkgsrc.org)
Sam Lantinga <slouken@libsdl.org> [Sat, 08 Jan 2005 23:13:01 +0000] rev 1025
Avoid gcc parse errors on Win32. This is fine in general because gcc uses
the cdecl calling convention by default.
Sam Lantinga <slouken@libsdl.org> [Tue, 04 Jan 2005 19:06:23 +0000] rev 1024
Bumped the minor version number...
Sam Lantinga <slouken@libsdl.org> [Tue, 04 Jan 2005 19:05:32 +0000] rev 1023
Fix potential use of freed memory in the threaded timer system
Sam Lantinga <slouken@libsdl.org> [Tue, 04 Jan 2005 19:04:14 +0000] rev 1022
*** empty log message ***