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: CVS <do...@th...> - 2002-04-21 11:23:02
|
Update of /cvs/SheepShaver/src/Unix Modified Files: configure.in Log Message: - Invert AC_CHECK_LIB for readline and termcap so that the test program for readline detection is actually linked against -ltermcap -lreadline. Also add other term libs and finally prefer ncurses over the rest. |
From: CVS <do...@th...> - 2002-04-05 13:00:13
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: configure.in Log Message: caddr_t change (to go with vm_alloc.* change?) from Unix files |
From: CVS <do...@th...> - 2002-04-05 12:15:52
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: video_macosx.mm Log Message: Modify getCFint32() to cope with values of zero (it was assuming 0 was an error condition) |
From: CVS <do...@th...> - 2002-03-29 16:25:57
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sys_unix.cpp Log Message: - Clarified test of access() return value - s/strcpy/sprintf/ for cd_dev concatenation - Statically allocate fd_dev[] and cd_dev[] Better testing is yet to be done |
From: CVS <do...@th...> - 2002-03-29 01:31:06
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: ToDo.html Log Message: Added 'nogui' to unimplemented |
From: CVS <do...@th...> - 2002-03-27 20:11:30
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sys_unix.cpp Log Message: support for Linux devfs |
From: CVS <do...@th...> - 2002-03-27 10:46:08
|
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_x86_asm.h Log Message: - Update to fix build with gcc-3.1 and -O3 optimization level |
From: CVS <do...@th...> - 2002-03-23 13:57:45
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: newcpu.cpp newcpu.h table68k Log Message: - When X86_ASSEMBLY is set, aka when cpuopti is used, do call the instruction handler by hand and make sure to save %ebp too - Really merge cpu core with uae-0.8.21: - Trace mode fixes (Bernd Roesch & Bernd Schmidt) - Reintegrate PTEST and PFLUSH instructions back as no-ops |
From: CVS <do...@th...> - 2002-03-20 19:37:45
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: fix for IRIX [Marcus Herbert] |
From: CVS <do...@th...> - 2002-03-20 19:03:59
|
Update of /cvs/BasiliskII/src/Unix Modified Files: serial_unix.cpp sys_unix.cpp video_x.cpp Log Message: added missing return values |
From: CVS <do...@th...> - 2002-03-19 14:26:32
|
Update of /cvs/BasiliskII/src Modified Files: main.cpp Log Message: XPRAM gets loaded with default values if "NuMc" signature isn't found. This is done so the correct (default) video mode is used if the PRAM was wiped. |
From: CVS <do...@th...> - 2002-03-18 21:25:16
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: newcpu.cpp Log Message: - Close log file |
From: CVS <do...@th...> - 2002-03-18 13:30:14
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Add even more term libs and prefer ncurses over the rest. |
From: CVS <do...@th...> - 2002-03-18 12:59:55
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Invert AC_CHECK_LIB for readline and termcap so that the test program for readline detection is actually linked against -ltermcap -lreadline. |
From: CVS <do...@th...> - 2002-03-18 11:41:35
|
Update of /cvs/BasiliskII/src/MacOSX Added Files: 1_prepare_files.sh Removed Files: 0prepare_links Log Message: New script to set up everything for doing a make |
From: CVS <do...@th...> - 2002-03-18 11:07:34
|
Update of /cvs/BasiliskII/src/MacOSX/BasiliskII.pbproj Modified Files: project.pbxproj Log Message: Updated version to 10 |
From: CVS <do...@th...> - 2002-03-18 11:05:51
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: extfs_macosx.mm Log Message: Added to comment for add_rsrc() |
From: CVS <do...@th...> - 2002-03-18 11:04:22
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: Versions.html Log Message: Added version 10 |
From: CVS <do...@th...> - 2002-03-18 11:02:23
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: ToDo.html Log Message: Noted fix of cursor key bug, added 'full screen startup' bug, corrected memory mapping (mmap) comment |
From: CVS <do...@th...> - 2002-03-18 11:00:34
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: EmulatorView.mm Log Message: Extra code to map cursor keys |
From: CVS <do...@th...> - 2002-03-18 10:58:57
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: 0_HOW_TO_BUILD.txt Log Message: Simplified for use with new '1_prepare_files.sh' script |
From: CVS <do...@th...> - 2002-03-18 10:48:33
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: Controller.mm Log Message: Bug fix. Key events were not being passed in full screen mode, because the window, having been minimised, is no longer 'Key.' |
From: CVS <do...@th...> - 2002-03-16 21:36:19
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: - Add fault instruction recovery for Linux/ppc and siginfo_t handlers |
From: CVS <do...@th...> - 2002-03-16 16:32:02
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: newcpu.cpp Log Message: - Add Flight Recorder for m68k too. That helps. ;-) |
From: CVS <do...@th...> - 2002-03-16 11:50:56
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: 0_HOW_TO_BUILD.txt Makefile.in Added Files: 0prepare_links Log Message: New script to generate symlinks, remove any symlink generation from Makefile, Makefile now generates 8 wrappers for cpuemu.cpp to slightly improve compile time, added the 8 wrappers to the Project Builder file, updated doco |