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...@do...> - 2001-01-30 07:27:34
|
Update of /cvs/BasiliskII/src Modified Files: emul_op.cpp Log Message: - Faked VIA, SCCRd, SCCWr base addressed to scratch memory area in EMUL_OP_INSTALL_DRIVERS |
From: CVS <do...@do...> - 2001-01-30 07:27:34
|
Update of /cvs/BasiliskII Modified Files: TODO Log Message: - Faked VIA, SCCRd, SCCWr base addressed to scratch memory area in EMUL_OP_INSTALL_DRIVERS |
From: CVS <do...@do...> - 2001-01-28 14:05:30
|
Update of /cvs/BasiliskII/src/Unix Modified Files: Makefile.in video_blit.h video_vosf.h video_x.cpp Added Files: video_blit.cpp Log Message: Mainly changes to the VOSF code: - improved blitters selection - improved blitters performance if UNALIGNED_PROFITABLE is set - cleaned up 8 bpp blitters |
From: CVS <do...@do...> - 2001-01-28 14:04:42
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - removed --enable-16bit-vidmode (unused and useless) |
From: CVS <do...@do...> - 2001-01-28 14:03:31
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sysdeps.h Log Message: - added do_byteswap_16() and do_byteswap_32() |
From: CVS <do...@do...> - 2001-01-25 22:24:13
|
Update of /cvs/BasiliskII Modified Files: ChangeLog README TODO Log Message: - AmigaOS: implemented XPRAM watchdog thread - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered by MacOS 8 - minor documentation updates |
From: CVS <do...@do...> - 2001-01-25 22:24:13
|
Update of /cvs/BasiliskII/src/Unix Modified Files: main_unix.cpp Log Message: - AmigaOS: implemented XPRAM watchdog thread - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered by MacOS 8 - minor documentation updates |
From: CVS <do...@do...> - 2001-01-25 22:24:13
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: Makefile asm_support.asm main_amiga.cpp Log Message: - AmigaOS: implemented XPRAM watchdog thread - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered by MacOS 8 - minor documentation updates |
From: CVS <do...@do...> - 2001-01-25 21:37:20
|
Update of /cvs/BasiliskII/src/include Modified Files: video_defs.h Log Message: added numeric values to video driver control/status codes |
From: CVS <do...@do...> - 2001-01-16 14:14:15
|
Update of /cvs/BasiliskII/src/Unix Modified Files: aclocal.m4 autogen.sh Log Message: updated autogen.sh script |
From: CVS <do...@do...> - 2001-01-11 18:00:19
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h video_x.cpp Log Message: - Cleaned up some comments again - The dirtyPages[] array overrun conditions should be really safe now |
From: CVS <do...@do...> - 2001-01-11 16:39:03
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Added UNALIGNED_PROFITABLE to the list of i386 macro definitions - Changed OPTFLAGS macro definitions to OPTIMIZED_FLAGS |
From: CVS <do...@do...> - 2001-01-11 16:38:45
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h Log Message: Changes made to the update routines - Cleaned up the process for determining the ranges of pages touched that have to be blitted onto the screen (find_next_page_set() and find_next_page_clear() functions) Changes made to do_handle_screen_fault() - An unhandled address is now dealt by the default SIGSEGV handler - Print out the address of the instruction that caused the exception |
From: CVS <do...@do...> - 2001-01-11 16:38:36
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: - Cleaned up the process for determining the ranges of pages touched that have to be blitted onto the screen (find_next_page_set() and find_next_page_clear() functions) - Cleaned up some comments Changes from Brian J. Johnson - Fixed mainBuffer.dirtyPages[] array overrun in VOSF code - Fixed calculation of the frames-per-second value |
From: CVS <do...@do...> - 2001-01-11 13:19:11
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: fpu_x86.cpp Log Message: - From Lauri's ChangeLog: "Fixed a bug in FPU FTAN opcode (didn't pop the value 1.0 that x86 partial tangent FPTAN always pushes to stack for 8087/287 compatibility)." |
From: CVS <do...@do...> - 2001-01-06 23:18:45
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: XFree() doesn't need casting |
From: CVS <do...@do...> - 2001-01-04 19:50:31
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: main_beos.cpp prefs_editor_beos.cpp Log Message: - removed the INT16 prefs item type; use INT32 instead - AmigaOS/Unix: it's now possible to specify preferences items on the command line - Unix: command line options now take "--"-prefix, e.g. "--rominfo" |
From: CVS <do...@do...> - 2001-01-04 19:50:30
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: main_amiga.cpp prefs_editor_amiga.cpp Log Message: - removed the INT16 prefs item type; use INT32 instead - AmigaOS/Unix: it's now possible to specify preferences items on the command line - Unix: command line options now take "--"-prefix, e.g. "--rominfo" |
From: CVS <do...@do...> - 2001-01-04 19:50:30
|
Update of /cvs/BasiliskII/src Modified Files: main.cpp prefs.cpp prefs_items.cpp Log Message: - removed the INT16 prefs item type; use INT32 instead - AmigaOS/Unix: it's now possible to specify preferences items on the command line - Unix: command line options now take "--"-prefix, e.g. "--rominfo" |
From: CVS <do...@do...> - 2001-01-04 19:50:30
|
Update of /cvs/BasiliskII/src/Unix Modified Files: BasiliskII.1 main_unix.cpp prefs_editor_gtk.cpp prefs_unix.cpp video_x.cpp Log Message: - removed the INT16 prefs item type; use INT32 instead - AmigaOS/Unix: it's now possible to specify preferences items on the command line - Unix: command line options now take "--"-prefix, e.g. "--rominfo" |
From: CVS <do...@do...> - 2001-01-04 19:50:30
|
Update of /cvs/BasiliskII/src/include Modified Files: prefs.h Log Message: - removed the INT16 prefs item type; use INT32 instead - AmigaOS/Unix: it's now possible to specify preferences items on the command line - Unix: command line options now take "--"-prefix, e.g. "--rominfo" |
From: CVS <do...@do...> - 2001-01-04 19:50:30
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: - removed the INT16 prefs item type; use INT32 instead - AmigaOS/Unix: it's now possible to specify preferences items on the command line - Unix: command line options now take "--"-prefix, e.g. "--rominfo" |