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...> - 2006-10-26 05:25:26
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: main_unix.cpp Log Message: Update CPU table to kernel 2.6.17+ code (POWER6, Cell, PA6T). Fix detection of the CPU string (separator is actually ','). Fix detection of CPU clock frequency when it is expressed as a float. |
From: <cv...@ce...> - 2006-08-01 03:31:51
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: audio_macosx.cpp Log Message: Do'h. Checked in and shipped a DEBUG=1. Thanks to Steve Green for his fast eyes. |
From: <cv...@ce...> - 2006-07-31 11:11:04
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: ToDo.html Log Message: Clarify CD insertion state, add widescreen suggestion |
From: <cv...@ce...> - 2006-07-31 10:51:30
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: Info.plist Versions.html Log Message: Final doco changes before a new release |
From: <cv...@ce...> - 2006-07-31 10:10:52
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: ToDo.html Log Message: Sound done, VOSF pointless, Cut/paste half working, CD insert |
From: <cv...@ce...> - 2006-07-31 08:52:34
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX/BasiliskII.xcode by nigel Modified Files: project.pbxproj Log Message: Use Gwenole's clip_macosx.cpp instead of the dummy version |
From: <cv...@ce...> - 2006-07-31 08:47:55
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX/BasiliskII.xcode by nigel Modified Files: project.pbxproj Log Message: ether_unix.cpp somehow pulls something in that needs mem_banks. If it isn't compiled in this directory, the wrong config.h is used. |
From: <cv...@ce...> - 2006-07-31 08:47:55
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: 1_prepare_files.sh Makefile.in Log Message: ether_unix.cpp somehow pulls something in that needs mem_banks. If it isn't compiled in this directory, the wrong config.h is used. |
From: <cv...@ce...> - 2006-07-30 16:29:13
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/jit by gbeauche Modified Files: basic-dyngen-ops.cpp basic-dyngen.hpp dyngen-exec.h Log Message: Generate spcflags checks at the start of the block. This makes better opportunities when CR cache is implemented. |
From: <cv...@ce...> - 2006-07-30 16:29:13
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by gbeauche Modified Files: ppc-dyngen-ops.cpp ppc-dyngen.cpp ppc-dyngen.hpp ppc-translate.cpp Log Message: Generate spcflags checks at the start of the block. This makes better opportunities when CR cache is implemented. |
From: <cv...@ce...> - 2006-07-30 09:49:27
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/mathlib by gbeauche Modified Files: mathlib.hpp Log Message: Add throw() specs for Linux glibc platforms |
From: <cv...@ce...> - 2006-07-29 02:24:29
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX/BasiliskII.xcode by nigel Modified Files: project.pbxproj Log Message: Project file updates for the new audio source files. |
From: <cv...@ce...> - 2006-07-28 13:42:34
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Added Files: MacOSX_sound_if.cpp MacOSX_sound_if.h Log Message: Working audio output by Daniel Sumorok. Not quite the way I wanted to do it but it will do for now. (on a real Mac, the real audio hardware should be able to pull/grab the data from our buffers - an extra thread with its own set of buffers is wasteful!) |
From: <cv...@ce...> - 2006-07-28 13:28:56
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: configure.in Log Message: Resync with latest src/Unix/configure.ac |
From: <cv...@ce...> - 2006-07-28 13:18:15
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: Makefile.in Removed Files: audio_macosx.mm Log Message: Giving up on the Objective-C version, also need to remove it from the makefile |
From: <cv...@ce...> - 2006-07-28 13:15:39
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: audio_macosx.cpp Added Files: AudioBackEnd.cpp AudioBackEnd.h AudioDevice.cpp AudioDevice.h Log Message: Working audio output by Daniel Sumorok. Not quite the way I wanted to do it but it will do for now. (on a real Mac, the real audio hardware should be able to pull/grab the data from our buffers - an extra thread with its own set of buffers is wasteful!) |
From: <cv...@ce...> - 2006-07-23 10:20:29
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu/compiler by gbeauche Modified Files: codegen_x86.h Log Message: icc9.1 & gcc4.1 warning fixes |
From: <cv...@ce...> - 2006-07-19 22:21:49
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by gbeauche Modified Files: ppc-dyngen-ops.cpp Log Message: Fix op_record_cr6_VD() to use less branches (gcc 4.1.2 build fix on x86-32) |
From: <cv...@ce...> - 2006-07-19 21:31:13
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp sigsegv.h Log Message: A few fixlets to the SIGSEGV library: - Don't export transfer types definitions (formerly used by older API) - Handle ADD instructions in ix86_skip_instruction() (generated by icc 9.1) - Use "%p" format for EIP/RIP addresses |
From: <cv...@ce...> - 2006-07-19 21:23:43
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: vm_alloc.cpp Log Message: Fix remove_shm_range() to actually return something |
From: <cv...@ce...> - 2006-07-19 21:22:46
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: configure.ac Log Message: Fix 33-bit addressing mode check when compiling with icc 9.1 |
From: <cv...@ce...> - 2006-07-19 06:00:34
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: Makefile.in Log Message: Fix for parallel build (make -j20 here) |
From: <cv...@ce...> - 2006-07-17 21:47:19
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/ppc by gbeauche Modified Files: ppc-jit.cpp ppc-jit.hpp ppc-translate.cpp Log Message: Add missing implementations for VAVGUB & VAVGUH. Optimize VSEL too. |
From: <cv...@ce...> - 2006-07-17 21:46:18
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/jit/x86 by gbeauche Modified Files: jit-target-codegen.hpp Log Message: Fix typo for ANDPS, ANDPD, ANDSS, ANDSD |
From: <cv...@ce...> - 2006-07-17 07:43:56
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: symlink codegen_x86.h |