You can subscribe to this list here.
2004 |
Jan
(17) |
Feb
(38) |
Mar
(24) |
Apr
(18) |
May
(75) |
Jun
(2) |
Jul
|
Aug
|
Sep
(21) |
Oct
(3) |
Nov
(19) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(15) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(8) |
Feb
|
Mar
|
Apr
(6) |
May
(73) |
Jun
(57) |
Jul
(12) |
Aug
(68) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
(2) |
22
|
23
|
24
|
25
(2) |
26
(2) |
27
|
28
(7) |
29
|
30
|
31
(4) |
From: <fl...@us...> - 2004-01-21 03:40:13
|
Update of /cvsroot/vba/VisualBoyAdvance/src In directory sc8-pr-cvs1:/tmp/cvs-serv11211/src Modified Files: RTC.cpp debugger.cpp Log Message: Fix warnings in gcc Index: RTC.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/RTC.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RTC.cpp 17 Jun 2003 15:34:20 -0000 1.3 --- RTC.cpp 21 Jan 2004 03:40:10 -0000 1.4 *************** *** 186,189 **** --- 186,191 ---- } break; + default: + break; } } else Index: debugger.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/debugger.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** debugger.cpp 4 Jul 2003 12:33:50 -0000 1.4 --- debugger.cpp 21 Jan 2004 03:40:10 -0000 1.5 *************** *** 1420,1424 **** char buffer[1024]; char *commands[10]; ! char commandCount = 0; emuUpdateCPSR(); --- 1420,1424 ---- char buffer[1024]; char *commands[10]; ! int commandCount = 0; emuUpdateCPSR(); |
From: <fl...@us...> - 2004-01-21 03:40:13
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs1:/tmp/cvs-serv11211 Modified Files: .cvsignore Log Message: Fix warnings in gcc Index: .cvsignore =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 21 Nov 2003 21:53:40 -0000 1.1 --- .cvsignore 21 Jan 2004 03:40:10 -0000 1.2 *************** *** 1 **** --- 1,2 ---- autom4te.cache + .DS_Store |