You can subscribe to this list here.
2001 |
Jan
(23) |
Feb
(28) |
Mar
(27) |
Apr
(12) |
May
(16) |
Jun
(43) |
Jul
(96) |
Aug
(4) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(35) |
Feb
(13) |
Mar
(37) |
Apr
(18) |
May
(30) |
Jun
(7) |
Jul
(7) |
Aug
|
Sep
(39) |
Oct
(34) |
Nov
(11) |
Dec
(8) |
2003 |
Jan
(11) |
Feb
(2) |
Mar
(68) |
Apr
(15) |
May
(16) |
Jun
(9) |
Jul
(4) |
Aug
(22) |
Sep
(56) |
Oct
(58) |
Nov
(88) |
Dec
(71) |
2004 |
Jan
(137) |
Feb
(39) |
Mar
|
Apr
(27) |
May
(89) |
Jun
(78) |
Jul
(28) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(98) |
Dec
(69) |
2005 |
Jan
(57) |
Feb
(21) |
Mar
(76) |
Apr
(12) |
May
(28) |
Jun
(89) |
Jul
(53) |
Aug
(7) |
Sep
(5) |
Oct
(3) |
Nov
(69) |
Dec
(39) |
2006 |
Jan
(57) |
Feb
(19) |
Mar
(19) |
Apr
(45) |
May
(85) |
Jun
|
Jul
(75) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
(54) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(31) |
Jul
(19) |
Aug
(1) |
Sep
|
Oct
|
Nov
(7) |
Dec
(13) |
2008 |
Jan
(63) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
(8) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(1) |
Feb
(10) |
Mar
(6) |
Apr
(6) |
May
|
Jun
|
Jul
(16) |
Aug
(59) |
Sep
(6) |
Oct
(5) |
Nov
(9) |
Dec
|
2010 |
Jan
|
Feb
(9) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
(3) |
Oct
(11) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(39) |
2012 |
Jan
(21) |
Feb
(3) |
Mar
(10) |
Apr
(16) |
May
|
Jun
(14) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <cv...@ce...> - 2009-07-20 19:08:45
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by asvitkine Modified Files: ppc-execute.cpp Log Message: add prefs option to ignore illegal instructions (ignoreillegal) |
From: <cv...@ce...> - 2009-04-14 15:17:13
|
Update of /home/cvs/cebix/BasiliskII/src/Windows by asvitkine Modified Files: clip_windows.cpp Log Message: [Patch by Kelvin Delbarre] Fixes copy/paste errors in the Windows version of SheepShaver, wherein pasted text would have a trailing null character or extra garbage after the end. |
From: <cv...@ce...> - 2009-04-14 00:52:18
|
Update of /home/cvs/cebix/SheepShaver/src/Windows by asvitkine Modified Files: configure.ac Log Message: more syncing |
From: <cv...@ce...> - 2009-04-14 00:36:16
|
Update of /home/cvs/cebix/SheepShaver/src/Windows by asvitkine Modified Files: Makefile.in Log Message: sync Makefile.in with Unix version |
From: <cv...@ce...> - 2009-04-14 00:18:00
|
Update of /home/cvs/cebix/SheepShaver/src/Windows by asvitkine Modified Files: configure.ac Log Message: syncing Windows configure.ac file with the unix one |
From: <cv...@ce...> - 2009-04-13 23:13:30
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.cpp Log Message: windows fix try#2 |
From: <cv...@ce...> - 2009-04-13 19:57:12
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.cpp Log Message: make sigsegv work better with cygwin |
From: <cv...@ce...> - 2009-03-18 16:48:27
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: Restore OSX built-in prefs editor. Change the configure.ac check for no_x to WANT_GTK=no since X may be installed when building on OS X, but we probably don't want it! |
From: <cv...@ce...> - 2009-03-03 08:14:59
|
Update of /home/cvs/cebix/BasiliskII/src/SDL by asvitkine Modified Files: video_sdl.cpp Log Message: [patch by Dave Vasilevsky] Fix for bug: SheepShaver compiled with VOSF off will not display fullscreen on OS X. The VM boots, but the display is entirely black. This was expected, I suppose, since video_refresh_dga() didn't actually attempt to draw anything! The patch fixes this. Notes: * video_refresh_window() now takes an argument of type driver_base, since nothing specific to driver_window was used * video_refresh_dga() can now call video_refresh_window_static() * update_display_static_bbox() now respects the destination having a different bytes-per-row from the source * fullscreen modes are now created for all depths |
From: <cv...@ce...> - 2009-03-03 08:07:26
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: Makefile.in configure.ac Log Message: [patch by Mike Sliczniak] Here is a patch to allow compiling of SS and B2 with an SDL Framework. You can get this by downloading from: http://www.libsdl.org/release/SDL-1.2.13.dmg Here is how I tested on an intel 32-bit mac with Mac OS X 10.5.6: SS ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-framework --enable-sdl-framework-prefix=/Users/mzs/Library/Frameworks --enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x SS /autogen.sh --disable-standalone-gui --enable-vosf --disable-sdl-framework --disable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --with-x B2 ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-framework --enable-sdl-framework-prefix=/Users/mzs/Library/Frameworks --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit-compiler B2 ./autogen.sh --disable-standalone-gui --enable-vosf --disable-sdl-framework --disable-sdl-video --disable-sdl-audio --enable-addressing=real --with-esd --without-gtk --without-mon --with-x --enable-jit-compiler (esound does not really work on mac, it needs some better coreaudio patches.) configure.ac for SS has two little additional fixes so that the Cocoa prefs gui does not get built if you are building for X11 and so that you can use esd, sdl, or coreaudio for sound. |
From: <cv...@ce...> - 2009-03-03 08:04:47
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: Makefile.in configure.ac Log Message: [patch by Mike Sliczniak] Here is a patch to allow compiling of SS and B2 with an SDL Framework. You can get this by downloading from: http://www.libsdl.org/release/SDL-1.2.13.dmg Here is how I tested on an intel 32-bit mac with Mac OS X 10.5.6: SS ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-framework --enable-sdl-framework-prefix=/Users/mzs/Library/Frameworks --enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x SS /autogen.sh --disable-standalone-gui --enable-vosf --disable-sdl-framework --disable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --with-x B2 ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-framework --enable-sdl-framework-prefix=/Users/mzs/Library/Frameworks --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit-compiler B2 ./autogen.sh --disable-standalone-gui --enable-vosf --disable-sdl-framework --disable-sdl-video --disable-sdl-audio --enable-addressing=real --with-esd --without-gtk --without-mon --with-x --enable-jit-compiler (esound does not really work on mac, it needs some better coreaudio patches.) configure.ac for SS has two little additional fixes so that the Cocoa prefs gui does not get built if you are building for X11 and so that you can use esd, sdl, or coreaudio for sound. |
From: <cv...@ce...> - 2009-03-03 08:04:47
|
Update of /home/cvs/cebix/BasiliskII/src/SDL by asvitkine Added Files: SDLMain.m SDLMain.h Log Message: [patch by Mike Sliczniak] Here is a patch to allow compiling of SS and B2 with an SDL Framework. You can get this by downloading from: http://www.libsdl.org/release/SDL-1.2.13.dmg Here is how I tested on an intel 32-bit mac with Mac OS X 10.5.6: SS ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-framework --enable-sdl-framework-prefix=/Users/mzs/Library/Frameworks --enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x SS /autogen.sh --disable-standalone-gui --enable-vosf --disable-sdl-framework --disable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --with-x B2 ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-framework --enable-sdl-framework-prefix=/Users/mzs/Library/Frameworks --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit-compiler B2 ./autogen.sh --disable-standalone-gui --enable-vosf --disable-sdl-framework --disable-sdl-video --disable-sdl-audio --enable-addressing=real --with-esd --without-gtk --without-mon --with-x --enable-jit-compiler (esound does not really work on mac, it needs some better coreaudio patches.) configure.ac for SS has two little additional fixes so that the Cocoa prefs gui does not get built if you are building for X11 and so that you can use esd, sdl, or coreaudio for sound. |
From: <cv...@ce...> - 2009-03-03 08:01:55
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu by asvitkine Modified Files: memory.h Log Message: change #else #if into #elif in case both are defined |
From: <cv...@ce...> - 2009-02-19 07:09:45
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: video_x.cpp Log Message: [Patch by Mike Sliczniak] I was testing some other SS patches and I noticed that when I ran an X11 build of SS there were not all the video modes I expected in the the control strip. Mac OS X 10.5 changed the form of the DISPLAY environment variable. The reason for this is that the DISPLAY variable looks like this in Leopard: /tmp/launch-XXXXXX/:0 The Xs are like in mktemp. |
From: <cv...@ce...> - 2009-02-19 07:08:17
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: video_x.cpp Log Message: [Patch by Mike Sliczniak] I was testing some other SS patches and I noticed that when I ran an X11 build of SS there were not all the video modes I expected in the the control strip. Mac OS X 10.5 changed the form of the DISPLAY environment variable. The reason for this is that the DISPLAY variable looks like this in Leopard: /tmp/launch-XXXXXX/:0 The Xs are like in mktemp. |
From: <cv...@ce...> - 2009-02-19 07:02:52
|
Update of /home/cvs/cebix/SheepShaver by asvitkine Modified Files: Makefile Log Message: [Patch by Mike Sliczniak] Here is a patch that has a shell script cpr.sh to recursively copy directories but discarding things that cause problems at least on 10.4 when making the .app bundles. |
From: <cv...@ce...> - 2009-02-19 07:02:51
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: Makefile.in Log Message: [Patch by Mike Sliczniak] Here is a patch that has a shell script cpr.sh to recursively copy directories but discarding things that cause problems at least on 10.4 when making the .app bundles. |
From: <cv...@ce...> - 2009-02-19 06:52:09
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: Makefile.in Added Files: cpr.sh Log Message: [patch from Mike Sliczniak] Here is a patch that has a shell script cpr.sh to recursively copy directories but discarding things that cause problems at least on 10.4 when making the .app bundles. |
From: <cv...@ce...> - 2009-02-19 06:42:13
|
Update of /home/cvs/cebix/BasiliskII/src/SDL by asvitkine Modified Files: audio_sdl.cpp Log Message: [patch by Mike Sliczniak] This patch helps to keep the audio from breaking-up on slow machines when using SDL audio. On those slow machines you do still get the break-up every so often but the sound tends not to break-up nearly as often. It is much better on the ears. Notably often the system beeps do not have a pause in them. Slow machine is <= 1 GHz G4. |
From: <cv...@ce...> - 2009-02-11 20:44:53
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: main_unix.cpp Log Message: don't re-declare sigsegv_info_t, instead use the one from the header |
From: <cv...@ce...> - 2009-02-11 20:44:14
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.h sigsegv.cpp Log Message: move sigsegv_info_t declaration to header |
From: <cv...@ce...> - 2009-02-11 19:23:57
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.cpp Log Message: [Patch from Mike Sliczniak] This first patch gets B2 and SS to build under Leopard and Tiger. I tested this on a 32-bit intel 10.5.6 mac like so: B2 ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x SS ./autogen.sh --disable-standalone-gui --enable-vosf -enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit There is also a little tweak so that you can use sdl audio in SheepShaver when building for Mac OS X. |
From: <cv...@ce...> - 2009-02-11 19:22:22
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac main_unix.cpp paranoia.cpp sigregs.h Log Message: [Patch from Mike Sliczniak] This first patch gets B2 and SS to build under Leopard and Tiger. I tested this on a 32-bit intel 10.5.6 mac like so: B2 ./autogen.sh --disable-standalone-gui --enable-vosf --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x SS ./autogen.sh --disable-standalone-gui --enable-vosf -enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit There is also a little tweak so that you can use sdl audio in SheepShaver when building for Mac OS X. |
From: <cv...@ce...> - 2009-01-15 23:25:14
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by asvitkine Modified Files: ppc-cpu.cpp ppc-cpu.hpp ppc-dyngen-ops.cpp ppc-translate.cpp Log Message: [patch from Darik Horn <da...@va...> ] Makes SheepShaver compatible with Ubuntu Intrepid and other distros that bundle the gcc-4.3 compiler. The patch changes two things: 1. Renames the block_cache where its name collides with its class definition. 2. Fixes the "explicit template specialization cannot have a storage class" error in the ppc-dyngen-ops.cpp file. |
From: <cv...@ce...> - 2008-12-09 18:03:41
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: Makefile.in configure.ac Log Message: some changes to make Basillisk build better on Leopard |