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:50:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9809/Frontier/Common/source Modified Files: scrap.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: scrap.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/scrap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** scrap.c 9 Oct 2004 07:59:05 -0000 1.1 --- scrap.c 23 Oct 2004 22:50:33 -0000 1.2 *************** *** 28,40 **** */ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include <wtypes.h> ! #include <winerror.h> ! #include "standard.h" ! #endif #include "shelltypes.h" --- 28,33 ---- */ ! #include "frontier.h" ! #include "standard.h" #include "shelltypes.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:50:29
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9757/Frontier/Common/source Modified Files: resources.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: resources.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/resources.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** resources.c 9 Oct 2004 07:58:55 -0000 1.1 --- resources.c 23 Oct 2004 22:50:19 -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:50:05
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9622/Frontier/Common/source Modified Files: quickdraw.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: quickdraw.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/quickdraw.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** quickdraw.c 9 Oct 2004 07:58:38 -0000 1.1 --- quickdraw.c 23 Oct 2004 22:49:57 -0000 1.2 *************** *** 29,42 **** */ #ifdef MACVERSION - #include <Gestalt.h> - #include <standard.h> #include "mac.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "font.h" #include "memory.h" --- 29,39 ---- */ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include "mac.h" #endif #include "font.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:49:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9530/Frontier/Common/source Modified Files: process.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: process.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/process.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** process.c 9 Oct 2004 07:57:51 -0000 1.1 --- process.c 23 Oct 2004 22:49:31 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ #ifdef MACVERSION #include <land.h> - #include <standard.h> #include "mac.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "memory.h" #include "dialogs.h" --- 24,35 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <land.h> #include "mac.h" #endif #include "memory.h" #include "dialogs.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:49:25
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9486/Frontier/Common/source Modified Files: popup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: popup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/popup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** popup.c 9 Oct 2004 07:57:17 -0000 1.1 --- popup.c 23 Oct 2004 22:49:15 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION #include "standard.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:49:13
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9388/Frontier/Common/source Modified Files: player.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: player.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/player.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** player.c 9 Oct 2004 07:57:08 -0000 1.1 --- player.c 23 Oct 2004 22:49:02 -0000 1.2 *************** *** 32,49 **** #ifdef MACVERSION /*This is a Mac-only feature.*/ ! //#ifdef MACVERSION ! #include <standard.h> ! #include <Movies.h> ! //#include <Components.h> ! //#include <QuickTimeComponents.h> ! //#include <QDOffscreen.h> ! //#include <ImageCompression.h> ! //#include <Windows.h> ! //#include <Types.h> ! //#include <Quickdraw.h> ! //#endif ! //#ifdef WIN95VERSION ! // #include "standard.h" ! //#endif #include "quickdraw.h" --- 32,37 ---- #ifdef MACVERSION /*This is a Mac-only feature.*/ ! #include "frontier.h" ! #include "standard.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:48:50
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9332/Frontier/Common/source Modified Files: pictverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: pictverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/pictverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pictverbs.c 9 Oct 2004 07:56:56 -0000 1.1 --- pictverbs.c 23 Oct 2004 22:48:40 -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:48:37
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9288/Frontier/Common/source Modified Files: pict.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: pict.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/pict.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pict.c 9 Oct 2004 07:56:42 -0000 1.1 --- pict.c 23 Oct 2004 22:48:28 -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:47:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9107/Frontier/Common/source Modified Files: osawindows.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: osawindows.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/osawindows.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osawindows.c 9 Oct 2004 07:56:07 -0000 1.1 --- osawindows.c 23 Oct 2004 22:47:36 -0000 1.2 *************** *** 26,36 **** /*Forked file. Carbon at top, "good" version at bottom. This file should be reconciled later.*/ #if TARGET_API_MAC_CARBON == 1 - #include <Components.h> #include <uisharing.h> #include <uisinternal.h> #include <land.h> - #include <standard.h> #include "ops.h" #include "kb.h" --- 26,37 ---- /*Forked file. Carbon at top, "good" version at bottom. This file should be reconciled later.*/ + #include "frontier.h" + #include "standard.h" + #if TARGET_API_MAC_CARBON == 1 #include <uisharing.h> #include <uisinternal.h> #include <land.h> #include "ops.h" #include "kb.h" *************** *** 403,407 **** OSErr err; ! #if TARGET_API_MAC_CARBON == 1 if (handleselectwindowDesc == nil) handleselectwindowDesc = NewAEEventHandlerUPP(handleselectwindow); --- 404,408 ---- OSErr err; ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (handleselectwindowDesc == nil) handleselectwindowDesc = NewAEEventHandlerUPP(handleselectwindow); *************** *** 419,423 **** err = AERemoveEventHandler ('SHUI', 'selw', handleselectwindowUPP, false); ! #if TARGET_API_MAC_CARBON == 1 if (handleselectwindowDesc != nil) DisposeAEEventHandlerUPP(handleselectwindowDesc); --- 420,424 ---- err = AERemoveEventHandler ('SHUI', 'selw', handleselectwindowUPP, false); ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (handleselectwindowDesc != nil) DisposeAEEventHandlerUPP(handleselectwindowDesc); *************** *** 558,562 **** #endif ! #if TARGET_API_MAC_CARBON == 1 windowcandofunctionDesc = NewComponentFunctionUPP(windowcandofunction, windowcandofunctionProcInfo); handlewindoweventcommandDesc = NewComponentFunctionUPP(handlewindoweventcommand, handlewindoweventcommandProcInfo); --- 559,563 ---- #endif ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM windowcandofunctionDesc = NewComponentFunctionUPP(windowcandofunction, windowcandofunctionProcInfo); handlewindoweventcommandDesc = NewComponentFunctionUPP(handlewindoweventcommand, handlewindoweventcommandProcInfo); *************** *** 581,589 **** #else - #include <Components.h> #include <uisharing.h> #include <uisinternal.h> #include <land.h> - #include <standard.h> #include "ops.h" #include "kb.h" --- 582,588 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:47:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9062/Frontier/Common/source Modified Files: osaparseaete.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: osaparseaete.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/osaparseaete.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osaparseaete.c 9 Oct 2004 07:55:52 -0000 1.1 --- osaparseaete.c 23 Oct 2004 22:47:22 -0000 1.2 *************** *** 24,30 **** ******************************************************************************/ ! #include <ctype.h> ! #include <AppleEvents.h> ! #include <standard.h> #include "strings.h" #include "osaparseaete.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "strings.h" #include "osaparseaete.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:47:21
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8925/Frontier/Common/source Modified Files: osamenus.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: osamenus.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/osamenus.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osamenus.c 9 Oct 2004 07:55:44 -0000 1.1 --- osamenus.c 23 Oct 2004 22:46:55 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + /*Forked. Carbon version at the top, "good" version at the bottom. This file should be reconciled later.*/ *************** *** 32,43 **** /*© Copyright 1992-1993 UserLand Software, Inc. All Rights Reserved.*/ - - #include <Processes.h> - #include <AERegistry.h> - #include <Menus.h> - #include <Components.h> - #include <OSA.h> #include <land.h> - #include <standard.h> #include "dialogs.h" #include "ops.h" --- 35,39 ---- *************** *** 1095,1099 **** OSErr err; ! #if TARGET_API_MAC_CARBON == 1 HandleMenuDirtyDesc = NewAEEventHandlerUPP(HandleMenuDirty); #endif --- 1091,1095 ---- OSErr err; ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM HandleMenuDirtyDesc = NewAEEventHandlerUPP(HandleMenuDirty); #endif *************** *** 1370,1374 **** //Code change by Timothy Paustian Friday, July 21, 2000 11:32:00 PM //get rid of the UPPs ! #if TARGET_API_MAC_CARBON == 1 DisposeComponentFunctionUPP(menucandofunctionDesc); DisposeComponentFunctionUPP(osaInitSharedMenusDesc); --- 1366,1370 ---- //Code change by Timothy Paustian Friday, July 21, 2000 11:32:00 PM //get rid of the UPPs ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM DisposeComponentFunctionUPP(menucandofunctionDesc); DisposeComponentFunctionUPP(osaInitSharedMenusDesc); *************** *** 1411,1415 **** long id; ! #if TARGET_API_MAC_CARBON == 1 //Code change by Timothy Paustian Friday, July 21, 2000 11:28:35 PM //create the upps --- 1407,1411 ---- long id; ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM //Code change by Timothy Paustian Friday, July 21, 2000 11:28:35 PM //create the upps *************** *** 1645,1656 **** /*© Copyright 1992-1993 UserLand Software, Inc. All Rights Reserved.*/ - - #include <Processes.h> - #include <AERegistry.h> - #include <Menus.h> - #include <Components.h> - #include <OSA.h> #include <land.h> - #include <standard.h> #include "dialogs.h" #include "ops.h" --- 1641,1645 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:46:47
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8850/Frontier/Common/source Modified Files: osadroplet.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: osadroplet.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/osadroplet.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osadroplet.c 9 Oct 2004 07:54:53 -0000 1.1 --- osadroplet.c 23 Oct 2004 22:46:37 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #include <AppleEvents.h> ! #include <Aliases.h> ! #include <Gestalt.h> ! #include <Folders.h> #include <uisharing.h> #include <land.h> - #include <standard.h> - #include <Components.h> - #include <OSA.h> #include "dialogs.h" #include "strings.h" --- 24,32 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include <uisharing.h> #include <land.h> #include "dialogs.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:46:35
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8704/Frontier/Common/source Modified Files: osacomponent.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: osacomponent.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/osacomponent.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osacomponent.c 9 Oct 2004 07:54:40 -0000 1.1 --- osacomponent.c 23 Oct 2004 22:46:24 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + /*This file has been forked to protect the shipping version. The Carbon version is at the top, the "good" version at the bottom. This file should be reconciled later.*/ *************** *** 32,51 **** /*copyright 1992-1993, UserLand Software, Inc.*/ - #include <AppleEvents.h> - #include <AERegistry.h> - #include <AEPackObject.h> - #include <AEObjects.h> - #include <AppleScript.h> - //#pragma options (pack_enums) /* 2002-10-13 AR: pragma not supported by CodeWarrior */ - #include <Components.h> - #include <Gestalt.h> - #include <OSA.h> - #include <OSAComp.h> - #include <Traps.h> - #include <ctype.h> #include <land.h> - #include <standard.h> #include <UserTalk.h> #include "dialogs.h" --- 35,41 ---- *************** *** 752,769 **** - - // Subroutine Events: - - enum { - kASSubroutineEvent = 'psbr', - keyASSubroutineName = 'snam' - }; - - enum { - kASAppleScriptSuite = 'ascr', - kASCommentEvent = 'cmnt' - }; - - typedef struct tyservercomponent { --- 742,745 ---- *************** *** 907,911 **** #endif ! #if TARGET_API_MAC_CARBON == 1 DisposeOSAActiveUPP((**hcg).activeproc); DisposeOSASendUPP((**hcg).sendproc); --- 883,887 ---- #endif ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM DisposeOSAActiveUPP((**hcg).activeproc); DisposeOSASendUPP((**hcg).sendproc); *************** *** 1135,1139 **** (**hcg).storagetable = storagetable; ! #if TARGET_API_MAC_CARBON == 1 (**hcg).activeproc = NewOSAActiveUPP(osadefaultactiveproc); --- 1111,1115 ---- (**hcg).storagetable = storagetable; ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM (**hcg).activeproc = NewOSAActiveUPP(osadefaultactiveproc); *************** *** 1583,1587 **** if (++osacoercionhandlerinstalled == 1) { ! #if TARGET_API_MAC_CARBON == 1 if(coerceTEXTtoSTXTUPP == nil) coerceTEXTtoSTXTUPP = NewAECoerceDescUPP(coerceTEXTtoSTXT); --- 1559,1563 ---- if (++osacoercionhandlerinstalled == 1) { ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if(coerceTEXTtoSTXTUPP == nil) coerceTEXTtoSTXTUPP = NewAECoerceDescUPP(coerceTEXTtoSTXT); *************** *** 1635,1639 **** //Code change by Timothy Paustian Friday, July 21, 2000 11:02:21 PM //added dispose of coercion handler ! #if TARGET_API_MAC_CARBON == 1 if(coerceTEXTtoSTXTUPP != nil) { --- 1611,1615 ---- //Code change by Timothy Paustian Friday, July 21, 2000 11:02:21 PM //added dispose of coercion handler ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if(coerceTEXTtoSTXTUPP != nil) { *************** *** 1746,1750 **** --- 1722,1730 ---- else { + #if !TARGET_API_MAC_CARBON origtrap = installpatch (_GetNextEvent, osagetnexteventUPP); + #else + origtrap = nil; + #endif origproc = (**hcg).getnexteventproc; *************** *** 1767,1772 **** assert ((**hcg).getnexteventproc != nil); removepatch (_GetNextEvent, (**hcg).getnexteventproc); ! (**hcg).getnexteventproc = origproc; } --- 1747,1754 ---- assert ((**hcg).getnexteventproc != nil); + #if !TARGET_API_MAC_CARBON removepatch (_GetNextEvent, (**hcg).getnexteventproc); ! #endif ! (**hcg).getnexteventproc = origproc; } *************** *** 3977,3981 **** osapushfastcontext (hcg); ! #if TARGET_API_MAC_CARBON == 1 coerceInsltoTEXTDesc = NewAECoerceDescUPP(coerceInsltoTEXT); AEInstallCoercionHandler (typeInsertionLoc, typeObjectSpecifier, coerceInsltoTEXTDesc, 0, true, false); --- 3959,3963 ---- osapushfastcontext (hcg); ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM coerceInsltoTEXTDesc = NewAECoerceDescUPP(coerceInsltoTEXT); AEInstallCoercionHandler (typeInsertionLoc, typeObjectSpecifier, coerceInsltoTEXTDesc, 0, true, false); *************** *** 4216,4220 **** //Code change by Timothy Paustian Friday, July 21, 2000 11:03:49 PM //Get rid of the UPP wer are done. ! #if TARGET_API_MAC_CARBON == 1 AERemoveCoercionHandler (typeInsertionLoc, typeChar, coerceInsltoTEXTDesc, false); DisposeAECoerceDescUPP(coerceInsltoTEXTDesc); --- 4198,4202 ---- //Code change by Timothy Paustian Friday, July 21, 2000 11:03:49 PM //Get rid of the UPP wer are done. ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM AERemoveCoercionHandler (typeInsertionLoc, typeChar, coerceInsltoTEXTDesc, false); DisposeAECoerceDescUPP(coerceInsltoTEXTDesc); *************** *** 4297,4301 **** //Code change by Timothy Paustian Friday, July 28, 2000 2:40:45 PM //we need to create the UPP now that we want to use it. ! #if TARGET_API_MAC_CARBON == 1 if (handlerecordableeventDesc == nil) handlerecordableeventDesc = NewAEEventHandlerUPP(handlerecordableevent); --- 4279,4283 ---- //Code change by Timothy Paustian Friday, July 28, 2000 2:40:45 PM //we need to create the UPP now that we want to use it. ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (handlerecordableeventDesc == nil) handlerecordableeventDesc = NewAEEventHandlerUPP(handlerecordableevent); *************** *** 4357,4361 **** //Code change by Timothy Paustian Friday, July 28, 2000 2:43:14 PM //I am assuming the osaStopRecording is called every time osaStartRecording is called. ! #if TARGET_API_MAC_CARBON == 1 DisposeAEEventHandlerUPP(handlerecordableeventDesc); handlerecordableeventDesc = nil; --- 4339,4343 ---- //Code change by Timothy Paustian Friday, July 28, 2000 2:43:14 PM //I am assuming the osaStopRecording is called every time osaStartRecording is called. ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM DisposeAEEventHandlerUPP(handlerecordableeventDesc); handlerecordableeventDesc = nil; *************** *** 5135,5139 **** case kComponentCloseSelect: ! #if TARGET_API_MAC_CARBON result = CallComponentFunctionWithStorage (storage, params, (**theGlobals).cmpcloseUPP); #else --- 5117,5121 ---- case kComponentCloseSelect: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM result = CallComponentFunctionWithStorage (storage, params, (**theGlobals).cmpcloseUPP); #else *************** *** 5143,5147 **** case kComponentCanDoSelect: ! #if TARGET_API_MAC_CARBON result = CallComponentFunction (params, (**theGlobals).cmpcandoUPP); #else --- 5125,5129 ---- case kComponentCanDoSelect: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM result = CallComponentFunction (params, (**theGlobals).cmpcandoUPP); #else *************** *** 5151,5155 **** case kComponentVersionSelect: ! #if TARGET_API_MAC_CARBON result = CallComponentFunction(params, (**theGlobals).cmpversionUPP); #else --- 5133,5137 ---- case kComponentVersionSelect: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM result = CallComponentFunction(params, (**theGlobals).cmpversionUPP); #else *************** *** 5170,5174 **** case kOSASelectLoad: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaLoadUPP; #else --- 5152,5156 ---- case kOSASelectLoad: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaLoadUPP; #else *************** *** 5178,5182 **** case kOSASelectStore: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaStoreUPP; #else --- 5160,5164 ---- case kOSASelectStore: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaStoreUPP; #else *************** *** 5186,5190 **** case kOSASelectExecute: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaExecuteUPP; #else --- 5168,5172 ---- case kOSASelectExecute: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaExecuteUPP; #else *************** *** 5194,5198 **** case kOSASelectDisplay: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaDisplayUPP; #else --- 5176,5180 ---- case kOSASelectDisplay: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaDisplayUPP; #else *************** *** 5202,5206 **** case kOSASelectScriptError: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaScriptErrorUPP; #else --- 5184,5188 ---- case kOSASelectScriptError: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaScriptErrorUPP; #else *************** *** 5210,5214 **** case kOSASelectDispose: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaDisposeUPP; #else --- 5192,5196 ---- case kOSASelectDispose: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaDisposeUPP; #else *************** *** 5218,5222 **** case kOSASelectSetScriptInfo: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetScriptInfoUPP; #else --- 5200,5204 ---- case kOSASelectSetScriptInfo: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetScriptInfoUPP; #else *************** *** 5226,5230 **** case kOSASelectGetScriptInfo: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaGetScriptInfoUPP; #else --- 5208,5212 ---- case kOSASelectGetScriptInfo: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaGetScriptInfoUPP; #else *************** *** 5234,5238 **** case kOSASelectCompile: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaCompileUPP; #else --- 5216,5220 ---- case kOSASelectCompile: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaCompileUPP; #else *************** *** 5242,5246 **** case kOSASelectGetSource: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaGetSourceUPP; #else --- 5224,5228 ---- case kOSASelectGetSource: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaGetSourceUPP; #else *************** *** 5250,5254 **** case kOSASelectCoerceFromDesc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaCoerceFromDescUPP; #else --- 5232,5236 ---- case kOSASelectCoerceFromDesc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaCoerceFromDescUPP; #else *************** *** 5258,5262 **** case kOSASelectCoerceToDesc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaCoerceToDescUPP; #else --- 5240,5244 ---- case kOSASelectCoerceToDesc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaCoerceToDescUPP; #else *************** *** 5266,5270 **** case kOSASelectStartRecording: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaStartRecordingUPP; #else --- 5248,5252 ---- case kOSASelectStartRecording: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaStartRecordingUPP; #else *************** *** 5274,5278 **** case kOSASelectStopRecording: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaStopRecordingUPP; #else --- 5256,5260 ---- case kOSASelectStopRecording: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaStopRecordingUPP; #else *************** *** 5282,5286 **** case kOSASelectScriptingComponentName: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaScriptingComponentNameUPP; #else --- 5264,5268 ---- case kOSASelectScriptingComponentName: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaScriptingComponentNameUPP; #else *************** *** 5290,5294 **** case kOSASelectLoadExecute: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaLoadExecuteUPP; #else --- 5272,5276 ---- case kOSASelectLoadExecute: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaLoadExecuteUPP; #else *************** *** 5298,5302 **** case kOSASelectCompileExecute: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaCompileExecuteUPP; #else --- 5280,5284 ---- case kOSASelectCompileExecute: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaCompileExecuteUPP; #else *************** *** 5306,5310 **** case kOSASelectDoScript: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaDoScriptUPP; #else --- 5288,5292 ---- case kOSASelectDoScript: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaDoScriptUPP; #else *************** *** 5314,5318 **** case kOSASelectMakeContext: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaMakeContextUPP; #else --- 5296,5300 ---- case kOSASelectMakeContext: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaMakeContextUPP; #else *************** *** 5322,5326 **** case kOSASelectSetResumeDispatchProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetResumeDispatchProcUPP; #else --- 5304,5308 ---- case kOSASelectSetResumeDispatchProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetResumeDispatchProcUPP; #else *************** *** 5330,5334 **** case kOSASelectGetResumeDispatchProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaGetResumeDispatchProcUPP; #else --- 5312,5316 ---- case kOSASelectGetResumeDispatchProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaGetResumeDispatchProcUPP; #else *************** *** 5338,5342 **** case kOSASelectExecuteEvent: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaExecuteEventUPP; #else --- 5320,5324 ---- case kOSASelectExecuteEvent: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaExecuteEventUPP; #else *************** *** 5346,5350 **** case kOSASelectDoEvent: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaDoEventUPP; #else --- 5328,5332 ---- case kOSASelectDoEvent: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaDoEventUPP; #else *************** *** 5354,5358 **** case kOSASelectSetActiveProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetActiveProcUPP; #else --- 5336,5340 ---- case kOSASelectSetActiveProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetActiveProcUPP; #else *************** *** 5362,5366 **** case kOSASelectSetDebugProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetDebugProcUPP; #else --- 5344,5348 ---- case kOSASelectSetDebugProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetDebugProcUPP; #else *************** *** 5370,5374 **** case kOSASelectDebug: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaDebugUPP; #else --- 5352,5356 ---- case kOSASelectDebug: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaDebugUPP; #else *************** *** 5378,5382 **** case kOSASelectSetSendProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetSendProcUPP; #else --- 5360,5364 ---- case kOSASelectSetSendProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetSendProcUPP; #else *************** *** 5386,5390 **** case kOSASelectGetSendProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaGetSendProcUPP; #else --- 5368,5372 ---- case kOSASelectGetSendProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaGetSendProcUPP; #else *************** *** 5394,5398 **** case kOSASelectSetCreateProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetCreateProcUPP; #else --- 5376,5380 ---- case kOSASelectSetCreateProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetCreateProcUPP; #else *************** *** 5402,5406 **** case kOSASelectGetCreateProc: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaGetCreateProcUPP; #else --- 5384,5388 ---- case kOSASelectGetCreateProc: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaGetCreateProcUPP; #else *************** *** 5412,5416 **** case kOSASelectSetDefaultTarget: ! #if TARGET_API_MAC_CARBON func = (**theGlobals).osaSetDefaultTargetUPP; #else --- 5394,5398 ---- case kOSASelectSetDefaultTarget: ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM func = (**theGlobals).osaSetDefaultTargetUPP; #else *************** *** 6191,6195 **** //Code change by Timothy Paustian Friday, July 21, 2000 11:18:39 PM //create all the osa UPPs ! #if TARGET_API_MAC_CARBON == 1 osaclientactiveDesc = NewOSAActiveUPP(osaclientactive); --- 6173,6177 ---- //Code change by Timothy Paustian Friday, July 21, 2000 11:18:39 PM //create all the osa UPPs ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM osaclientactiveDesc = NewOSAActiveUPP(osaclientactive); *************** *** 6478,6482 **** AERemoveCoercionHandler (typeType, typeObjectSpecifier, coerceTypetoObjUPP, true); ! #if TARGET_API_MAC_CARBON == 1 DisposeAECoerceDescUPP(coerceTypetoObjDesc); --- 6460,6464 ---- AERemoveCoercionHandler (typeType, typeObjectSpecifier, coerceTypetoObjUPP, true); ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM DisposeAECoerceDescUPP(coerceTypetoObjDesc); *************** *** 6533,6537 **** RegisterComponentResourceFile (filegetapplicationrnum (), true); /*2.1b4*/ ! #if TARGET_API_MAC_CARBON == 1 coerceTypetoObjDesc = NewAECoerceDescUPP(coerceTypetoObj); #endif --- 6515,6519 ---- RegisterComponentResourceFile (filegetapplicationrnum (), true); /*2.1b4*/ ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM coerceTypetoObjDesc = NewAECoerceDescUPP(coerceTypetoObj); #endif *************** *** 6551,6570 **** /*copyright 1992-1993, UserLand Software, Inc.*/ - #include <AppleEvents.h> - #include <AERegistry.h> - #include <AEPackObject.h> - #include <AEObjects.h> - #include <AppleScript.h> - //#pragma options (pack_enums) /* 2002-10-13 AR: pragma not supported by CodeWarrior */ - #include <Components.h> - #include <Gestalt.h> - #include <OSA.h> - #include <OSAComp.h> - #include <Traps.h> - #include <ctype.h> #include <land.h> - #include <standard.h> #include <UserTalk.h> #include "dialogs.h" --- 6533,6539 ---- *************** *** 6606,6623 **** - - // Subroutine Events: - - enum { - kASSubroutineEvent = 'psbr', - keyASSubroutineName = 'snam' - }; - - enum { - kASAppleScriptSuite = 'ascr', - kASCommentEvent = 'cmnt' - }; - - typedef struct tyservercomponent { --- 6575,6578 ---- *************** *** 7417,7429 **** static UniversalProcPtr installpatch (short trapnum, GNEUPP patch) { UniversalProcPtr origtrap; - #if !TARGET_API_MAC_CARBON origtrap = NGetTrapAddress (trapnum, ToolTrap); NSetTrapAddress ((UniversalProcPtr) patch, trapnum, ToolTrap); - #endif return (origtrap); --- 7372,7384 ---- + #if !TARGET_API_MAC_CARBON + static UniversalProcPtr installpatch (short trapnum, GNEUPP patch) { UniversalProcPtr origtrap; origtrap = NGetTrapAddress (trapnum, ToolTrap); NSetTrapAddress ((UniversalProcPtr) patch, trapnum, ToolTrap); return (origtrap); *************** *** 7433,7442 **** static void removepatch (short trapnum, GNEUPP origtrap) { - #if !TARGET_API_MAC_CARBON NSetTrapAddress ((UniversalProcPtr) origtrap, trapnum, ToolTrap); - #endif } /*removepatch*/ static pascal Boolean osagetnextevent (short, EventRecord *); --- 7388,7397 ---- static void removepatch (short trapnum, GNEUPP origtrap) { NSetTrapAddress ((UniversalProcPtr) origtrap, trapnum, ToolTrap); } /*removepatch*/ + #endif /*!TARGET_API_MAC_CARBON*/ + static pascal Boolean osagetnextevent (short, EventRecord *); |
|
From: Andre R. <and...@us...> - 2004-10-23 22:46:01
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8630/Frontier/Common/source Modified Files: opxml.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opxml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opxml.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opxml.c 9 Oct 2004 07:52:37 -0000 1.1 --- opxml.c 23 Oct 2004 22:45:51 -0000 1.2 *************** *** 32,42 **** */ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "op.h" --- 32,37 ---- */ ! #include "frontier.h" #include "standard.h" #include "op.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:45:37
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8547/Frontier/Common/source Modified Files: opvisit.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opvisit.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opvisit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opvisit.c 9 Oct 2004 07:51:59 -0000 1.1 --- opvisit.c 23 Oct 2004 22:45:28 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "op.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "op.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:45:24
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8481/Frontier/Common/source Modified Files: opverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opverbs.c 9 Oct 2004 07:51:50 -0000 1.1 --- opverbs.c 23 Oct 2004 22:45:16 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "frontierconfig.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "frontierconfig.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:45:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8345/Frontier/Common/source Modified Files: opvalidate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opvalidate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opvalidate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opvalidate.c 9 Oct 2004 07:51:11 -0000 1.1 --- opvalidate.c 23 Oct 2004 22:44:59 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #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:44:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8263/Frontier/Common/source Modified Files: opstructure.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opstructure.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opstructure.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opstructure.c 9 Oct 2004 07:51:04 -0000 1.1 --- opstructure.c 23 Oct 2004 22:44:46 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.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:44:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8172/Frontier/Common/source Modified Files: opscrollbar.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opscrollbar.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opscrollbar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opscrollbar.c 9 Oct 2004 07:50:35 -0000 1.1 --- opscrollbar.c 23 Oct 2004 22:44:29 -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:44:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8088/Frontier/Common/source Modified Files: opscreenmap.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opscreenmap.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opscreenmap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opscreenmap.c 9 Oct 2004 07:50:28 -0000 1.1 --- opscreenmap.c 23 Oct 2004 22:44:02 -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:44:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8031/Frontier/Common/source Modified Files: ops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/ops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ops.c 9 Oct 2004 07:50:20 -0000 1.1 --- ops.c 23 Oct 2004 22:43:50 -0000 1.2 *************** *** 24,45 **** ******************************************************************************/ ! #include <stdlib.h> ! #include <stdio.h> #ifdef MACVERSION - #include <fp.h> - #include <ctype.h> - #include <Gestalt.h> - #include <Script.h> - #include <standard.h> #include "mac.h" #endif - #ifdef WIN95VERSION - #include <ctype.h> - #include <math.h> - #include "standard.h" - #endif - #include "error.h" #include "memory.h" --- 24,34 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include "mac.h" #endif #include "error.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:43:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7959/Frontier/Common/source Modified Files: oprefcon.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: oprefcon.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oprefcon.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oprefcon.c 9 Oct 2004 07:50:09 -0000 1.1 --- oprefcon.c 23 Oct 2004 22:43:24 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "shell.rsrc.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "shell.rsrc.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:43:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7882/Frontier/Common/source Modified Files: opprint.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opprint.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opprint.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opprint.c 9 Oct 2004 07:50:00 -0000 1.1 --- opprint.c 23 Oct 2004 22:43:11 -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:43:08
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7781/Frontier/Common/source Modified Files: oppopup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: oppopup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oppopup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oppopup.c 9 Oct 2004 07:49:38 -0000 1.1 --- oppopup.c 23 Oct 2004 22:42:59 -0000 1.2 *************** *** 30,40 **** */ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "quickdraw.h" --- 30,35 ---- */ ! #include "frontier.h" #include "standard.h" #include "quickdraw.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:42:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7712/Frontier/Common/source Modified Files: oppack.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: oppack.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oppack.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oppack.c 9 Oct 2004 07:49:27 -0000 1.1 --- oppack.c 23 Oct 2004 22:42:47 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! ! ! #ifdef MACVERSION ! #include <standard.h> ! #include <string.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |