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:31:16
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22057/Frontier/Common/UserLandIACToolkit Modified Files: landreturn.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landreturn.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landreturn.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landreturn.c 9 Oct 2004 06:14:24 -0000 1.1 --- landreturn.c 23 Oct 2004 21:31:07 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <AERegistry.h> #include "landinternal.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "landinternal.h" *************** *** 65,75 **** pascal boolean landreturnboolean (hdlverbrecord hverb, Boolean x) { ! unsigned char bool; ! bool = bitboolean (x); landstartreturn (hverb); ! return (landpushparam (hverb, booleantype, nil, &bool, longsizeof (bool), returnedvaluekey)); } /*landreturnboolean*/ --- 66,76 ---- pascal boolean landreturnboolean (hdlverbrecord hverb, Boolean x) { ! unsigned char flg; ! flg = bitboolean (x); landstartreturn (hverb); ! return (landpushparam (hverb, booleantype, nil, &flg, longsizeof (flg), returnedvaluekey)); } /*landreturnboolean*/ |
|
From: Andre R. <and...@us...> - 2004-10-23 21:31:05
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21981/Frontier/Common/UserLandIACToolkit Modified Files: landqueue.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landqueue.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landqueue.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landqueue.c 9 Oct 2004 06:14:16 -0000 1.1 --- landqueue.c 23 Oct 2004 21:30:56 -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:30:54
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21949/Frontier/Common/UserLandIACToolkit Modified Files: landpush.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landpush.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landpush.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landpush.c 9 Oct 2004 06:14:09 -0000 1.1 --- landpush.c 23 Oct 2004 21:30:45 -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:30:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21915/Frontier/Common/UserLandIACToolkit Modified Files: landops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landops.c 9 Oct 2004 06:13:51 -0000 1.1 --- landops.c 23 Oct 2004 21:30:29 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #include "landinternal.h" ! ! #ifdef MPWC ! #include <strings.h> ! ! #endif --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "landinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:30:25
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21868/Frontier/Common/UserLandIACToolkit Modified Files: landgetparam.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: landgetparam.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/landgetparam.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** landgetparam.c 9 Oct 2004 06:13:34 -0000 1.1 --- landgetparam.c 23 Oct 2004 21:30:16 -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:30:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21768/Frontier/Common/UserLandIACToolkit Modified Files: land.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: land.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/UserLandIACToolkit/land.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** land.c 9 Oct 2004 06:13:19 -0000 1.1 --- land.c 23 Oct 2004 21:30:06 -0000 1.2 *************** *** 24,32 **** ******************************************************************************/ #include "landinternal.h" - //#include <Threads.h> - #include <Gestalt.h> - #include <Script.h> - #include <AERegistry.h> #include "ops.h" --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include "landinternal.h" #include "ops.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:30:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/stubs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21677/Frontier/Common/stubs Modified Files: minneed.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: minneed.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/stubs/minneed.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** minneed.c 9 Oct 2004 06:19:56 -0000 1.1 --- minneed.c 23 Oct 2004 21:29:54 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <Packages.h> ! #include <ctype.h> ! #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 21:29:51
|
Update of /cvsroot/frontierkernel/Frontier/Common/stubs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21645/Frontier/Common/stubs Modified Files: megastubs2.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: megastubs2.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/stubs/megastubs2.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** megastubs2.c 9 Oct 2004 06:19:44 -0000 1.1 --- megastubs2.c 23 Oct 2004 21:29:43 -0000 1.2 *************** *** 24,29 **** ******************************************************************************/ #ifdef MACVERSION - #include <standard.h> #include <IAC.h> #include <uisharing.h> --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <IAC.h> #include <uisharing.h> *************** *** 31,40 **** #endif - #ifdef WIN95VERSION - #include "standard.h" - // #include "land.h" - #include <stdio.h> - #endif - #include "bitmaps.h" #include "dialogs.h" --- 33,36 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 21:29:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/stubs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21617/Frontier/Common/stubs Modified Files: megastubs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: megastubs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/stubs/megastubs.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** megastubs.c 17 Oct 2004 12:34:41 -0000 1.2 --- megastubs.c 23 Oct 2004 21:29:31 -0000 1.3 *************** *** 24,38 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #undef abs ! #include <stdio.h> ! #include <malloc.h> ! #include <crtdbg.h> ! #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:26:19
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20811/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iactext.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iactext.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iactext.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iactext.c 9 Oct 2004 03:12:58 -0000 1.1 --- iactext.c 23 Oct 2004 21:26:10 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:26:08
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20724/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iactable.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iactable.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iactable.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iactable.c 9 Oct 2004 03:12:48 -0000 1.1 --- iactable.c 23 Oct 2004 21:26:00 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:25:58
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20686/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacsysevents.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacsysevents.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacsysevents.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacsysevents.c 9 Oct 2004 03:12:42 -0000 1.1 --- iacsysevents.c 23 Oct 2004 21:25:50 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:25:47
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20646/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacstring4.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacstring4.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacstring4.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacstring4.c 9 Oct 2004 03:12:35 -0000 1.1 --- iacstring4.c 23 Oct 2004 21:25:39 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:25:37
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20500/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacstring.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacstring.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacstring.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacstring.c 9 Oct 2004 03:12:28 -0000 1.1 --- iacstring.c 23 Oct 2004 21:25:15 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:25:10
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20413/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacshort.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacshort.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacshort.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacshort.c 9 Oct 2004 03:12:22 -0000 1.1 --- iacshort.c 23 Oct 2004 21:25:01 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:24:59
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20368/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacsend.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacsend.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacsend.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacsend.c 9 Oct 2004 03:12:15 -0000 1.1 --- iacsend.c 23 Oct 2004 21:24:50 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:24:48
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20337/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacrgb.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacrgb.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacrgb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacrgb.c 9 Oct 2004 03:12:03 -0000 1.1 --- iacrgb.c 23 Oct 2004 21:24:39 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:24:36
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20293/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacrect.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacrect.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacrect.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacrect.c 9 Oct 2004 03:11:56 -0000 1.1 --- iacrect.c 23 Oct 2004 21:24:26 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:24:24
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20260/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacrecord.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacrecord.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacrecord.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacrecord.c 9 Oct 2004 03:11:49 -0000 1.1 --- iacrecord.c 23 Oct 2004 21:24:16 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:24:14
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20230/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacreceive.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacreceive.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacreceive.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacreceive.c 9 Oct 2004 03:11:43 -0000 1.1 --- iacreceive.c 23 Oct 2004 21:24:06 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:24:03
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20141/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacpoint.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacpoint.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacpoint.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacpoint.c 9 Oct 2004 03:11:35 -0000 1.1 --- iacpoint.c 23 Oct 2004 21:23:40 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:23:38
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20089/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacops.c 9 Oct 2004 03:11:29 -0000 1.1 --- iacops.c 23 Oct 2004 21:23:29 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:23:28
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20045/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacnewsystemverb.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacnewsystemverb.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacnewsystemverb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacnewsystemverb.c 9 Oct 2004 03:11:18 -0000 1.1 --- iacnewsystemverb.c 23 Oct 2004 21:23:19 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 21:23:17
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20009/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iacnetwork.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iacnetwork.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacnetwork.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iacnetwork.c 9 Oct 2004 03:11:13 -0000 1.1 --- iacnetwork.c 23 Oct 2004 21:23:08 -0000 1.2 *************** *** 3,8 **** #include <appletdefs.h> - #include <Script.h> #include "iac.h" --- 3,10 ---- + #include "frontier.h" + #include "standard.h" + #include <appletdefs.h> #include "iac.h" *************** *** 27,30 **** --- 29,34 ---- + #if TARGET_API_MAC_OS8 + static OSErr HCProgramToPortAndLoc (char *theName, short len, LocationNameRec *theLoc, PortInfoRec *thePort) { *************** *** 173,177 **** to attempt to verify that something has actually been found */ ! LocationNameRec loc; PortInfoRec port; --- 177,181 ---- to attempt to verify that something has actually been found */ ! LocationNameRec loc; PortInfoRec port; *************** *** 203,206 **** --- 207,226 ---- } /*string2networkaddress*/ + #else + + static pascal Boolean string2networkaddress (ConstStr255Param bsadr, TargetID *target) { + + /* + 2004-10-21 aradke: Can't do this on Carbon, give up and return bogus error + */ + + IACglobals.errorcode = noResponseErr; + + return (false); + + } /*string2networkaddress*/ + + #endif + Boolean IACnewnetworkverb (ConstStr255Param bsadr, OSType vclass, OSType vtoken, AppleEvent *event) { |
|
From: Andre R. <and...@us...> - 2004-10-23 21:23:05
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19932/Frontier/FrontierSDK/Toolkits/IACTools/Source Modified Files: iaclong.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: iaclong.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iaclong.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iaclong.c 9 Oct 2004 03:11:05 -0000 1.1 --- iaclong.c 23 Oct 2004 21:22:56 -0000 1.2 *************** *** 3,6 **** --- 3,9 ---- + #include "frontier.h" + #include "standard.h" + #include "iacinternal.h" |