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...> - 2010-09-24 00:36:41
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by asvitkine Modified Files: ppc-cpu.hpp Log Message: Fix compile problem with --enable-jit=no |
From: <cv...@ce...> - 2010-08-23 23:51:44
|
Update of /home/cvs/cebix/BasiliskII/src/SDL by asvitkine Modified Files: keycodes Log Message: [Edward Mendelson] Fix default keycode for ` key. |
From: <cv...@ce...> - 2010-08-22 19:43:36
|
Update of /home/cvs/cebix/BasiliskII/src/slirp by asvitkine Modified Files: tcp_input.c udp.c Log Message: Fix warning with undeclared free() with clang |
From: <cv...@ce...> - 2010-08-22 19:33:35
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX by asvitkine Modified Files: prefs_macosx.mm Log Message: add braces around @interface declaration to compile with clang |
From: <cv...@ce...> - 2010-08-22 19:31:43
|
Update of /home/cvs/cebix/SheepShaver/src by asvitkine Modified Files: timer.cpp Log Message: add NULL return value to macho timer function |
From: <cv...@ce...> - 2010-08-22 18:57:18
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: main_unix.cpp Log Message: fix printf safety warning |
From: <cv...@ce...> - 2010-08-22 18:56:19
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: main_unix.cpp Log Message: use setenv in preference of putenv |
From: <cv...@ce...> - 2010-07-28 22:15:06
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by asvitkine Modified Files: clip_macosx.cpp Log Message: Fix compile on Snow Leopard. |
From: <cv...@ce...> - 2010-07-28 01:10:36
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: configure.ac Log Message: Some messy changes got into last commit that weren't supposed to be there. |
From: <cv...@ce...> - 2010-07-28 01:07:58
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: configure.ac Log Message: Do the right thing if host-triplet is a i386-i686, but gcc compiles by default as x86_64. Fixes configure on Snow Leopard. |
From: <cv...@ce...> - 2010-07-27 22:52:42
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.h configure.ac Log Message: Fixing sigsegv on Mach x86_64 - possibly a hack; I'm not sure why the address returned doesn't have that bit set already. |
From: <cv...@ce...> - 2010-07-27 03:20:07
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX by asvitkine Modified Files: prefs_macosx.mm Log Message: Fix prefs_macosx.mm compile issue with Snow Leopard. |
From: <cv...@ce...> - 2010-07-27 03:15:06
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX/Launcher by asvitkine Modified Files: VMSettingsController.mm Log Message: Fix compile on Snow Leopard. |
From: <cv...@ce...> - 2010-07-27 03:14:42
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/jit by asvitkine Modified Files: dyngen.c Log Message: Fixed for Snow Leopard build. |
From: <cv...@ce...> - 2010-05-05 00:29:55
|
Update of /home/cvs/cebix/SheepShaver/src by asvitkine Modified Files: timer.cpp Log Message: use linked list for timers to avoid running out of descriptors |
From: <cv...@ce...> - 2010-04-08 03:58:34
|
Update of /home/cvs/cebix/BasiliskII/src/Unix/Linux/NetDriver by asvitkine Modified Files: sheep_net.c Makefile Log Message: [Howard Spoelstra and Joel Mauras] Patches to update Linux NetDriver to work with newer kernel versions. |
From: <cv...@ce...> - 2010-04-08 03:53:34
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.cpp Log Message: [Joel Mauras] GCC has become too smart - we need to slice the binary created to be sure the address of the trap is within the test addresses. This is why each trap occurs between two case labels and a new section of assembly code is set in between. |
From: <cv...@ce...> - 2010-04-08 03:50:34
|
Update of /home/cvs/cebix/SheepShaver by asvitkine Modified Files: Makefile Log Message: [Joel Mauras] Let makefile build relatives links between SheepShaver and BasiliksII so they can be moved anywhere into the file system as long as they stay side by side without having to rebuid the links. |
From: <cv...@ce...> - 2010-03-10 01:05:59
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: sigsegv.cpp Log Message: [Amadeusz Sławiński] fix check on gcc 4.4.3 |
From: <cv...@ce...> - 2010-03-07 01:01:16
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Amadeusz Slawinski] These patches fix the issues with using newer versions of autoconf, which led to generating broken configure script. |
From: <cv...@ce...> - 2010-03-07 01:01:15
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Amadeusz Slawinski] These patches fix the issues with using newer versions of autoconf, which led to generating broken configure script. |
From: <cv...@ce...> - 2010-03-02 01:06:16
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/jit by asvitkine Modified Files: dyngen.c Log Message: fix more platform compile failures caused by refactoring, based on patch by Amadeusz Sławiński |
From: <cv...@ce...> - 2010-02-21 12:00:49
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by cebix Modified Files: video_x.cpp Log Message: fixed warnings |
From: <cv...@ce...> - 2010-02-21 12:00:36
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by cebix Modified Files: main_unix.cpp Log Message: fixed warnings |
From: <cv...@ce...> - 2010-02-21 12:00:10
|
Update of /home/cvs/cebix/BasiliskII/src by cebix Modified Files: emul_op.cpp rom_patches.cpp slot_rom.cpp Log Message: fixed const-correctness |