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:35:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5486/Frontier/Common/source Modified Files: menu.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: menu.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/menu.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menu.c 9 Oct 2004 07:42:54 -0000 1.1 --- menu.c 23 Oct 2004 22:35:49 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif #ifdef WIN95VERSION - #include "standard.h" #include "font.h" #endif --- 24,31 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef WIN95VERSION #include "font.h" #endif |
|
From: Andre R. <and...@us...> - 2004-10-23 22:35:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5403/Frontier/Common/source Modified Files: memory.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: memory.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/memory.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** memory.c 9 Oct 2004 07:42:14 -0000 1.1 --- memory.c 23 Oct 2004 22:35:22 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif - #include <ctype.h> - #include <string.h> /* 2002-11-12 AR: for memmove, used in moveleft and moveright */ #include "error.h" #include "memory.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "error.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:35:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5275/Frontier/Common/source Modified Files: main.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: main.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.c 9 Oct 2004 07:41:38 -0000 1.1 --- main.c 23 Oct 2004 22:34:57 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "threads.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #include "threads.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:34:52
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5215/Frontier/Common/source Modified Files: mac.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: mac.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/mac.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mac.c 9 Oct 2004 07:41:32 -0000 1.1 --- mac.c 23 Oct 2004 22:34:43 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #include <Gestalt.h> ! ! #include <standard.h> ! //Code change by Timothy Paustian Sunday, June 25, 2000 10:26:34 AM ! //Code for Navigation services ! #ifdef MACVERSION ! #include <Navigation.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:34:39
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5148/Frontier/Common/source Modified Files: launch.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: launch.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/launch.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** launch.c 17 Oct 2004 12:05:29 -0000 1.2 --- launch.c 23 Oct 2004 22:34:30 -0000 1.3 *************** *** 24,43 **** ******************************************************************************/ #ifdef MACVERSION - #include <AppleEvents.h> - #include <Processes.h> - #include <Aliases.h> #include <land.h> - #include <standard.h> #include "mac.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #include <tlhelp32.h> - #include <shellapi.h> - //#include "psapi.h" /* AR 2004-10-17: not needed anymore */ - #endif - #include "error.h" #include "memory.h" --- 24,35 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef MACVERSION #include <land.h> #include "mac.h" #endif #include "error.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:34:23
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5078/Frontier/Common/source Modified Files: langxml.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langxml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langxml.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langxml.c 9 Oct 2004 07:40:58 -0000 1.1 --- langxml.c 23 Oct 2004 22:34:12 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif - #include <ctype.h> - #include <string.h> #include "memory.h" #include "strings.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:34:02
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4965/Frontier/Common/source Modified Files: langxcmd.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langxcmd.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langxcmd.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langxcmd.c 9 Oct 2004 07:40:15 -0000 1.1 --- langxcmd.c 23 Oct 2004 22:33:52 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <standard.h> #include "memory.h" #include "search.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "memory.h" #include "search.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:33:44
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4914/Frontier/Common/source Modified Files: langwinipc.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langwinipc.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langwinipc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langwinipc.c 9 Oct 2004 07:40:05 -0000 1.1 --- langwinipc.c 23 Oct 2004 22:33:35 -0000 1.2 *************** *** 24,39 **** ******************************************************************************/ ! #include <stdlib.h> #ifdef MACVERSION - #include <standard.h> #include "langxcmd.h" #endif - #ifdef WIN95VERSION - #include "standard.h" - #include <objbase.h> - #endif - #include "memory.h" #include "frontierconfig.h" --- 24,34 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include "langxcmd.h" #endif #include "memory.h" #include "frontierconfig.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:33:26
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4822/Frontier/Common/source Modified Files: langverbs.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langverbs.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** langverbs.c 17 Oct 2004 12:34:40 -0000 1.2 --- langverbs.c 23 Oct 2004 22:33:15 -0000 1.3 *************** *** 24,37 **** ******************************************************************************/ ! ! #include <stdlib.h> #ifdef MACVERSION - #include <standard.h> #include "langxcmd.h" #endif #ifdef WIN95VERSION - #include "standard.h" #include "htmlcontrol.h" #endif --- 24,35 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" #ifdef MACVERSION #include "langxcmd.h" #endif #ifdef WIN95VERSION #include "htmlcontrol.h" #endif *************** *** 1377,1388 **** #if MACVERSION ! //Code change by Timothy Paustian Wednesday, June 14, 2000 9:05:27 PM ! //Changed to Opaque call for Carbon #if !TARGET_RT_MAC_CFM ! #define xcmdcallbackUPP ((UniversalProcPtr) &xcmdcallback) ! #else ! enum { XCmdProcInfo = kPascalStackBased | STACK_ROUTINE_PARAMETER(1, SIZE_CODE(sizeof(XCmdPtr))) --- 1375,1412 ---- #if MACVERSION ! ! #if TARGET_API_MAC_CARBON ! ! static boolean callxcmdverb (hdltreenode hparam1, tyvaluerecord *vreturned) { ! ! /* ! 2004-10-21 aradke: XCMDs and XCFNs are not supported on OS X ! */ ! ! bigstring bssourcemessage = "\pCan't call Ò^0Ó because XCMDs and XFCNs are not supported in the Carbon version."; ! bigstring bserrormessage; ! bigstring bsxcmd; ! hdlhashtable htable; ! tyvaluerecord val; ! hdlhashnode hnode; ! ! if (!getvarvalue (hparam1, 1, &htable, bsxcmd, &val, &hnode)) ! return (false); ! ! parsedialogstring (bssourcemessage, bsxcmd, nil, nil, nil, bserrormessage); ! ! langerrormessage (bserrormessage); ! return (false); ! ! } /*callxcmdverb*/ ! ! #else ! #if !TARGET_RT_MAC_CFM ! #define xcmdcallbackUPP ((UniversalProcPtr) &xcmdcallback) ! #else ! enum { XCmdProcInfo = kPascalStackBased | STACK_ROUTINE_PARAMETER(1, SIZE_CODE(sizeof(XCmdPtr))) *************** *** 1393,1406 **** }; - #if TARGET_API_MAC_CARBON == 1 - //lets try being lazy with this one. - - #define xcmdcallbackUPP ((UniversalProcPtr) &xcmdcallback) - #else static RoutineDescriptor xcmdcallbackDesc = BUILD_ROUTINE_DESCRIPTOR (xcmdcallbackProcInfo, xcmdcallback); #define xcmdcallbackUPP (&xcmdcallbackDesc) - #endif #endif static boolean callxcmdverb (hdltreenode hparam1, tyvaluerecord *vreturned) { --- 1417,1425 ---- }; static RoutineDescriptor xcmdcallbackDesc = BUILD_ROUTINE_DESCRIPTOR (xcmdcallbackProcInfo, xcmdcallback); #define xcmdcallbackUPP (&xcmdcallbackDesc) #endif + static boolean callxcmdverb (hdltreenode hparam1, tyvaluerecord *vreturned) { *************** *** 1440,1457 **** return (false); } - - #if TARGET_API_MAC_CARBON == 1 /*7.0b48 PBS: it's an error on OS X*/ - - { - bigstring bssourcemessage = "\pCan't call Ò^0Ó because XCMDs and XFCNs are not supported in the Carbon version."; - bigstring bserrormessage; - - parsedialogstring (bssourcemessage, bsxcmd, nil, nil, nil, bserrormessage); - - langerrormessage (bserrormessage); - return (false); - } - - #endif hxcmd = val.data.binaryvalue; /*copy into register*/ --- 1459,1462 ---- *************** *** 1563,1566 **** --- 1568,1572 ---- #endif + #endif |
|
From: Andre R. <and...@us...> - 2004-10-23 22:33:00
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4679/Frontier/Common/source Modified Files: langvalue.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langvalue.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langvalue.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langvalue.c 9 Oct 2004 07:39:15 -0000 1.1 --- langvalue.c 23 Oct 2004 22:32:51 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <string.h> ! #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:32:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4617/Frontier/Common/source Modified Files: langtree.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langtree.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langtree.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langtree.c 9 Oct 2004 07:37:56 -0000 1.1 --- langtree.c 23 Oct 2004 22:32:24 -0000 1.2 *************** *** 24,37 **** ******************************************************************************/ ! ! #include <stdlib.h> ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "error.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "error.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:32:16
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4551/Frontier/Common/source Modified Files: langtrace.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langtrace.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langtrace.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langtrace.c 9 Oct 2004 07:37:40 -0000 1.1 --- langtrace.c 23 Oct 2004 22:32:07 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #include <stdio.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:32:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4403/Frontier/Common/source Modified Files: langtmpstack.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langtmpstack.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langtmpstack.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langtmpstack.c 9 Oct 2004 07:37:21 -0000 1.1 --- langtmpstack.c 23 Oct 2004 22:31:40 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:31:35
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4294/Frontier/Common/source Modified Files: langsystypes.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langsystypes.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langsystypes.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langsystypes.c 9 Oct 2004 07:37:12 -0000 1.1 --- langsystypes.c 23 Oct 2004 22:31:25 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "memory.h" #include "strings.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "memory.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:30:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4127/Frontier/Common/source Modified Files: langstartup.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langstartup.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langstartup.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langstartup.c 9 Oct 2004 07:36:07 -0000 1.1 --- langstartup.c 23 Oct 2004 22:30:48 -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:30:44
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4034/Frontier/Common/source Modified Files: langscan.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langscan.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langscan.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langscan.c 9 Oct 2004 07:35:55 -0000 1.1 --- langscan.c 23 Oct 2004 22:30:35 -0000 1.2 *************** *** 24,35 **** ******************************************************************************/ ! #ifdef MACVERSION ! #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 22:30:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3868/Frontier/Common/source Modified Files: langregexp.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langregexp.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langregexp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** langregexp.c 17 Oct 2004 12:38:34 -0000 1.3 --- langregexp.c 23 Oct 2004 22:30:08 -0000 1.4 *************** *** 24,39 **** ******************************************************************************/ ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #ifdef flregexpverbs - #include <ctype.h> #include "error.h" #include "memory.h" --- 24,32 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #ifdef flregexpverbs #include "error.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:29:59
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3801/Frontier/Common/source Modified Files: langquicktime.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langquicktime.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langquicktime.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langquicktime.c 9 Oct 2004 07:34:50 -0000 1.1 --- langquicktime.c 23 Oct 2004 22:29:50 -0000 1.2 *************** *** 28,38 **** */ #ifdef MACVERSION /*7.0b4 PBS: QuickTime verbs are Mac-only.*/ - - #include <standard.h> - #include <ctype.h> - #include <string.h> #include "memory.h" #include "strings.h" --- 28,36 ---- */ + #include "frontier.h" + #include "standard.h" #ifdef MACVERSION /*7.0b4 PBS: QuickTime verbs are Mac-only.*/ #include "memory.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:29:47
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3734/Frontier/Common/source Modified Files: langpython.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langpython.c 9 Oct 2004 07:34:43 -0000 1.1 --- langpython.c 23 Oct 2004 22:29:38 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #define xxxFRONTIER_PYTHON 1 *************** *** 33,47 **** #ifdef MACVERSION - #include <AppleEvents.h> #include <iac.h> - #include <standard.h> #endif - #ifdef WIN95VERSION - #include "standard.h" - #endif - - #include <ctype.h> - #include <string.h> #include "error.h" #include "file.h" --- 36,42 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:29:23
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3655/Frontier/Common/source Modified Files: langparser.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langparser.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langparser.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langparser.c 9 Oct 2004 07:34:21 -0000 1.1 --- langparser.c 23 Oct 2004 22:29:14 -0000 1.2 *************** *** 42,52 **** */ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 42,47 ---- */ ! #include "frontier.h" #include "standard.h" #include "memory.h" *************** *** 55,60 **** #include "langinternal.h" #include "langparser.h" - #include <stdio.h> - #include <string.h> --- 50,53 ---- |
|
From: Andre R. <and...@us...> - 2004-10-23 22:29:08
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3593/Frontier/Common/source Modified Files: langpack.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langpack.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpack.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langpack.c 9 Oct 2004 07:33:54 -0000 1.1 --- langpack.c 23 Oct 2004 22:29:00 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ ! ! ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:28:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3520/Frontier/Common/source Modified Files: langops.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langops.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langops.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langops.c 9 Oct 2004 07:33:42 -0000 1.1 --- langops.c 23 Oct 2004 22:28:40 -0000 1.2 *************** *** 24,34 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION #include "standard.h" - #endif #include "memory.h" --- 24,29 ---- ******************************************************************************/ ! #include "frontier.h" #include "standard.h" #include "memory.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:28:34
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3474/Frontier/Common/source Modified Files: langmodeless.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langmodeless.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langmodeless.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langmodeless.c 9 Oct 2004 07:33:26 -0000 1.1 --- langmodeless.c 23 Oct 2004 22:28:25 -0000 1.2 *************** *** 24,28 **** ******************************************************************************/ ! #include <standard.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:28:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3414/Frontier/Common/source Modified Files: langlist.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langlist.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langlist.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langlist.c 9 Oct 2004 07:33:13 -0000 1.1 --- langlist.c 23 Oct 2004 22:28:09 -0000 1.2 *************** *** 24,33 **** ******************************************************************************/ ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "memory.h" #include "strings.h" --- 24,30 ---- ******************************************************************************/ ! #include "frontier.h" ! #include "standard.h" ! #include "memory.h" #include "strings.h" |
|
From: Andre R. <and...@us...> - 2004-10-23 22:28:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3348/Frontier/Common/source Modified Files: langipcmenus.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: langipcmenus.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langipcmenus.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langipcmenus.c 9 Oct 2004 07:32:58 -0000 1.1 --- langipcmenus.c 23 Oct 2004 22:27:57 -0000 1.2 *************** *** 24,29 **** ******************************************************************************/ #include <land.h> - #include <standard.h> #include "error.h" #include "kb.h" --- 24,31 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #include <land.h> #include "error.h" #include "kb.h" |