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-09-16 14:54:27
|
Update of /cvs/BasiliskII/src/Unix Modified Files: autogen.sh Log Message: updated autogen.sh to AutoGen(TM) 8.0 Professional :-) |
From: CVS <do...@th...> - 2002-09-16 14:49:00
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sysdeps.h Log Message: #include <pthread.h> to get pthread_attr_t definition |
From: CVS <do...@th...> - 2002-09-16 14:17:27
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.ac Log Message: Portability fixes: use a switch to test for ac_cv_c_float_format |
From: CVS <do...@th...> - 2002-09-16 14:10:28
|
Update of /cvs/BasiliskII/src/Unix Removed Files: acconfig.h Log Message: Remove acconfig.h, obsoleted by new autoconf2.5 stuff |
From: CVS <do...@th...> - 2002-09-16 13:32:42
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: - Moved minium autoconf support to 2.52+ - Add large file support for 2+ GB hard disk images |
From: CVS <do...@th...> - 2002-09-16 13:29:41
|
Update of /cvs/BasiliskII/src/Unix Added Files: configure.ac Removed Files: configure.in Log Message: Now use autoconf 2.52+ as it provides nice AC_SYS_LARGEFILE check and a fixed check for exit() prototype. |
From: CVS <do...@th...> - 2002-09-16 13:28:26
|
Update of /cvs/BasiliskII/src/Unix Modified Files: acinclude.m4 Log Message: Remove TYPE_SOCKLEN_T check as it was merged in main configure script already. |
From: CVS <do...@th...> - 2002-09-16 12:03:14
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in sysdeps.h Log Message: - Make "ieee" core default, where applicable - Import gcc configury to determine HOST_FLOAT_FORMAT |
From: CVS <do...@th...> - 2002-09-16 12:01:48
|
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_ieee.cpp mathlib.h types.h Log Message: - FP endianness is now testing at configure time - Fix junk introduced in previous rev for extract_extended() |
From: CVS <do...@th...> - 2002-09-15 18:21:23
|
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_ieee.cpp mathlib.h types.h Log Message: Fix "ieee" FPU core on big endian and without long double > double support - Handle conversions to/from host double for m68k long doubles formats - Make mathlib aware of sizeof(long double) == sizeof(double) arches - Attempt to fix FSCALE implementation |
From: CVS <do...@th...> - 2002-09-13 15:06:50
|
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_ieee.cpp fpu_uae.cpp Log Message: USE_LONG_DOUBLE guards |
From: CVS <do...@th...> - 2002-09-13 12:51:04
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: gencpu.c newcpu.cpp newcpu.h Log Message: Updates for new FPU core architecture |
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_uae.cpp fpu_x86.cpp fpu_x86.h fpu_x86_asm.h Added Files: core.h exceptions.cpp exceptions.h flags.cpp flags.h fpu.h fpu_ieee.cpp fpu_ieee.h fpu_uae.h impl.h mathlib.cpp mathlib.h rounding.cpp rounding.h types.h Log Message: * Basilisk II JIT integration, phase 2: - Add new FPU core architecture - Clean fpu_x86_asm.h as it is no longer automatically generated |
From: CVS <do...@th...> - 2002-09-01 16:32:12
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: memory.cpp newcpu.cpp spcflags.h Log Message: Use B2_mutex instead of pthread mutexes when ENABLE_EXCLUSIVE_SPCFLAGS is set. However, this is not used at the moment. Is there an advantage? People may want to add arch-optimized SPCFLAGS_{SET,CLEAR}. |
From: CVS <do...@th...> - 2002-09-01 15:17:25
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: basilisk_glue.cpp build68k.c gencpu.c newcpu.cpp newcpu.h readcpu.cpp readcpu.h table68k Added Files: noflags.h spcflags.h Log Message: - Merge with Basilisk II/JIT cpu core, interpretive part for now - Clean use of USE_PREFETCH_BUFFER macro and dependent bits |
From: CVS <do...@th...> - 2002-09-01 12:01:57
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: asm_support.asm main_amiga.cpp scsi_amiga.cpp video_amiga.cpp Log Message: - implemented direct SCSI transfers (bypassing the buffer) - minor fixes |
From: CVS <do...@th...> - 2002-07-31 16:46:23
|
Update of /cvs/BasiliskII/src/Unix/Irix Added Files: README.networking Log Message: - it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') [Brian Johnson] - the option "--config FILE" tells B2 to use a different config file |
From: CVS <do...@th...> - 2002-07-31 16:46:21
|
Update of /cvs/BasiliskII/src/Unix Modified Files: Makefile.in acconfig.h configure.in main_unix.cpp prefs_unix.cpp serial_unix.cpp Added Files: sshpty.c sshpty.h strlcpy.c strlcpy.h Log Message: - it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') [Brian Johnson] - the option "--config FILE" tells B2 to use a different config file |
From: CVS <do...@th...> - 2002-07-31 16:46:21
|
Update of /cvs/BasiliskII Modified Files: ChangeLog TODO Log Message: - it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') [Brian Johnson] - the option "--config FILE" tells B2 to use a different config file |
From: CVS <do...@th...> - 2002-07-23 18:02:58
|
Update of /cvs/BasiliskII/src/Unix/Linux/NetDriver Modified Files: sheep_net.c Log Message: fixes by Steven N. Hirsch (versioned symbols, module license) |
From: CVS <do...@th...> - 2002-07-17 06:51:15
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: - New arch support for IP retrieval on SIGSEGV. |
From: CVS <do...@th...> - 2002-07-02 10:23:57
|
Update of /cvs/BasiliskII/src/MacOSX/English.lproj/MainMenu.nib Modified Files: classes.nib Log Message: Updated for latest Controller and EmulatorView class methods |
From: CVS <do...@th...> - 2002-07-02 09:48:07
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: video_macosx.mm Log Message: Compatibility with latest C++ monitor object. Unfortunately this requires a terrible hack to guess the number of bytes per row for each mode, which is terribly hardware dependant, but is the only way at the moment. |
From: CVS <do...@th...> - 2002-06-27 14:29:09
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: Correctly guard FreeBSD bits |
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: asm_support.asm audio_amiga.cpp clip_amiga.cpp ether_amiga.cpp extfs_amiga.cpp main_amiga.cpp prefs_editor_amiga.cpp scsi_amiga.cpp serial_amiga.cpp sys_amiga.cpp timer_amiga.cpp video_amiga.cpp xpram_amiga.cpp Log Message: Adapted to OO video scheme; Audio volume/muting/sample rate now settable |