You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(447) |
Nov
(163) |
Dec
(57) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(172) |
Feb
|
Mar
(123) |
Apr
(64) |
May
(1) |
Jun
(278) |
Jul
(89) |
Aug
(97) |
Sep
(62) |
Oct
(53) |
Nov
(119) |
Dec
(60) |
| 2006 |
Jan
(76) |
Feb
(1094) |
Mar
(363) |
Apr
(163) |
May
(57) |
Jun
(43) |
Jul
(39) |
Aug
(15) |
Sep
(33) |
Oct
(62) |
Nov
(8) |
Dec
|
| 2007 |
Jan
(9) |
Feb
(34) |
Mar
(2) |
Apr
(14) |
May
(8) |
Jun
(40) |
Jul
(21) |
Aug
(1) |
Sep
(20) |
Oct
(15) |
Nov
(26) |
Dec
|
| 2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(32) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andre R. <and...@us...> - 2004-10-23 22:27:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3210/Frontier/Common/source Modified Files: langipc.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langipc.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langipc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langipc.c 9 Oct 2004 07:32:44 -0000 1.1 --- langipc.c 23 Oct 2004 22:27:45 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #include <Script.h> ! #include <AppleEvents.h> ! #include <AERegistry.h> ! #include <Processes.h> #include <land.h> - #include <standard.h> #include "error.h" #include "memory.h" --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include <land.h> #include "error.h" #include "memory.h" *************** *** 53,57 **** #include "processinternal.h" #ifdef flcomponent - #include <OSA.h> #include <uisharing.h> #include <uisinternal.h> --- 51,54 ---- *************** *** 67,74 **** --- 64,73 ---- // Subroutine Events: + /* enum { kASSubroutineEvent = 'psbr', keyASSubroutineName = 'snam' }; + */ #define keykerneltable 'ktbl' |
|
From: Andre R. <and...@us...> - 2004-10-23 22:26:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2697/Frontier/Common/source Modified Files: langhtml.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langhtml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langhtml.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langhtml.c 9 Oct 2004 07:32:01 -0000 1.1 --- langhtml.c 23 Oct 2004 22:25:51 -0000 1.2 *************** *** 26,41 **** /*dmb 6/17/96 4.0.2b1: integrated macroprocessor ucmd code*/ #ifdef MACVERSION - #include <AppleEvents.h> #include <iac.h> - #include <standard.h> #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - - #include <ctype.h> - #include <string.h> #include "error.h" #include "file.h" --- 26,36 ---- /*dmb 6/17/96 4.0.2b1: integrated macroprocessor ucmd code*/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <iac.h> #endif #include "error.h" #include "file.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:25:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2619/Frontier/Common/source Modified Files: langhash.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langhash.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langhash.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langhash.c 9 Oct 2004 07:30:19 -0000 1.1 --- langhash.c 23 Oct 2004 22:25:24 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <ctype.h> ! #include <stdlib.h> ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include <stdlib.h> #include "standard.h" - #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:25:16
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2531/Frontier/Common/source Modified Files: langexternal.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langexternal.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langexternal.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langexternal.c 9 Oct 2004 07:29:42 -0000 1.1 --- langexternal.c 23 Oct 2004 22:25:08 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:25:01
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2465/Frontier/Common/source Modified Files: langevaluate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langevaluate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langevaluate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langevaluate.c 9 Oct 2004 07:29:13 -0000 1.1 --- langevaluate.c 23 Oct 2004 22:24:51 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:24:44
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2399/Frontier/Common/source Modified Files: langerrorwindow.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langerrorwindow.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langerrorwindow.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langerrorwindow.c 9 Oct 2004 07:28:50 -0000 1.1 --- langerrorwindow.c 23 Oct 2004 22:24:35 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "bitmaps.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "bitmaps.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:24:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2280/Frontier/Common/source Modified Files: langerror.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langerror.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langerror.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langerror.c 9 Oct 2004 07:28:38 -0000 1.1 --- langerror.c 23 Oct 2004 22:24:19 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "ops.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "ops.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:24:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2157/Frontier/Common/source Modified Files: langdll.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langdll.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langdll.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langdll.c 9 Oct 2004 07:28:31 -0000 1.1 --- langdll.c 23 Oct 2004 22:24:05 -0000 1.2 *************** *** 24,40 **** ******************************************************************************/ ! #include <stdlib.h> ! #include <string.h> #ifdef MACVERSION - #include <standard.h> - #include <CodeFragments.h> #include "langxcmd.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "memory.h" #include "frontierconfig.h" --- 24,34 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include "langxcmd.h" #endif #include "memory.h" #include "frontierconfig.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:24:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2120/Frontier/Common/source Modified Files: langdialog.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langdialog.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langdialog.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langdialog.c 9 Oct 2004 07:28:03 -0000 1.1 --- langdialog.c 23 Oct 2004 22:23:51 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "frontierwindows.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "frontierwindows.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:23:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2075/Frontier/Common/source Modified Files: langdate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langdate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langdate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langdate.c 9 Oct 2004 07:27:53 -0000 1.1 --- langdate.c 23 Oct 2004 22:23:38 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #include <stdlib.h> ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:23:34
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2012/Frontier/Common/source Modified Files: langcard.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langcard.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langcard.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langcard.c 9 Oct 2004 07:27:43 -0000 1.1 --- langcard.c 23 Oct 2004 22:23:24 -0000 1.2 *************** *** 24,39 **** ******************************************************************************/ ! #ifdef MACVERSION - #include <standard.h> #include <uisharing.h> #include <uisinternal.h> #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "launch.h" #include "memory.h" --- 24,35 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include <uisharing.h> #include <uisinternal.h> #endif #include "launch.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:23:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1947/Frontier/Common/source Modified Files: langcallbacks.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langcallbacks.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langcallbacks.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langcallbacks.c 9 Oct 2004 07:27:33 -0000 1.1 --- langcallbacks.c 23 Oct 2004 22:23:12 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "strings.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:23:09
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1838/Frontier/Common/source Modified Files: lang.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: lang.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/lang.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang.c 9 Oct 2004 07:27:22 -0000 1.1 --- lang.c 23 Oct 2004 22:22:58 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:22:50
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1745/Frontier/Common/source Modified Files: kb.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: kb.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/kb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb.c 9 Oct 2004 07:26:59 -0000 1.1 --- kb.c 23 Oct 2004 22:22:41 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:22:29
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1659/Frontier/Common/source Modified Files: icon.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: icon.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/icon.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** icon.c 9 Oct 2004 07:26:41 -0000 1.1 --- icon.c 23 Oct 2004 22:22:21 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #include <stdio.h> ! #endif #include "quickdraw.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:22:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1608/Frontier/Common/source Modified Files: htmlcontrol.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: htmlcontrol.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/htmlcontrol.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** htmlcontrol.c 9 Oct 2004 07:26:26 -0000 1.1 --- htmlcontrol.c 23 Oct 2004 22:22:09 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <stdio.h> #define NEEDMOREWIN 1 --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #define NEEDMOREWIN 1 |
|
From: Andre R. <and...@us...> - 2004-10-23 22:22:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1484/Frontier/Common/source Modified Files: FrontierWinMain.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: FrontierWinMain.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/FrontierWinMain.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FrontierWinMain.c 17 Oct 2004 12:34:40 -0000 1.2 --- FrontierWinMain.c 23 Oct 2004 22:21:47 -0000 1.3 *************** *** 24,42 **** ******************************************************************************/ #ifdef PIKE #define _WIN32_IE 0x0500 #endif - #include <stdio.h> - /* This allows additional Windows includes 8/26/00 by RAB*/ - #define NEEDMOREWIN 1 - - #include "standard.h" - - //#ifdef PIKE - #include <Shlwapi.h> /* 9/24/01 RAB */ - #include <Shellapi.h> /* 9/24/01 RAB */ - //#endif - #include "WinLand.h" #include "dialogs.h" --- 24,34 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef PIKE #define _WIN32_IE 0x0500 #endif #include "WinLand.h" #include "dialogs.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:21:34
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1422/Frontier/Common/source Modified Files: frontierwindows.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: frontierwindows.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/frontierwindows.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frontierwindows.c 9 Oct 2004 07:25:26 -0000 1.1 --- frontierwindows.c 23 Oct 2004 22:21:14 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #include <commctrl.h> ! #endif #include "quickdraw.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:21:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1285/Frontier/Common/source Modified Files: frontierstart.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: frontierstart.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/frontierstart.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frontierstart.c 9 Oct 2004 07:25:13 -0000 1.1 --- frontierstart.c 23 Oct 2004 22:21:02 -0000 1.2 *************** *** 24,38 **** ******************************************************************************/ #ifdef MACVERSION - #include <standard.h> #include "OSXSpecifics.h" #include "player.h" /*7.0b4: QuickTime Player*/ #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif #include "about.h" - #include "frontierconfig.h" #include "db.h" /*stats*/ --- 24,36 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include "OSXSpecifics.h" #include "player.h" /*7.0b4: QuickTime Player*/ #endif #include "about.h" #include "frontierconfig.h" #include "db.h" /*stats*/ |
|
From: Andre R. <and...@us...> - 2004-10-23 22:20:36
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1207/Frontier/Common/source Modified Files: frontierdebug.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: frontierdebug.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/frontierdebug.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frontierdebug.c 9 Oct 2004 07:24:57 -0000 1.1 --- frontierdebug.c 23 Oct 2004 22:20:26 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "about.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "about.h" *************** *** 38,43 **** #include "strings.h" - #include <stdio.h> - static const char debuglogname[] = "frontierdebuglog.txt"; --- 33,36 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:20:23
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1168/Frontier/Common/source Modified Files: frontierconfig.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: frontierconfig.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/frontierconfig.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frontierconfig.c 9 Oct 2004 07:24:47 -0000 1.1 --- frontierconfig.c 23 Oct 2004 22:20:14 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:20:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1069/Frontier/Common/source Modified Files: font.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: font.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/font.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** font.c 9 Oct 2004 07:24:39 -0000 1.1 --- font.c 23 Oct 2004 22:20:03 -0000 1.2 *************** *** 24,39 **** ******************************************************************************/ #include "Paige.h" #include "pgdeftbl.h" - #ifdef MACVERSION - #include <standard.h> - #endif - - #ifdef WIN95VERSION - #include "standard.h" - #include <string.h> - #endif - #include "strings.h" #include "font.h" --- 24,33 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include "Paige.h" #include "pgdeftbl.h" #include "strings.h" #include "font.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:20:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1015/Frontier/Common/source Modified Files: findinfile.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: findinfile.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/findinfile.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** findinfile.c 9 Oct 2004 07:24:29 -0000 1.1 --- findinfile.c 23 Oct 2004 22:19:51 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:19:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv917/Frontier/Common/source Modified Files: fileverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: fileverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/fileverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fileverbs.c 9 Oct 2004 07:24:16 -0000 1.1 --- fileverbs.c 23 Oct 2004 22:19:25 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #include <winver.h> - #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:19:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv793/Frontier/Common/source Modified Files: filepath.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: filepath.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/filepath.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** filepath.c 9 Oct 2004 07:23:45 -0000 1.1 --- filepath.c 23 Oct 2004 22:19:09 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <Files.h> ! #include <Gestalt.h> ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "error.h" |