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...> - 2008-01-06 16:24:58
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp Log Message: Add initial support for instruction skipping on Linux/ia64. It was more complex than expected but it was fun to play with. Who designed this ISA? I'd love to see how the decoder is implemented in HW, by all means it is not "simplified" unless I missed some pattern... |
From: <cv...@ce...> - 2008-01-06 16:19:24
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp Log Message: Hack around over-optimized labels-as-values extension from GCC. |
From: <cv...@ce...> - 2008-01-06 16:10:31
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp sigsegv.h Log Message: ISO C++ conformance fixes: remove superfluous coma at the end of enum definitions. |
From: <cv...@ce...> - 2008-01-06 05:14:49
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: ToDo.html Versions.html Log Message: Corrent HTML for the accent on Gwenol??'s name |
From: <cv...@ce...> - 2008-01-05 08:35:07
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp Log Message: Don't clobber "sip" arg from our sigsegv_info wrapper (renamed to SIP). |
From: <cv...@ce...> - 2008-01-02 23:19:52
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by nigel Modified Files: 0_HOW_TO_BUILD.txt Log Message: Replace mention to 1_prepare_files.sh script with discrete commands |
From: <cv...@ce...> - 2008-01-01 21:51:53
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/cpu/jit/x86 by gbeauche Modified Files: jit-target-codegen.hpp Log Message: Add SSSE3 optimizations (Intel Core 2 CPUs and newer) for LVX, STVX, VPERM. This brings an overall +10% performance improvement in AltiVec Fractal Carbon. |
From: <cv...@ce...> - 2008-01-01 21:51:53
|
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 SSSE3 optimizations (Intel Core 2 CPUs and newer) for LVX, STVX, VPERM. This brings an overall +10% performance improvement in AltiVec Fractal Carbon. |
From: <cv...@ce...> - 2008-01-01 21:48:39
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu/compiler by gbeauche Modified Files: codegen_x86.h Log Message: Add macros for SSSE3 instructions encoding (PSHUFB in particular). |
From: <cv...@ce...> - 2008-01-01 13:34:48
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu/src/utils by gbeauche Modified Files: utils-cpuinfo.cpp utils-cpuinfo.hpp Log Message: Detect SSE 4.1 and SSE 4.1. |
Update of /home/cvs/cebix/SheepShaver/src/include by gbeauche Modified Files: about_window.h cpu_emulation.h emul_op.h ether.h ether_defs.h macos_util.h main.h name_registry.h prefs_editor.h rom_patches.h rsrc_patches.h thunks.h user_strings.h version.h video.h video_defs.h xlowmem.h Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:47:36
|
Update of /home/cvs/cebix/SheepShaver/src/kpx_cpu by gbeauche Modified Files: sheepshaver_glue.cpp Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:47:35
|
Update of /home/cvs/cebix/SheepShaver/src/emul_ppc by gbeauche Modified Files: emul_ppc.cpp Log Message: Happy New Year! |
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: about_window_unix.cpp main_unix.cpp paranoia.cpp prefs_editor_gtk.cpp prefs_unix.cpp sigregs.h sysdeps.h user_strings_unix.cpp user_strings_unix.h video_x.cpp Log Message: Happy New Year! |
Update of /home/cvs/cebix/SheepShaver/src by gbeauche Modified Files: emul_op.cpp ether.cpp gfxaccel.cpp macos_util.cpp main.cpp name_registry.cpp prefs_items.cpp rom_patches.cpp rsrc_patches.cpp serial.cpp thunks.cpp timer.cpp user_strings.cpp video.cpp Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:47:34
|
Update of /home/cvs/cebix/SheepShaver/src/dummy by gbeauche Modified Files: ether_dummy.cpp Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:47:34
|
Update of /home/cvs/cebix/SheepShaver/src/Windows by gbeauche Modified Files: about_window_windows.cpp main_windows.cpp prefs_windows.cpp sysdeps.h user_strings_windows.cpp user_strings_windows.h Log Message: Happy New Year! |
Update of /home/cvs/cebix/SheepShaver/src/BeOS by gbeauche Modified Files: about_window_beos.cpp clip_beos.cpp ether_beos.cpp main_beos.cpp prefs_beos.cpp prefs_editor_beos.cpp sysdeps.h user_strings_beos.cpp user_strings_beos.h video_beos.cpp video_screen.h video_window.h Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:47:34
|
Update of /home/cvs/cebix/SheepShaver/src/BeOS/CreatePCIDrivers by gbeauche Modified Files: Ethernet.cpp Video.cpp Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:40:34
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu by gbeauche Modified Files: basilisk_glue.cpp cpu_emulation.h Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:40:34
|
Update of /home/cvs/cebix/BasiliskII/src/uae_cpu/compiler by gbeauche Modified Files: codegen_x86.cpp codegen_x86.h compemu.h compemu_fpp.cpp compemu_support.cpp flags_x86.h Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:40:34
|
Update of /home/cvs/cebix/BasiliskII/src/Windows/router/mib by gbeauche Modified Files: interfaces.cpp interfaces.h mibaccess.cpp Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:40:34
|
Update of /home/cvs/cebix/BasiliskII/src/native_cpu by gbeauche Modified Files: cpu_emulation.h Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:40:34
|
Update of /home/cvs/cebix/BasiliskII/src/powerrom_cpu by gbeauche Modified Files: cpu_emulation.h powerrom_cpu.cpp Log Message: Happy New Year! |
From: <cv...@ce...> - 2008-01-01 09:40:34
|
Update of /home/cvs/cebix/BasiliskII/src/Windows/cdenable by gbeauche Modified Files: cache.cpp cache.h cdenable.h eject_nt.cpp eject_nt.h ntcd.cpp ntcd.h Log Message: Happy New Year! |