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:57:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11457/Frontier/Common/source Modified Files: shellwindow.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellwindow.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellwindow.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellwindow.c 9 Oct 2004 08:05:24 -0000 1.1 --- shellwindow.c 23 Oct 2004 22:57:09 -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:56:57
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11367/Frontier/Common/source Modified Files: shellverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellverbs.c 9 Oct 2004 08:04:53 -0000 1.1 --- shellverbs.c 23 Oct 2004 22:56:47 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif #ifdef WIN95VERSION - #include "standard.h" #include "frontierwinmain.h" #endif --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef WIN95VERSION #include "frontierwinmain.h" #endif |
|
From: Andre R. <and...@us...> - 2004-10-23 22:56:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11320/Frontier/Common/source Modified Files: shellupdate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellupdate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellupdate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellupdate.c 9 Oct 2004 08:04:35 -0000 1.1 --- shellupdate.c 23 Oct 2004 22:56:32 -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:56:29
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11264/Frontier/Common/source Modified Files: shellundo.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellundo.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellundo.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellundo.c 9 Oct 2004 08:04:26 -0000 1.1 --- shellundo.c 23 Oct 2004 22:56:18 -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:56:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11209/Frontier/Common/source Modified Files: shellsysverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellsysverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellsysverbs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellsysverbs.c 9 Oct 2004 08:04:16 -0000 1.1 --- shellsysverbs.c 23 Oct 2004 22:56:06 -0000 1.2 *************** *** 24,38 **** ******************************************************************************/ #ifdef MACVERSION #include <land.h> - #include <standard.h> - #include <string.h> #define wsprintf sprintf #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "ops.h" #include "memory.h" --- 24,35 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <land.h> #define wsprintf sprintf #endif #include "ops.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:56:02
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11115/Frontier/Common/source Modified Files: shellscroll.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellscroll.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellscroll.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellscroll.c 9 Oct 2004 08:03:59 -0000 1.1 --- shellscroll.c 23 Oct 2004 22:55:53 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "scrollbar.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "scrollbar.h" *************** *** 283,316 **** //Changed to Opaque call for Carbon ! #if !TARGET_RT_MAC_CFM ! ! #define shellvertscrollUPP (&shellvertscroll) ! ! #define shellhorizscrollUPP (&shellhorizscroll) ! ! #else ! #if TARGET_API_MAC_CARBON ! ControlActionUPP shellvertscrollDesc; ! ! ControlActionUPP shellhorizscrollDesc; ! ! ControlActionUPP shelllivescrollupp; ! ! #define shellvertscrollUPP (shellvertscrollDesc) ! ! #define shellhorizscrollUPP (shellhorizscrollDesc) ! #else ! static RoutineDescriptor shellvertscrollDesc = BUILD_ROUTINE_DESCRIPTOR (uppControlActionProcInfo, shellvertscroll); ! ! static RoutineDescriptor shellhorizscrollDesc = BUILD_ROUTINE_DESCRIPTOR (uppControlActionProcInfo, shellhorizscroll); ! ! #define shellvertscrollUPP (&shellvertscrollDesc) ! ! #define shellhorizscrollUPP (&shellhorizscrollDesc) #endif - #endif #if TARGET_API_MAC_CARBON == 1 --- 278,300 ---- //Changed to Opaque call for Carbon ! #if TARGET_RT_MAC_MACHO ! #define shellvertscrollUPP (&shellvertscroll) ! #define shellhorizscrollUPP (&shellhorizscroll) ! #define shelllivescrollupp (&ScrollThumbActionProc) ! #elif TARGET_RT_MAC_CFM #if TARGET_API_MAC_CARBON ! ControlActionUPP shellvertscrollDesc; ! ControlActionUPP shellhorizscrollDesc; ! ControlActionUPP shelllivescrollupp; ! #define shellvertscrollUPP (shellvertscrollDesc) ! #define shellhorizscrollUPP (shellhorizscrollDesc) #else ! static RoutineDescriptor shellvertscrollDesc = BUILD_ROUTINE_DESCRIPTOR (uppControlActionProcInfo, shellvertscroll); ! static RoutineDescriptor shellhorizscrollDesc = BUILD_ROUTINE_DESCRIPTOR (uppControlActionProcInfo, shellhorizscroll); ! #define shellvertscrollUPP (&shellvertscrollDesc) ! #define shellhorizscrollUPP (&shellhorizscrollDesc) #endif #endif + #if TARGET_API_MAC_CARBON == 1 *************** *** 551,557 **** //Needed in shellscroll #if TARGET_API_MAC_CARBON ! shellvertscrollDesc = NewControlActionUPP(shellvertscroll); ! shellhorizscrollDesc = NewControlActionUPP(shellhorizscroll); ! shelllivescrollupp = NewControlActionUPP (ScrollThumbActionProc); #endif } --- 535,543 ---- //Needed in shellscroll #if TARGET_API_MAC_CARBON ! #if TARGET_RT_MAC_CFM ! shellvertscrollDesc = NewControlActionUPP(shellvertscroll); ! shellhorizscrollDesc = NewControlActionUPP(shellhorizscroll); ! shelllivescrollupp = NewControlActionUPP (ScrollThumbActionProc); ! #endif #endif } *************** *** 562,573 **** { #if TARGET_API_MAC_CARBON ! DisposeControlActionUPP(shellvertscrollDesc); ! DisposeControlActionUPP(shellhorizscrollDesc); ! DisposeControlActionUPP (shelllivescrollupp); #endif } - void shellscroll (boolean flvert, hdlscrollbar sb, short part, Point pt) { --- 548,560 ---- { #if TARGET_API_MAC_CARBON ! #if TARGET_RT_MAC_CFM ! DisposeControlActionUPP(shellvertscrollDesc); ! DisposeControlActionUPP(shellhorizscrollDesc); ! DisposeControlActionUPP (shelllivescrollupp); ! #endif #endif } void shellscroll (boolean flvert, hdlscrollbar sb, short part, Point pt) { |
|
From: Andre R. <and...@us...> - 2004-10-23 22:55:48
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11048/Frontier/Common/source Modified Files: shellscrap.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellscrap.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellscrap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellscrap.c 9 Oct 2004 08:03:49 -0000 1.1 --- shellscrap.c 23 Oct 2004 22:55:38 -0000 1.2 *************** *** 25,35 **** ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "kb.h" --- 25,30 ---- ! #include "frontier.h" ! #include "standard.h" #include "kb.h" *************** *** 83,86 **** --- 78,83 ---- + #ifdef WIN95VERSION + void shelldisposescrap (void) { *************** *** 93,96 **** --- 90,95 ---- } /*shelldisposescrap*/ + #endif + static boolean shellsetinternalscrap (void * hscrap, tyscraptype type, shelldisposescrapcallback disposeroutine, shellexportscrapcallback exportroutine) { |
|
From: Andre R. <and...@us...> - 2004-10-23 22:55:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10923/Frontier/Common/source Modified Files: shellprint.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellprint.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellprint.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellprint.c 9 Oct 2004 08:03:39 -0000 1.1 --- shellprint.c 23 Oct 2004 22:55:21 -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" *************** *** 45,49 **** #ifdef MACVERSION ! CGrafPtr currentprintport = NULL; #endif --- 40,47 ---- #ifdef MACVERSION ! CGrafPtr currentprintport = NULL; ! #if TARGET_API_MAC_CARBON ! #define iPrAbort kPMCancel ! #endif #endif |
|
From: Andre R. <and...@us...> - 2004-10-23 22:55:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10837/Frontier/Common/source Modified Files: shellops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellops.c 9 Oct 2004 08:03:14 -0000 1.1 --- shellops.c 23 Oct 2004 22:54:54 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "font.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "font.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:54:52
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10774/Frontier/Common/source Modified Files: shellmouse.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellmouse.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellmouse.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellmouse.c 9 Oct 2004 08:03:07 -0000 1.1 --- shellmouse.c 23 Oct 2004 22:54:43 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #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:54:40
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10716/Frontier/Common/source Modified Files: shellmenu.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellmenu.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellmenu.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellmenu.c 9 Oct 2004 08:02:56 -0000 1.1 --- shellmenu.c 23 Oct 2004 22:54:30 -0000 1.2 *************** *** 24,42 **** ******************************************************************************/ ! #ifdef MACVERSION ! ! #if TARGET_API_MAC_CARBON == 1 ! #include <MacHelp.h> ! #endif ! #include <Balloons.h> ! #include <standard.h> #include <uisharing.h> #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - #include "memory.h" #include "cursor.h" --- 24,34 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #ifdef MACVERSION #include <uisharing.h> #endif #include "memory.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:54:27
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10609/Frontier/Common/source Modified Files: shellkb.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellkb.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellkb.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellkb.c 9 Oct 2004 08:02:34 -0000 1.1 --- shellkb.c 23 Oct 2004 22:54:01 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "menu.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "menu.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:54:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10549/Frontier/Common/source Modified Files: shelljuggler.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shelljuggler.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shelljuggler.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shelljuggler.c 9 Oct 2004 08:02:26 -0000 1.1 --- shelljuggler.c 23 Oct 2004 22:53:49 -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:53:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10494/Frontier/Common/source Modified Files: shellhooks.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellhooks.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellhooks.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellhooks.c 9 Oct 2004 08:02:18 -0000 1.1 --- shellhooks.c 23 Oct 2004 22:53:32 -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:53:30
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10454/Frontier/Common/source Modified Files: shellfile.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellfile.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellfile.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellfile.c 9 Oct 2004 08:02:08 -0000 1.1 --- shellfile.c 23 Oct 2004 22:53:21 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "cursor.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:53:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10364/Frontier/Common/source Modified Files: shellcallbacks.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellcallbacks.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellcallbacks.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellcallbacks.c 9 Oct 2004 08:01:50 -0000 1.1 --- shellcallbacks.c 23 Oct 2004 22:52:59 -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:52:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10309/Frontier/Common/source Modified Files: shellbuttons.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellbuttons.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellbuttons.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellbuttons.c 9 Oct 2004 08:01:37 -0000 1.1 --- shellbuttons.c 23 Oct 2004 22:52:46 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "cursor.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:52:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10282/Frontier/Common/source Modified Files: shellblocker.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellblocker.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellblocker.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellblocker.c 9 Oct 2004 08:01:12 -0000 1.1 --- shellblocker.c 23 Oct 2004 22:52:35 -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:52:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10238/Frontier/Common/source Modified Files: shellactivate.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellactivate.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellactivate.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellactivate.c 9 Oct 2004 08:01:05 -0000 1.1 --- shellactivate.c 23 Oct 2004 22:52:23 -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:52:20
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10135/Frontier/Common/source Modified Files: shell.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shell.c 9 Oct 2004 08:00:56 -0000 1.1 --- shell.c 23 Oct 2004 22:52:10 -0000 1.2 *************** *** 24,41 **** ******************************************************************************/ #ifdef MACVERSION #include <land.h> - #include <standard.h> #include <SetUpA5.h> - #include "WinSockNetEvents.h" #include "player.h" /*7.0b4 PBS*/ #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - - #include "frontierconfig.h" #include "about.h" --- 24,36 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" #ifdef MACVERSION #include <land.h> #include <SetUpA5.h> #include "player.h" /*7.0b4 PBS*/ #endif #include "frontierconfig.h" #include "about.h" *************** *** 81,84 **** --- 76,80 ---- #include "dockmenu.h" #include "services.h" + #include "WinSockNetEvents.h" #ifdef flcomponent *************** *** 976,980 **** */ ! #ifdef MACVERSION UnloadSeg (&initsegment); #endif --- 972,976 ---- */ ! #if defined(MACVERSION) && !TARGET_API_MAC_CARBON UnloadSeg (&initsegment); #endif |
|
From: Andre R. <and...@us...> - 2004-10-23 22:51:57
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10075/Frontier/Common/source Modified Files: services.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: services.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/services.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** services.c 9 Oct 2004 08:00:34 -0000 1.1 --- services.c 23 Oct 2004 22:51:48 -0000 1.2 *************** *** 33,42 **** */ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "menu.h" --- 33,38 ---- */ ! #include "frontier.h" ! #include "standard.h" #include "menu.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:51:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10032/Frontier/Common/source Modified Files: serialnumber.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: serialnumber.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/serialnumber.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** serialnumber.c 9 Oct 2004 08:00:25 -0000 1.1 --- serialnumber.c 23 Oct 2004 22:51:36 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <string.h> ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif ! #include "serialnumber.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "serialnumber.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:51:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9989/Frontier/Common/source Modified Files: search.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: search.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/search.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** search.c 9 Oct 2004 08:00:18 -0000 1.1 --- search.c 23 Oct 2004 22:51:24 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <Script.h> ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif - #include <ctype.h> #include "memory.h" #include "cursor.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" #include "cursor.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:51:22
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9902/Frontier/Common/source Modified Files: scrollbar.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: scrollbar.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/scrollbar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** scrollbar.c 9 Oct 2004 07:59:59 -0000 1.1 --- scrollbar.c 23 Oct 2004 22:51:11 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #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:51:01
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9850/Frontier/Common/source Modified Files: scripts.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: scripts.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/scripts.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** scripts.c 9 Oct 2004 07:59:48 -0000 1.1 --- scripts.c 23 Oct 2004 22:50:50 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #include <Gestalt.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |