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-05-20 15:56:25
|
Update of /cvs/BasiliskII Modified Files: README Log Message: Implement "ignoresegv" feature on Darwin/ppc (tested on MacOS X) - Unix/sigsegv.cpp (powerpc_decode_instruction): New. (get_fault_instruction [MacOS X]): Factorize code. (get_fault_instruction [Linux/m68k]): Don't use expression statement. - README (ignoresegv): Add Darwin/ppc to list of supported platforms. |
From: CVS <do...@th...> - 2002-05-19 22:00:21
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: Implement "ignoresegv" feature on Linux/ppc: - Unix/sigsegv.cpp (powerpc_skip_instruction): New from SheepShaver code. - README (ignoresegv): Add Linux/ppc to list of supported platforms. |
From: CVS <do...@th...> - 2002-05-19 21:58:51
|
Update of /cvs/BasiliskII Modified Files: README Log Message: Implement "ignoresegv" feature on Linux/ppc: - Unix/sigsegv.cpp (powerpc_skip_instruction): New from SheepShaver code. - README (ignoresegv): Add Linux/ppc to list of supported platforms. |
From: CVS <do...@th...> - 2002-05-16 15:49:03
|
Update of /cvs/BasiliskII/src/Unix Modified Files: main_unix.cpp sigsegv.cpp sigsegv.h video_vosf.h Log Message: - video_vosh.h (Screen_fault_handler): Move unrecoverable fault case to... - main_unix.cpp (sigsegv_dump_state): ... Here. - sigsegv.h (sigsegv_fault_handler_t): Rename from sigsegv_handler_t. - sigsegv.h (sigsegv_state_dumper_t): New. |
From: CVS <do...@th...> - 2002-05-12 13:52:15
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: - Merge with clisp SIGSEGV library version 1.2 with support added for HP-UX (contributed by Paolo Bonzini) - Add missing? include <ucontext.h> for Irix and OSF/1 support |
From: CVS <do...@th...> - 2002-05-12 11:11:42
|
Update of /cvs/BasiliskII Modified Files: README Log Message: Implement the "ignoresegv" feature from SheepShaver. This is Unix-specific so far. Target platform is currently Linux/x86. |
From: CVS <do...@th...> - 2002-05-12 11:11:00
|
Update of /cvs/BasiliskII/src/Unix Modified Files: acconfig.h configure.in main_unix.cpp prefs_editor_gtk.cpp prefs_unix.cpp sigsegv.cpp sigsegv.h user_strings_unix.cpp user_strings_unix.h Log Message: Implement the "ignoresegv" feature from SheepShaver. This is Unix-specific so far. Target platform is currently Linux/x86. |
From: CVS <do...@th...> - 2002-05-12 10:35:56
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: EmulatorView.mm Log Message: Took out redundant method (was used before event handling re-write) |
From: CVS <do...@th...> - 2002-05-09 09:55:55
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: - B2_TOPDIR: new macro specifying where Basilisk II directory can be found. Update "links" rule to take care of it and don't PREFIX with current path if B2_TOPDIR yields an absolute path. (Simply cosmetic so that I can have multiple SS work dirs, effortlessly ;-) |
From: CVS <do...@th...> - 2002-05-05 09:48:34
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: 0_HOW_TO_BUILD.txt Log Message: Minor corrections |
From: CVS <do...@th...> - 2002-04-29 11:24:06
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: config.h.in Log Message: Changes from recent Unix version |
From: CVS <do...@th...> - 2002-04-29 11:17:38
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: ToDo.html Versions.html Log Message: Minor doco changes |
From: CVS <do...@th...> - 2002-04-28 14:06:26
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sys_unix.cpp Log Message: default CD-ROM drive is /dev/cd0c on NetBSD |
From: CVS <do...@th...> - 2002-04-28 14:06:26
|
Update of /cvs/BasiliskII/src Modified Files: cdrom.cpp Log Message: default CD-ROM drive is /dev/cd0c on NetBSD |
From: CVS <do...@th...> - 2002-04-28 12:09:34
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: fixed compilation problem in fbdev code |
From: CVS <do...@th...> - 2002-04-25 13:14:41
|
Update of /cvs/BasiliskII/src Modified Files: video.cpp Log Message: added some safety checks |
From: CVS <do...@th...> - 2002-04-25 11:02:09
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h video_x.cpp Log Message: - added infrastructure for multi-monitor support; only video_x.cpp is converted for the new scheme; not actually tested with a mult-monitor setup yet but at least single-monitor display doesn't seem to be broken (UAE banked addressing would definitely require some extensions to handle multiple frame buffers) - struct video_mode has an extra field that is free for use by platform- specific code |
From: CVS <do...@th...> - 2002-04-25 11:02:09
|
Update of /cvs/BasiliskII/src Modified Files: main.cpp slot_rom.cpp video.cpp Log Message: - added infrastructure for multi-monitor support; only video_x.cpp is converted for the new scheme; not actually tested with a mult-monitor setup yet but at least single-monitor display doesn't seem to be broken (UAE banked addressing would definitely require some extensions to handle multiple frame buffers) - struct video_mode has an extra field that is free for use by platform- specific code |
From: CVS <do...@th...> - 2002-04-25 11:00:40
|
Update of /cvs/BasiliskII/src/include Modified Files: video.h Log Message: - added infrastructure for multi-monitor support; only video_x.cpp is converted for the new scheme; not actually tested with a mult-monitor setup yet but at least single-monitor display doesn't seem to be broken (UAE banked addressing would definitely require some extensions to handle multiple frame buffers) - struct video_mode has an extra field that is free for use by platform- specific code |
From: CVS <do...@th...> - 2002-04-21 15:08:46
|
Update of /cvs/SheepShaver/src Modified Files: rom_patches.cpp Log Message: Add support to decode parcels-based ROMs - include/rom_patches.h (DecodeROM): Declare. - rom_patches.cpp (DecodeROM): Define. - Unix/main_unix.cpp, BeOS/main_beos.cpp (decode_lzss): Move to... - rom_patches.cpp (decode_lzss): ... here. - Unix/main_unix.cpp (main): Call DecodeROM(). - BeOS/main_beos.cpp (SheepShaver::load_rom): Call DecodeROM(). |
From: CVS <do...@th...> - 2002-04-21 15:07:25
|
Update of /cvs/SheepShaver/src/BeOS Modified Files: main_beos.cpp Log Message: Add support to decode parcels-based ROMs - include/rom_patches.h (DecodeROM): Declare. - rom_patches.cpp (DecodeROM): Define. - Unix/main_unix.cpp, BeOS/main_beos.cpp (decode_lzss): Move to... - rom_patches.cpp (decode_lzss): ... here. - Unix/main_unix.cpp (main): Call DecodeROM(). - BeOS/main_beos.cpp (SheepShaver::load_rom): Call DecodeROM(). |
From: CVS <do...@th...> - 2002-04-21 15:07:20
|
Update of /cvs/SheepShaver/src/include Modified Files: rom_patches.h Log Message: Add support to decode parcels-based ROMs - include/rom_patches.h (DecodeROM): Declare. - rom_patches.cpp (DecodeROM): Define. - Unix/main_unix.cpp, BeOS/main_beos.cpp (decode_lzss): Move to... - rom_patches.cpp (decode_lzss): ... here. - Unix/main_unix.cpp (main): Call DecodeROM(). - BeOS/main_beos.cpp (SheepShaver::load_rom): Call DecodeROM(). |
From: CVS <do...@th...> - 2002-04-21 15:07:17
|
Update of /cvs/SheepShaver/src/Unix Modified Files: main_unix.cpp Log Message: Add support to decode parcels-based ROMs - include/rom_patches.h (DecodeROM): Declare. - rom_patches.cpp (DecodeROM): Define. - Unix/main_unix.cpp, BeOS/main_beos.cpp (decode_lzss): Move to... - rom_patches.cpp (decode_lzss): ... here. - Unix/main_unix.cpp (main): Call DecodeROM(). - BeOS/main_beos.cpp (SheepShaver::load_rom): Call DecodeROM(). |
From: CVS <do...@th...> - 2002-04-21 11:47:25
|
Update of /cvs/SheepShaver/src/Unix Modified Files: video_x.cpp Log Message: - Do match APPLE_16_BIT to the underlying X depth (either 15 or 16 bpp) |
From: CVS <do...@th...> - 2002-04-21 11:42:38
|
Update of /cvs/SheepShaver/src/Unix/Linux Modified Files: sheepthreads.c Log Message: Match changes from glibc 2.2 (?) - #define status as __status - #define spinlock as __spinlock |