Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

14 years agoPrint address correctly with %p
nkeynes [Wed, 04 Mar 2009 23:04:54 +0000]  tree
Print address correctly with %p
src/test/testsh4x86.c


14 years agoAdd SDL audio driver, thanks to Wahrhaft!
nkeynes [Sat, 28 Feb 2009 06:26:48 +0000]  tree
Add SDL audio driver, thanks to Wahrhaft!
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/drivers/audio_sdl.c


14 years agoArgh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
nkeynes [Wed, 25 Feb 2009 09:00:05 +0000]  tree
Argh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
I think that's everything now...
src/Makefile.am
src/Makefile.in


14 years agoAdd explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
nkeynes [Wed, 25 Feb 2009 08:50:22 +0000]  tree
Add explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
broken headers and need to be compiled with -std=gnu99 rather than -std=c99
configure
configure.in
src/Makefile.am
src/Makefile.in


14 years agoFix minor warnings
nkeynes [Tue, 24 Feb 2009 11:50:17 +0000]  tree
Fix minor warnings
Add explicit casts to mmap() result for platforms where it's not void *...
src/gtkui/gtk_win.c
src/mem.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/xltcache.c


14 years agoSet the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
nkeynes [Tue, 24 Feb 2009 11:47:41 +0000]  tree
Set the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
to work correctly on all the platforms we care about at the moment.
Tweak the gcc-detection slightly (it was getting it wrong on some gcc builds)
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.am
src/Makefile.in


14 years agoCompile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
nkeynes [Sun, 15 Feb 2009 21:47:39 +0000]  tree
Compile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
configure
configure.in
src/drivers/joy_linux.c
src/sh4/sh4.c
src/sh4/sh4core.in


14 years agoFix typo in ocache invalidate
nkeynes [Mon, 09 Feb 2009 00:18:08 +0000]  tree
Fix typo in ocache invalidate
src/sh4/cache.c


14 years agoFail cleanly if the display doesn't actually support GLX, rather than crashing horribly
nkeynes [Mon, 09 Feb 2009 00:13:46 +0000]  tree
Fail cleanly if the display doesn't actually support GLX, rather than crashing horribly
src/drivers/video_glx.c


14 years agoClear the action set immediately prior to parsing them in - fix case where
nkeynes [Sun, 08 Feb 2009 23:38:41 +0000]  tree
Clear the action set immediately prior to parsing them in - fix case where
set is actually uninitialized the first time around
Add line numbers to error messages in actparse.c
src/tools/actparse.c


.