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...> - 2001-06-27 20:05:34
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: video_beos.cpp Log Message: depth/resolution switching infrastructure should be complete now; slot ROM contains all supported depths, default mode is stored in XPRAM upon startup, and added video_switch_to_mode() call (currently unimplemented in all drivers) |
From: CVS <do...@th...> - 2001-06-27 20:05:33
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: video_amiga.cpp Log Message: depth/resolution switching infrastructure should be complete now; slot ROM contains all supported depths, default mode is stored in XPRAM upon startup, and added video_switch_to_mode() call (currently unimplemented in all drivers) |
From: CVS <do...@th...> - 2001-06-27 20:05:32
|
Update of /cvs/BasiliskII/src Modified Files: main.cpp slot_rom.cpp video.cpp Log Message: depth/resolution switching infrastructure should be complete now; slot ROM contains all supported depths, default mode is stored in XPRAM upon startup, and added video_switch_to_mode() call (currently unimplemented in all drivers) |
From: CVS <do...@th...> - 2001-06-27 19:03:44
|
Update of /cvs/BasiliskII/src Modified Files: slot_rom.cpp video.cpp Log Message: added infrastructure for resolution/depth switching (currently, all video drivers only support one mode, the one selected by the user) |
From: CVS <do...@th...> - 2001-06-27 19:03:44
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: video_beos.cpp Log Message: added infrastructure for resolution/depth switching (currently, all video drivers only support one mode, the one selected by the user) |
From: CVS <do...@th...> - 2001-06-27 19:03:44
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h video_x.cpp Log Message: added infrastructure for resolution/depth switching (currently, all video drivers only support one mode, the one selected by the user) |
From: CVS <do...@th...> - 2001-06-27 19:03:44
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: video_amiga.cpp Log Message: added infrastructure for resolution/depth switching (currently, all video drivers only support one mode, the one selected by the user) |
From: CVS <do...@th...> - 2001-06-27 19:03:43
|
Update of /cvs/BasiliskII/src/include Modified Files: video.h video_defs.h Log Message: added infrastructure for resolution/depth switching (currently, all video drivers only support one mode, the one selected by the user) |
From: CVS <do...@th...> - 2001-06-26 22:35:48
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: basilisk_glue.cpp memory.h Log Message: - added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC - added uniform virtual memory allocation (supports mmap(), vm_allocate(), or fallbacks to malloc()/free()) - cleaned up memory allocation in main_unix.cpp |
From: CVS <do...@th...> - 2001-06-26 22:35:47
|
Update of /cvs/BasiliskII Modified Files: TODO Log Message: - added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC - added uniform virtual memory allocation (supports mmap(), vm_allocate(), or fallbacks to malloc()/free()) - cleaned up memory allocation in main_unix.cpp |
From: CVS <do...@th...> - 2001-06-26 22:35:47
|
Update of /cvs/BasiliskII/src/Unix Modified Files: Makefile.in acconfig.h configure.in main_unix.cpp sigsegv.cpp video_vosf.h video_x.cpp Added Files: vm_alloc.cpp vm_alloc.h Log Message: - added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC - added uniform virtual memory allocation (supports mmap(), vm_allocate(), or fallbacks to malloc()/free()) - cleaned up memory allocation in main_unix.cpp |
From: CVS <do...@th...> - 2001-06-22 08:35:00
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_blit.cpp Log Message: - In banked addressing mode, the UAE memory handlers should already handle reads/writes to/from the frame buffer correctly. i.e. specialised blitters should not be used there. |
From: CVS <do...@th...> - 2001-06-19 08:29:54
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - cleaned up removal of '-g' for gcc |
From: CVS <do...@th...> - 2001-06-19 08:29:12
|
Update of /cvs/BasiliskII/src/Unix Modified Files: config.guess config.sub Log Message: - config.guess: import CVS version 1.195 - config.sub: import CVS version 1.212 As a side effect, it now recognizes MacOS X |
From: CVS <do...@th...> - 2001-06-05 12:23:37
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: table68k Log Message: - NEGX may use X & Z flags |
From: CVS <do...@th...> - 2001-06-05 12:16:39
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: - use "volatile" to prevent from optimization for writes to page |
From: CVS <do...@th...> - 2001-05-31 21:46:34
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: Makefile Log Message: fixed location of FPU source for PPC |
From: CVS <do...@th...> - 2001-05-31 20:53:59
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: final adjustments for 0.9 release |
From: CVS <do...@th...> - 2001-05-31 20:53:59
|
Update of /cvs/BasiliskII/src/Unix Modified Files: aclocal.m4 Log Message: final adjustments for 0.9 release |
From: CVS <do...@th...> - 2001-05-31 15:36:39
|
Update of /cvs/BasiliskII/src Modified Files: video.cpp Log Message: small cleanup |
From: CVS <do...@th...> - 2001-05-31 15:33:53
|
Update of /cvs/BasiliskII/src/Unix Modified Files: autogen.sh Log Message: don't call aclocal |
From: CVS <do...@th...> - 2001-05-31 14:35:02
|
Update of /cvs/BasiliskII Modified Files: BasiliskII.spec Log Message: updated source archive name |
From: CVS <do...@th...> - 2001-05-29 15:02:22
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: prepared for snapshot release |
From: CVS <do...@th...> - 2001-05-26 12:31:06
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: Makefile prefs_editor_beos.cpp video_beos.cpp Added Files: about_window.cpp about_window.h Log Message: "About" window looks nicer |
From: CVS <do...@th...> - 2001-05-24 15:06:33
|
Update of /cvs/BasiliskII/src/Unix Modified Files: aclocal.m4 configure.in Log Message: - VOSF is enabled by default |