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 21:42:59
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24672/Frontier/Common/IowaRuntime/Source Modified Files: iowaparser.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowaparser.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowaparser.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowaparser.c 9 Oct 2004 20:19:59 -0000 1.1 --- iowaparser.c 23 Oct 2004 21:42:51 -0000 1.2 *************** *** 24,27 **** --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "shelltypes.h" #include "iowacore.h" #include <appletfrontier.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:42:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24613/Frontier/Common/IowaRuntime/Source Modified Files: iowainit.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowainit.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowainit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowainit.c 9 Oct 2004 20:19:51 -0000 1.1 --- iowainit.c 23 Oct 2004 21:42:41 -0000 1.2 *************** *** 24,27 **** --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "shelltypes.h" #include "iowacore.h" #include "iowaruntime.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:42:39
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24575/Frontier/Common/IowaRuntime/Source Modified Files: iowafrontier.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowafrontier.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowafrontier.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowafrontier.c 9 Oct 2004 20:19:45 -0000 1.1 --- iowafrontier.c 23 Oct 2004 21:42:31 -0000 1.2 *************** *** 24,29 **** ******************************************************************************/ ! #include <OSA.h> #include <iac.h> #include "iowacore.h" #include "iowascript.h" --- 24,32 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include <iac.h> + #include "shelltypes.h" #include "iowacore.h" #include "iowascript.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:42:28
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24531/Frontier/Common/IowaRuntime/Source Modified Files: iowacore.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowacore.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowacore.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowacore.c 9 Oct 2004 20:19:31 -0000 1.1 --- iowacore.c 23 Oct 2004 21:42:20 -0000 1.2 *************** *** 24,27 **** --- 24,32 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "shelltypes.h" + #ifdef iowaRuntime |
|
From: Andre R. <and...@us...> - 2004-10-23 21:42:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24432/Frontier/Common/IowaRuntime/Source Modified Files: iowacomponent.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowacomponent.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowacomponent.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowacomponent.c 9 Oct 2004 20:19:02 -0000 1.1 --- iowacomponent.c 23 Oct 2004 21:41:53 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <Components.h> #include "iowacore.h" #ifndef iowaRuntime --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! ! #include "shelltypes.h" #include "iowacore.h" #ifndef iowaRuntime *************** *** 99,103 **** //Code change by Timothy Paustian Thursday, June 29, 2000 9:42:56 PM //Update macro ! #if TARGET_RT_MAC_CFM enum { uppCallComponentProcInfo = kPascalStackBased --- 102,109 ---- //Code change by Timothy Paustian Thursday, June 29, 2000 9:42:56 PM //Update macro ! /* 2004-10-22 aradke: Not sure if this is the right thing to do for the Mach-O build, ! but at least it makes the link errors for _drawobjectGlue etc. go away ! */ ! #if TARGET_RT_MAC_CFM || TARGET_RT_MAC_MACHO enum { uppCallComponentProcInfo = kPascalStackBased |
|
From: Andre R. <and...@us...> - 2004-10-23 21:41:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24401/Frontier/Common/IowaRuntime/Source Modified Files: iowaattributes.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iowaattributes.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Source/iowaattributes.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowaattributes.c 9 Oct 2004 20:18:44 -0000 1.1 --- iowaattributes.c 23 Oct 2004 21:41:41 -0000 1.2 *************** *** 24,27 **** --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "shelltypes.h" #include <iac.h> #include <appletquickdraw.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:41:39
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24364/Frontier/Common/IOAToolkit Modified Files: ioastatic.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioastatic.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioastatic.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioastatic.c 9 Oct 2004 20:30:32 -0000 1.1 --- ioastatic.c 23 Oct 2004 21:41:30 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:41:28
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24328/Frontier/Common/IOAToolkit Modified Files: ioascrollbar.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioascrollbar.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioascrollbar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioascrollbar.c 9 Oct 2004 20:30:17 -0000 1.1 --- ioascrollbar.c 23 Oct 2004 21:41:20 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <iac.h> #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:41:18
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24299/Frontier/Common/IOAToolkit Modified Files: ioarect.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioarect.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioarect.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioarect.c 9 Oct 2004 20:30:08 -0000 1.1 --- ioarect.c 23 Oct 2004 21:41:09 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <iac.h> #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:41:07
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24246/Frontier/Common/IOAToolkit Modified Files: ioaradio.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioaradio.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioaradio.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioaradio.c 9 Oct 2004 20:29:59 -0000 1.1 --- ioaradio.c 23 Oct 2004 21:40:59 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:40:57
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24207/Frontier/Common/IOAToolkit Modified Files: ioapopup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioapopup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioapopup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioapopup.c 9 Oct 2004 20:29:45 -0000 1.1 --- ioapopup.c 23 Oct 2004 21:40:49 -0000 1.2 *************** *** 24,32 **** ******************************************************************************/ #include <iac.h> #include <ioa.h> #include "ioapopup.h" #include "appletmemory.h" ! #define idpopupmenu 25000 --- 24,35 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <iac.h> #include <ioa.h> #include "ioapopup.h" #include "appletmemory.h" ! #include "quickdraw.h" #define idpopupmenu 25000 |
|
From: Andre R. <and...@us...> - 2004-10-23 21:40:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24156/Frontier/Common/IOAToolkit Modified Files: ioapicture.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioapicture.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioapicture.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioapicture.c 9 Oct 2004 20:29:31 -0000 1.1 --- ioapicture.c 23 Oct 2004 21:40:31 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:40:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24123/Frontier/Common/IOAToolkit Modified Files: ioaicon.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioaicon.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioaicon.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioaicon.c 9 Oct 2004 20:29:13 -0000 1.1 --- ioaicon.c 23 Oct 2004 21:40:21 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <iac.h> #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:40:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24093/Frontier/Common/IOAToolkit Modified Files: ioaframe.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioaframe.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioaframe.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioaframe.c 9 Oct 2004 20:29:04 -0000 1.1 --- ioaframe.c 23 Oct 2004 21:40:10 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:40:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24011/Frontier/Common/IOAToolkit Modified Files: ioaedittext.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioaedittext.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioaedittext.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioaedittext.c 9 Oct 2004 20:28:50 -0000 1.1 --- ioaedittext.c 23 Oct 2004 21:39:57 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <iac.h> #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:39:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23986/Frontier/Common/IOAToolkit Modified Files: ioacolorpopup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioacolorpopup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioacolorpopup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioacolorpopup.c 9 Oct 2004 20:28:33 -0000 1.1 --- ioacolorpopup.c 23 Oct 2004 21:39:45 -0000 1.2 *************** *** 26,31 **** /*original code by Dave Shaver, Quark, 303-849-3311, adapted by DW 2/9/93. Thanks Dave!*/ ! //#include <SetUpA4.h> ! #include <Gestalt.h> #include <iac.h> #include <ioa.h> --- 26,32 ---- /*original code by Dave Shaver, Quark, 303-849-3311, adapted by DW 2/9/93. Thanks Dave!*/ ! #include "frontier.h" ! #include "standard.h" ! #include <iac.h> #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:39:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23958/Frontier/Common/IOAToolkit Modified Files: ioacheckbox.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioacheckbox.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioacheckbox.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioacheckbox.c 9 Oct 2004 20:28:22 -0000 1.1 --- ioacheckbox.c 23 Oct 2004 21:39:35 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:39:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23925/Frontier/Common/IOAToolkit Modified Files: ioabutton.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioabutton.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioabutton.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioabutton.c 9 Oct 2004 20:28:15 -0000 1.1 --- ioabutton.c 23 Oct 2004 21:39:23 -0000 1.2 *************** *** 24,27 **** --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + + #include "quickdraw.h" #include <ioa.h> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:39:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/IOAToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23862/Frontier/Common/IOAToolkit Modified Files: ioa.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ioa.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IOAToolkit/ioa.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ioa.c 9 Oct 2004 20:27:55 -0000 1.1 --- ioa.c 23 Oct 2004 21:39:12 -0000 1.2 *************** *** 28,39 **** */ ! #include <Components.h> #include "ioa.h" - - //#ifdef __MWERKS__ - // #include <A4Stuff.h> - //#endif - #ifdef THINK_C --- 28,36 ---- */ ! #include "frontier.h" ! #include "standard.h" ! #include "ioa.h" #ifdef THINK_C *************** *** 922,928 **** return ((*config.debugObjectCallback) (h, errorstring)); } /*debugobjectcommand*/ //Code change by Timothy Paustian Sunday, June 25, 2000 10:29:27 PM //watch out, will this work?, I may have to check this. ! #if !TARGET_RT_MAC_CFM // UPPs are just the routine addresses --- 919,926 ---- return ((*config.debugObjectCallback) (h, errorstring)); } /*debugobjectcommand*/ + //Code change by Timothy Paustian Sunday, June 25, 2000 10:29:27 PM //watch out, will this work?, I may have to check this. ! #if 0 // UPPs are just the routine addresses |
|
From: Andre R. <and...@us...> - 2004-10-23 21:38:09
|
Update of /cvsroot/frontierkernel/Frontier/Common/PCRE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23434/Frontier/Common/PCRE Modified Files: pcre.c Log Message: Undefine DEBUG and DPRINTF from system headers and use our own definition. We don't usually want to debug the regular expression engine itself, even when we are running a debug build of Frontier. Index: pcre.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/PCRE/pcre.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pcre.c 9 Oct 2004 19:00:07 -0000 1.1 --- pcre.c 23 Oct 2004 21:38:01 -0000 1.2 *************** *** 36,39 **** --- 36,41 ---- /* #define DEBUG */ + #undef DEBUG /* 2004-10-23 aradke: don't pick these up from system headers */ + #undef DPRINTF /* Use a macro for debugging printing, 'cause that eliminates the use of #ifdef |
|
From: Andre R. <and...@us...> - 2004-10-23 21:35:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22785/Frontier/Common/resources/Mac Modified Files: SHELL.R Log Message: Update includes for better Carbon compatibility. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SHELL.R 9 Oct 2004 08:56:16 -0000 1.1 --- SHELL.R 23 Oct 2004 21:35:02 -0000 1.2 *************** *** 26,32 **** #define oldTemp ! #include <Types.r> ! //#include <Systypes.r> #include <AEUserTermTypes.r> #include "config.r" #include "versions.h" --- 26,35 ---- #define oldTemp ! #include <MacTypes.r> #include <AEUserTermTypes.r> + #include <Controls.r> + #include <Dialogs.r> + #include <Icons.r> + #include <Menus.r> #include "config.r" #include "versions.h" *************** *** 1691,1695 **** resource 'WIND' (130, "Home") { {76, 184, 180, 460}, ! rDocProc, invisible, goAway, --- 1694,1702 ---- resource 'WIND' (130, "Home") { {76, 184, 180, 460}, ! #if TARGET_API_MAC_CARBON ! noGrowDocProc, ! #else ! rDocProc, /* 2004-10-20 aradke: not supported in Carbon */ ! #endif invisible, goAway, |
|
From: Andre R. <and...@us...> - 2004-10-23 21:34:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22727/Frontier/Common/resources/Mac Modified Files: osacomponent.r Log Message: Update includes for better Carbon compatibility. Index: osacomponent.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/osacomponent.r,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** osacomponent.r 9 Oct 2004 08:55:25 -0000 1.1 --- osacomponent.r 23 Oct 2004 21:34:49 -0000 1.2 *************** *** 24,29 **** ******************************************************************************/ ! #include <Types.r> ! //#include <SysTypes.r> --- 24,29 ---- ******************************************************************************/ ! #include <MacTypes.r> ! #include <Icons.r> |
|
From: Andre R. <and...@us...> - 2004-10-23 21:34:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22696/Frontier/Common/resources/Mac Modified Files: lang.r Log Message: Update includes for better Carbon compatibility. Index: lang.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/lang.r,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang.r 9 Oct 2004 08:54:59 -0000 1.1 --- lang.r 23 Oct 2004 21:34:39 -0000 1.2 *************** *** 24,29 **** ******************************************************************************/ ! #include <Types.r> ! //#include <Systypes.r> resource 'STR#' (135, "Directions", purgeable) { --- 24,29 ---- ******************************************************************************/ ! #include <MacTypes.r> ! #include <Dialogs.r> resource 'STR#' (135, "Directions", purgeable) { |
|
From: Andre R. <and...@us...> - 2004-10-23 21:31:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22153/Frontier/Common/UserLandIACToolkit Modified Files: landverbarray.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landverbarray.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landverbarray.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landverbarray.c 9 Oct 2004 06:15:32 -0000 1.1 --- landverbarray.c 23 Oct 2004 21:31:36 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include "landinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:31:37
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22103/Frontier/Common/UserLandIACToolkit Modified Files: landsystem7.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landsystem7.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landsystem7.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landsystem7.c 9 Oct 2004 06:15:09 -0000 1.1 --- landsystem7.c 23 Oct 2004 21:31:26 -0000 1.2 *************** *** 24,30 **** ******************************************************************************/ ! #include <PPCToolBox.h> ! #include <Script.h> ! #include <Errors.h> #include "landinternal.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "landinternal.h" *************** *** 192,195 **** --- 192,197 ---- + #if TARGET_API_MAC_OS8 + static OSErr HCProgramToPortAndLoc (char *theName, short len, LocationNameRec *theLoc, PortInfoRec *thePort) { *************** *** 298,312 **** Call the damm routine and try to get the stupid port back! */ - //Code change by Timothy Paustian Monday, June 26, 2000 3:30:31 PM - //Send back a bogus error. We cannot do this in Carbon. - #if TARGET_API_MAC_CARBON == 1 - theErr = noResponseErr; - #else theErr = IPCListPortsSync (&thePBRec); - #endif return (theErr); } /*HCProgramToPortAndLoc*/ static boolean isthisprocess (ProcessSerialNumber *targetPSN) { --- 300,310 ---- Call the damm routine and try to get the stupid port back! */ theErr = IPCListPortsSync (&thePBRec); return (theErr); } /*HCProgramToPortAndLoc*/ + #endif + static boolean isthisprocess (ProcessSerialNumber *targetPSN) { *************** *** 358,361 **** --- 356,361 ---- + #if TARGET_API_MAC_OS8 + static boolean goodstring32 (byte s32 []) { *************** *** 421,424 **** --- 421,439 ---- } /*landstring2networkaddress*/ + #else + + pascal boolean landstring2networkaddress (ConstStr255Param bsadr, tynetworkaddress *adr) { + + /* + 2004-10-21 aradke: Can't do this on Carbon, send back a bogus error. + */ + + landseterror (noResponseErr); + + return (false); + } /*landstring2networkaddress*/ + + #endif + static pascal Boolean landbrowserfilter (LocationNamePtr ln, PortInfoPtr port) { *************** *** 964,983 **** #if !TARGET_RT_MAC_CFM - #define landsystem7handleeventUPP ((AEEventHandlerUPP) landsystem7handleevent) - #else #if !TARGET_API_MAC_CARBON ! ! static RoutineDescriptor landsystem7handleeventDesc = BUILD_ROUTINE_DESCRIPTOR (uppAEEventHandlerProcInfo, landsystem7handleevent); ! ! #define landsystem7handleeventUPP (&landsystem7handleeventDesc) ! #else ! AEEventHandlerUPP landsystem7handleeventDesc = nil; ! #define landsystem7handleeventUPP (landsystem7handleeventDesc) #endif - - #endif --- 979,991 ---- #if !TARGET_RT_MAC_CFM #define landsystem7handleeventUPP ((AEEventHandlerUPP) landsystem7handleevent) #else #if !TARGET_API_MAC_CARBON ! static RoutineDescriptor landsystem7handleeventDesc = BUILD_ROUTINE_DESCRIPTOR (uppAEEventHandlerProcInfo, landsystem7handleevent); ! #define landsystem7handleeventUPP (&landsystem7handleeventDesc) #else ! AEEventHandlerUPP landsystem7handleeventDesc = nil; ! #define landsystem7handleeventUPP (landsystem7handleeventDesc) #endif #endif *************** *** 1423,1427 **** long id; ! #if TARGET_API_MAC_CARBON == 1 landsystem7idleUPP = NewAEIdleUPP (&landsystem7idleroutine); --- 1431,1435 ---- long id; ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM landsystem7idleUPP = NewAEIdleUPP (&landsystem7idleroutine); *************** *** 1784,1788 **** //Code change by Timothy Paustian Friday, July 28, 2000 1:31:13 PM //create the new handler if its still nil ! #if TARGET_API_MAC_CARBON ==1 if (landsystem7handleeventUPP == nil) landsystem7handleeventUPP = NewAEEventHandlerUPP(landsystem7handleevent); --- 1792,1796 ---- //Code change by Timothy Paustian Friday, July 28, 2000 1:31:13 PM //create the new handler if its still nil ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (landsystem7handleeventUPP == nil) landsystem7handleeventUPP = NewAEEventHandlerUPP(landsystem7handleevent); *************** *** 1796,1800 **** //Code change by Timothy Paustian Friday, July 28, 2000 1:31:13 PM //create the new handler is its still nil ! #if TARGET_API_MAC_CARBON ==1 if (landsystem7handleeventUPP == nil) landsystem7handleeventUPP = NewAEEventHandlerUPP(landsystem7handleevent); --- 1804,1808 ---- //Code change by Timothy Paustian Friday, July 28, 2000 1:31:13 PM //create the new handler is its still nil ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (landsystem7handleeventUPP == nil) landsystem7handleeventUPP = NewAEEventHandlerUPP(landsystem7handleevent); *************** *** 1809,1813 **** //Code change by Timothy Paustian Friday, July 28, 2000 1:31:13 PM //create the new handler is its still nil ! #if TARGET_API_MAC_CARBON ==1 if (landsystem7handleeventUPP == nil) landsystem7handleeventUPP = NewAEEventHandlerUPP(landsystem7handleevent); --- 1817,1821 ---- //Code change by Timothy Paustian Friday, July 28, 2000 1:31:13 PM //create the new handler is its still nil ! #if TARGET_API_MAC_CARBON && TARGET_RT_MAC_CFM if (landsystem7handleeventUPP == nil) landsystem7handleeventUPP = NewAEEventHandlerUPP(landsystem7handleevent); |