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

15 years agoFix broken link line ($LINK rather than just $CCLD)
nkeynes [Thu, 15 Jan 2009 11:18:10 +0000]  tree
Fix broken link line ($LINK rather than just $CCLD)
src/Makefile.am
src/Makefile.in


15 years agoMake --enable-strict-warn work again
nkeynes [Thu, 15 Jan 2009 11:16:48 +0000]  tree
Make --enable-strict-warn work again
configure
configure.in


15 years agoAdd missed paths_osx.m from previous commit
nkeynes [Thu, 15 Jan 2009 07:21:34 +0000]  tree
Add missed paths_osx.m from previous commit
src/cocoaui/paths_osx.m


15 years agoAdd support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
nkeynes [Thu, 15 Jan 2009 04:15:11 +0000]  tree
Add support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
- Rename Obj-C source to .m
- Separate paths.c into paths_unix.c and paths_osx.m
- Add configuration detection of ICC, along with specific opt flags
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.c
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_gd.c
src/cocoaui/cocoa_gd.m
...

15 years agoFix missing prototype for mmu_vma_to_phys_disasm
nkeynes [Thu, 15 Jan 2009 03:54:21 +0000]  tree
Fix missing prototype for mmu_vma_to_phys_disasm
Fix missing return value in mmu_ext_page_remapped
src/sh4/mmu.c
src/sh4/mmu.h
src/sh4/sh4dasm.in
src/test/testsh4x86.c


15 years agoFix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
nkeynes [Thu, 15 Jan 2009 01:24:25 +0000]  tree
Fix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
src/sdram.c


15 years agoFix off-by-one buffer overflow
nkeynes [Thu, 15 Jan 2009 00:53:39 +0000]  tree
Fix off-by-one buffer overflow
Fix '\%' to '%'
src/tools/actparse.c


15 years agoExecute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
nkeynes [Wed, 14 Jan 2009 23:27:57 +0000]  tree
Execute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c


15 years agoDon't keep looking for the memory region after it's already been found in mem_load()
nkeynes [Wed, 14 Jan 2009 00:19:04 +0000]  tree
Don't keep looking for the memory region after it's already been found in mem_load()
src/mem.c


15 years agoAdd the current bus_cycle timing (not used yet, but may as well add it while
nkeynes [Wed, 14 Jan 2009 00:17:35 +0000]  tree
Add the current bus_cycle timing (not used yet, but may as well add it while
we're breaking the save state anyway)
src/sh4/sh4.h


.