Patrice Mandin [Wed, 01 Oct 2003 07:52:33 +0000] rev 727
Update MiNT CD-ROM driver
Ryan C. Gordon [Tue, 30 Sep 2003 07:16:20 +0000] rev 726
SDL12: Disable screensaver in windib driver.
Sam Lantinga [Sun, 28 Sep 2003 18:31:07 +0000] rev 725
*** empty log message ***
Patrice Mandin [Sat, 27 Sep 2003 08:20:26 +0000] rev 724
Atari CD-ROM support
Patrice Mandin [Wed, 24 Sep 2003 21:45:27 +0000] rev 723
Files now copied to build directory instead of source directory while configuring
Sam Lantinga [Sun, 21 Sep 2003 19:25:45 +0000] rev 722
*** empty log message ***
Sam Lantinga [Sun, 21 Sep 2003 18:40:51 +0000] rev 721
Date: Thu, 18 Sep 2003 14:24:35 -0400
From: Scott Watson
Subject: [SDL] Improper Windows message routine calling
If this hasn't been caught yet, there's an improper method of calling a
user's window message routine in the various SDL_xxevents.c files.
Calling it improperly can cause a crash under at least XP.
Sam Lantinga [Sun, 21 Sep 2003 18:32:04 +0000] rev 720
N Sep 17 8791 Sam Lantinga Re: tks source released
Date: Sun, 07 Sep 2003 02:51:58 +0200
From: Stephane Marchesin
Subject: [SDL] Two little patches
Compiling SDL with a recent gcc (gcc 3.3.1, 3.3 doesn't have this
behaviour) gives some nasty warnings :
SDL_blit_A.c: In function `BlitRGBtoRGBSurfaceAlpha128MMX':
SDL_blit_A.c:223: warning: integer constant is too large for "long" type
SDL_blit_A.c:225: warning: integer constant is too large for "long" type
SDL_blit_A.c:227: warning: integer constant is too large for "long" type
[...]
The first attached patch (longlongfix.patch) tells gcc to really treat
those constants as unsigned long long and not long.
The second patch (nasinclude.patch) fixes an include problem I had while
compiling nas audio : when the <audio/audiolib.h> file lies in
/usr/X11R6/include, a -I/usr/X11R6/include option is needed or the file
isn't found.
Sam Lantinga [Sun, 21 Sep 2003 18:18:17 +0000] rev 719
Date: Fri, 12 Sep 2003 18:04:19 -0400
From: Matthew Danish
Subject: patch for k*bsd support
I am forwarding this patch from Robert Millan <rmh@debian.org> for
supporting K*BSD systems (BSD kernel GNU userland, and hurd) in
configure.in.
Sam Lantinga [Sun, 21 Sep 2003 18:13:48 +0000] rev 718
Date: Sat, 13 Sep 2003 15:50:43 +0300
From: "Mike Gorchak"
Subject: QNX fixes
improved sound code for the QNX, added workarounds for known bugs, fixed photon detect code. Update .qpg file.