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:42:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7618/Frontier/Common/source Modified Files: opops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opops.c 9 Oct 2004 07:49:10 -0000 1.1 --- opops.c 23 Oct 2004 22:42:34 -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:42:26
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7537/Frontier/Common/source Modified Files: oplist.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: oplist.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oplist.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oplist.c 9 Oct 2004 07:48:51 -0000 1.1 --- oplist.c 23 Oct 2004 22:42:17 -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:42:13
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7452/Frontier/Common/source Modified Files: oplineheight.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: oplineheight.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oplineheight.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oplineheight.c 9 Oct 2004 07:48:39 -0000 1.1 --- oplineheight.c 23 Oct 2004 22:42:02 -0000 1.2 *************** *** 26,36 **** /*these routines support variable lineheight in opxxx.c*/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "ops.h" --- 26,31 ---- /*these routines support variable lineheight in opxxx.c*/ ! #include "frontier.h" #include "standard.h" #include "ops.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:42:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7378/Frontier/Common/source Modified Files: oplangtext.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: oplangtext.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/oplangtext.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oplangtext.c 9 Oct 2004 07:48:31 -0000 1.1 --- oplangtext.c 23 Oct 2004 22:41:50 -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:41:47
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7298/Frontier/Common/source Modified Files: opinit.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opinit.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opinit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opinit.c 9 Oct 2004 07:48:22 -0000 1.1 --- opinit.c 23 Oct 2004 22:41:37 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "shell.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "shell.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:41:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7172/Frontier/Common/source Modified Files: opicons.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opicons.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opicons.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opicons.c 9 Oct 2004 07:48:13 -0000 1.1 --- opicons.c 23 Oct 2004 22:41:04 -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:41:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7144/Frontier/Common/source Modified Files: ophoist.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: ophoist.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/ophoist.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ophoist.c 9 Oct 2004 07:48:00 -0000 1.1 --- ophoist.c 23 Oct 2004 22:40:52 -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:40:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7044/Frontier/Common/source Modified Files: opexpand.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opexpand.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opexpand.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opexpand.c 9 Oct 2004 07:47:52 -0000 1.1 --- opexpand.c 23 Oct 2004 22:40:28 -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:40:25
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6913/Frontier/Common/source Modified Files: OpenTransportNetEvents.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: OpenTransportNetEvents.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/OpenTransportNetEvents.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpenTransportNetEvents.c 17 Oct 2004 12:34:40 -0000 1.2 --- OpenTransportNetEvents.c 23 Oct 2004 22:40:14 -0000 1.3 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef NeverDefine_For_Reference For reference I am listing the error codes from the windows winsock.h file here *************** *** 269,284 **** }; //tcperrorstrings - #include <ctype.h> - #include <string.h> #define wsprintf sprintf - #ifndef OTDEBUG - #define OTDEBUG 1 - #endif - #define OTUNIXERRORS 1 - #include <OpenTransport.h> - #include <OpenTptInternet.h> - - #include <standard.h> #include "mac.h" #include "error.h" --- 272,277 ---- *************** *** 299,303 **** #include "file.h" ! #if TARGET_CARBON #define OTAssert(name, cond) ((cond) ? ((void) 0) : (DebugStr( __FILE__ ": " #name ": " #cond ))) #endif --- 292,297 ---- #include "file.h" ! ! #ifndef OTAssert #define OTAssert(name, cond) ((cond) ? ((void) 0) : (DebugStr( __FILE__ ": " #name ": " #cond ))) #endif *************** *** 535,539 **** #if (TCPTRACKER == 3) #pragma message ("*********************** TCPTRACKER is ON: Full output to tcpfile.txt ***********************") - #include <stdio.h> static boolean fllogger = true; --- 529,532 ---- *************** *** 605,610 **** #pragma message ("*********************** TCPTRACKER is ON: Error output to tcpfile.txt **********************") - #include <stdio.h> - static boolean fllogger = true; --- 598,601 ---- *************** *** 1573,1577 **** opt.len = sizeof(TOption); opt.level = INET_IP; ! opt.name = IP_REUSEADDR; opt.status = 0; opt.value[0] = 1; --- 1564,1568 ---- opt.len = sizeof(TOption); opt.level = INET_IP; ! opt.name = kIP_REUSEADDR; opt.status = 0; opt.value[0] = 1; *************** *** 3308,3312 **** opt.len = sizeof (TOption); opt.level = INET_IP; ! opt.name = IP_REUSEADDR; opt.status = 0; opt.value[0] = 1; --- 3299,3303 ---- opt.len = sizeof (TOption); opt.level = INET_IP; ! opt.name = kIP_REUSEADDR; opt.status = 0; opt.value[0] = 1; |
|
From: Andre R. <and...@us...> - 2004-10-23 22:40:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6795/Frontier/Common/source Modified Files: opedit.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opedit.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opedit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opedit.c 9 Oct 2004 07:46:50 -0000 1.1 --- opedit.c 23 Oct 2004 22:39:51 -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:39:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6683/Frontier/Common/source Modified Files: opdraggingmove.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opdraggingmove.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opdraggingmove.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opdraggingmove.c 9 Oct 2004 07:46:37 -0000 1.1 --- opdraggingmove.c 23 Oct 2004 22:39:36 -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:39:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6601/Frontier/Common/source Modified Files: opdisplay.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opdisplay.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opdisplay.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opdisplay.c 9 Oct 2004 07:46:26 -0000 1.1 --- opdisplay.c 23 Oct 2004 22:39:22 -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:39:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6510/Frontier/Common/source Modified Files: opbuttons.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: opbuttons.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opbuttons.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opbuttons.c 9 Oct 2004 07:46:03 -0000 1.1 --- opbuttons.c 23 Oct 2004 22:39:03 -0000 1.2 *************** *** 26,36 **** /*Synthetic buttons for outline windows.*/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "shell.h" --- 26,31 ---- /*Synthetic buttons for outline windows.*/ ! #include "frontier.h" #include "standard.h" #include "shell.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:39:02
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6412/Frontier/Common/source Modified Files: op.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: op.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/op.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** op.c 9 Oct 2004 07:45:56 -0000 1.1 --- op.c 23 Oct 2004 22:38:52 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #include <ctype.h> ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:38:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6311/Frontier/Common/source Modified Files: odbengine.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: odbengine.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/odbengine.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** odbengine.c 9 Oct 2004 07:45:36 -0000 1.1 --- odbengine.c 23 Oct 2004 22:38:34 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <EPPC.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 22:38:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6247/Frontier/Common/source Modified Files: notify.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: notify.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/notify.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** notify.c 9 Oct 2004 07:45:22 -0000 1.1 --- notify.c 23 Oct 2004 22:38:06 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <Notification.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 22:38:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6149/Frontier/Common/source Modified Files: mouse.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: mouse.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/mouse.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mouse.c 9 Oct 2004 07:45:04 -0000 1.1 --- mouse.c 23 Oct 2004 22:37:54 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ #ifdef MACVERSION - #include <standard.h> #define GetDoubleClickTime() GetDblTime() #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "quickdraw.h" #include "mouse.h" --- 24,34 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #define GetDoubleClickTime() GetDblTime() #endif #include "quickdraw.h" #include "mouse.h" *************** *** 38,42 **** - tymouserecord mousestatus = {0}; --- 36,39 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:37:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6076/Frontier/Common/source Modified Files: miniwindow.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: miniwindow.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/miniwindow.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** miniwindow.c 9 Oct 2004 07:44:54 -0000 1.1 --- miniwindow.c 23 Oct 2004 22:37:40 -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" *************** *** 50,54 **** #include "shell.h" #include "shellundo.h" - #include "icon.h" #include "cancoon.h" #include "miniwindow.h" --- 45,48 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:37:36
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6024/Frontier/Common/source Modified Files: meprograms.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: meprograms.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/meprograms.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** meprograms.c 9 Oct 2004 07:44:39 -0000 1.1 --- meprograms.c 23 Oct 2004 22:37:27 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "kb.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "kb.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:37:22
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5967/Frontier/Common/source Modified Files: menuverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menuverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menuverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menuverbs.c 9 Oct 2004 07:44:31 -0000 1.1 --- menuverbs.c 23 Oct 2004 22:37:13 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:37:07
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5868/Frontier/Common/source Modified Files: menuresize.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menuresize.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menuresize.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menuresize.c 9 Oct 2004 07:44:08 -0000 1.1 --- menuresize.c 23 Oct 2004 22:36:57 -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:36:56
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5808/Frontier/Common/source Modified Files: menupack.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menupack.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menupack.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menupack.c 9 Oct 2004 07:44:01 -0000 1.1 --- menupack.c 23 Oct 2004 22:36:46 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:36:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5750/Frontier/Common/source Modified Files: menufind.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menufind.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menufind.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menufind.c 9 Oct 2004 07:43:48 -0000 1.1 --- menufind.c 23 Oct 2004 22:36:34 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "search.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "search.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:36:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5648/Frontier/Common/source Modified Files: menueditor.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menueditor.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menueditor.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menueditor.c 9 Oct 2004 07:43:40 -0000 1.1 --- menueditor.c 23 Oct 2004 22:36:17 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "mac.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "mac.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:36:12
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5562/Frontier/Common/source Modified Files: menubar.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menubar.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menubar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menubar.c 9 Oct 2004 07:43:15 -0000 1.1 --- menubar.c 23 Oct 2004 22:36:04 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ #ifdef MACVERSION - #include <standard.h> #include <uisharing.h> #include "langipc.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "cursor.h" #include "memory.h" --- 24,35 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <uisharing.h> #include "langipc.h" #endif #include "cursor.h" #include "memory.h" |