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-26 10:10:29
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30793/Frontier/Common/headers Modified Files: frontier.h Log Message: Move pre-processer defines to frontierdefs.h and include that header file. Index: frontier.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/frontier.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** frontier.h 24 Oct 2004 12:29:09 -0000 1.3 --- frontier.h 26 Oct 2004 10:10:19 -0000 1.4 *************** *** 37,53 **** - #include "osincludes.h" /* operating system headers */ - - #ifdef WIN95VERSION - #define PACKFLIPPED /* enable little endian / big endian conversion for database file functions */ - #define FRONTIERCOM 1 - #define FRONTIERWEB 0 - #undef winhybrid - #define fljustpacking 0 - #undef flcomponent - #define gray3Dlook 1 - #define noextended 1 - #define NEWFILESPECTYPE 1 #ifndef __MWERKS__ #pragma warning (disable: 4244 4761; error: 4013) --- 37,41 ---- *************** *** 56,120 **** ! #ifdef MACVERSION ! #define flcomponent 1 ! #ifdef __powerc ! #define noextended 1 ! #else ! #define noextended 0 ! #endif ! #endif /* MACVERSION */ ! ! ! #undef MEMTRACKER /* define as 1 to enable tracking of memory allocations */ ! #undef fltrialsize /* define as 1 to build trial version with expiration logic */ ! #undef DATABASE_DEBUG /* define as 1 to enable database debugging and logging code */ ! ! ! #undef fltrialsize ! #undef flruntime ! #define fldebug 1 ! #define flnewfeatures 1 ! #define version42orgreater 1 ! #define version5orgreater 1 ! #define isFrontier 1 ! #undef dropletcomponent ! #undef fliowa ! #define threadverbs 1 ! #define oplanglists 1 ! #define flregexpverbs 1 ! #undef lazythis_optimization ! #undef langexternalfind_optimization ! #define PASCALSTRINGVERSION 1 ! #define SPEED 1 ! ! #ifdef MACVERSION ! #define macBirdRuntime 1 ! #undef appRunsCards /*for Applet Toolkit, Iowa Runtime is baked in*/ ! #define iowaRuntimeInApp /*iowa code knows it's in an app*/ ! #define iowaRuntime /*iowa code knows it's not compiling in Card Editor*/ ! #define cmdPeriodKillsCard ! #define IOAinsideApp /*all the IOA's are baked into the app*/ ! #undef coderesource /*we're not running inside a code resource*/ ! #endif ! ! #ifdef WIN95VERSION ! #undef macBirdRuntime ! #undef appRunsCards /*for Applet Toolkit, Iowa Runtime is baked in*/ ! #undef iowaRuntimeInApp /*iowa code knows it's in an app*/ ! #undef iowaRuntime /*iowa code knows it's not compiling in Card Editor*/ ! #undef cmdPeriodKillsCard ! #undef IOAinsideApp /*all the IOA's are baked into the app*/ ! #undef coderesource /*we're not running inside a code resource*/ ! #endif ! ! ! #define Rez true ! #define DeRez false ! ! ! #define SystemSevenOrLater 1 ! #define fltracklocaladdresses 0 /* enable code for tracking deleted local addresses */ --- 44,51 ---- ! #include "osincludes.h" /* operating system headers */ ! #include "frontierdefs.h" /* global pre-processor defines */ |
|
From: Andre R. <and...@us...> - 2004-10-26 10:09:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30652/Frontier/Common/headers Added Files: frontier.r Log Message: New global header file for Mac resource files. --- NEW FILE: frontier.r --- /****************************************************************************** UserLand Frontier(tm) -- High performance Web content management, object database, system-level and Internet scripting environment, including source code editing and debugging. Copyright (C) 1992-2004 UserLand Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ /* 2004-10-26 aradke: New header file, to be included from all *.r files. */ #ifndef __FRONTIER_R__ #define __FRONTIER_R__ #ifdef TARGET_API_MAC_CARBON #include <Carbon/Carbon.r> #else #include <MacTypes.r> #include <AEUserTermTypes.r> #include <Controls.r> #include <Dialogs.r> #include <Icons.r> #include <Menus.r> #endif #include "frontierdefs.h" /* global pre-processor defines */ #include "config.r" #include "versions.h" #endif /*__FRONTIER_R__*/ |
|
From: Andre R. <and...@us...> - 2004-10-26 10:08:48
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30461/Frontier/Common/headers Added Files: frontierdefs.h Log Message: New file for global pre-processor defines, to be included from frontier.h and frontier.r. --- NEW FILE: frontierdefs.h --- /****************************************************************************** UserLand Frontier(tm) -- High performance Web content management, object database, system-level and Internet scripting environment, including source code editing and debugging. Copyright (C) 1992-2004 UserLand Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ /* 2004-10-26 aradke: New global header file, to be included from frontier.h and frontier.r. */ #ifndef __FRONTIERDEFS_H__ #define __FRONTIERDEFS_H__ #ifdef WIN95VERSION #define PACKFLIPPED /* enable little endian / big endian conversion for database file functions */ #define FRONTIERCOM 1 #define FRONTIERWEB 0 #undef winhybrid #define fljustpacking 0 #undef flcomponent #define gray3Dlook 1 #define noextended 1 #define NEWFILESPECTYPE 1 #endif /* WIN95VERSION */ #ifdef MACVERSION #define flcomponent 1 #ifdef __powerc #define noextended 1 #elif __GNUC__ #define noextended 1 #else #define noextended 0 #endif #endif /* MACVERSION */ #undef MEMTRACKER /* define as 1 to enable tracking of memory allocations */ #undef fltrialsize /* define as 1 to build trial version with expiration logic */ #undef DATABASE_DEBUG /* define as 1 to enable database debugging and logging code */ #undef fltrialsize #undef flruntime #define fldebug 1 #define flnewfeatures 1 #define version42orgreater 1 #define version5orgreater 1 #define isFrontier 1 #undef dropletcomponent #undef fliowa #define threadverbs 1 #define oplanglists 1 #define flregexpverbs 1 #undef lazythis_optimization #undef langexternalfind_optimization #define PASCALSTRINGVERSION 1 #define SPEED 1 #ifdef MACVERSION #define macBirdRuntime 1 #undef appRunsCards /*for Applet Toolkit, Iowa Runtime is baked in*/ #define iowaRuntimeInApp /*iowa code knows it's in an app*/ #define iowaRuntime /*iowa code knows it's not compiling in Card Editor*/ #define cmdPeriodKillsCard #define IOAinsideApp /*all the IOA's are baked into the app*/ #undef coderesource /*we're not running inside a code resource*/ #endif #ifdef WIN95VERSION #undef macBirdRuntime #undef appRunsCards /*for Applet Toolkit, Iowa Runtime is baked in*/ #undef iowaRuntimeInApp /*iowa code knows it's in an app*/ #undef iowaRuntime /*iowa code knows it's not compiling in Card Editor*/ #undef cmdPeriodKillsCard #undef IOAinsideApp /*all the IOA's are baked into the app*/ #undef coderesource /*we're not running inside a code resource*/ #endif #define Rez true #define DeRez false #define SystemSevenOrLater 1 #define fltracklocaladdresses 0 /* enable code for tracking deleted local addresses */ #endif /*__FRONTIERDEFS_H__*/ |
|
From: Terry T. <ter...@us...> - 2004-10-26 08:53:45
|
Update of /cvsroot/frontierkernel/Frontier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15456/Frontier Modified Files: README.txt Log Message: Since the original v10.0a1 Open Source release of Frontier, additional work has been done to allow the building of Frontier using other development environments. This ReadMe has been updated to describe those environments. Index: README.txt =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README.txt 18 Oct 2004 10:30:52 -0000 1.2 --- README.txt 26 Oct 2004 08:53:30 -0000 1.3 *************** *** 1,4 **** ! *** UserLand Frontier(tm) -- Version 10.0a1 Open Source Release Building the Frontier kernel currently requires Metrowerks CodeWarrior --- 1,17 ---- + *** UserLand Frontier(tm) -- Version 10.0 Open Source Release ! Last updated 25 Oct 2004 by Terry Teague ! ! Since the original v10.0a1 Open Source release of Frontier, additional work ! has been done to allow the building of Frontier using other development ! environments. The following sections describe these environments. ! ! ! *** Supported Development Environments ! ! A. Metrowerks CodeWarrior Pro v8.3 for Mac or Windows ! ===================================================== ! ! CVS module, build directory : build_CWPro8 Building the Frontier kernel currently requires Metrowerks CodeWarrior *************** *** 6,11 **** work, too, but have not been tested. ! ! *** Getting Started 1. Locate the Frontier.mcp project file in the build_CW8 directory and --- 19,24 ---- work, too, but have not been tested. ! Getting Started ! --------------- 1. Locate the Frontier.mcp project file in the build_CW8 directory and *************** *** 25,35 **** at least a Frontier.root file and launch it. ! 5. Report problems and ask questions on the Frontier Kernel mailing ! list: ! ! http://groups.yahoo.com/groups/frontierkernel ! ! ! *** Notes When you open the Frontier.mcp project file on Windows or on classic Mac --- 38,43 ---- at least a Frontier.root file and launch it. ! Notes ! ----- When you open the Frontier.mcp project file on Windows or on classic Mac *************** *** 52,55 **** --- 60,110 ---- prototypes, and some unused variables. You can ignore these warnings. + + B. Microsoft Visual Studio C++ v6 for Windows + ============================================= + + CVS module, build directory : build_VC6 + + Getting Started + --------------- + + 1. Open the Frontier.dsp project in MS Visual Studio. + + 2. Build. + + Notes + ----- + + Needs more accurate build instructions. + + + C. Apple Mac OS X Developer Tools (Xcode v1.5) for Mac OS X + =========================================================== + + CVS module, build directory : build_XCode + + Getting Started + --------------- + + 1. Open the Frontier.xcode project in Xcode. + + 2. Click the Build button. + + Notes + ----- + + The support for Xcode is preliminary, and currently the code compiles + with many warnings, and fails while linking. + + + *** Reporting Problems + + Report problems and ask questions on the Frontier Kernel mailing list: + + http://groups.yahoo.com/groups/frontierkernel + + + *** Notes + This source code download does not come with a Frontier installation for testing the applications compiled from the code. For this purpose, *************** *** 58,61 **** http://kernel.scripting.com/ - - --- 113,114 ---- |
|
From: Andre R. <and...@us...> - 2004-10-25 23:13:57
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24777/Frontier/build_Xcode/Frontier.xcode Modified Files: project.pbxproj Log Message: Fixed includes for .r files. Removed crt1.o for now since the build would terminate when it got there without giving a reason. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.pbxproj 25 Oct 2004 08:27:25 -0000 1.2 --- project.pbxproj 25 Oct 2004 23:13:48 -0000 1.3 *************** *** 48,54 **** GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; ! GCC_PRECOMPILE_PREFIX_HEADER = YES; ! GCC_PREFIX_HEADER = frontier.xcode.h; GCC_WARN_UNKNOWN_PRAGMAS = YES; ZERO_LINK = YES; }; --- 48,55 ---- GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; ! GCC_PRECOMPILE_PREFIX_HEADER = NO; ! GCC_PREFIX_HEADER = ""; GCC_WARN_UNKNOWN_PRAGMAS = YES; + REZ_PREPROCESSOR_DEFINITIONS = ""; ZERO_LINK = YES; }; *************** *** 566,570 **** buildActionMask = 2147483647; files = ( - 651527AE072BFC6900411831, 651527AF072BFC6900411831, 651527B9072BFE0E00411831, --- 567,570 ---- *************** *** 615,620 **** GCC_ENABLE_CPP_RTTI = NO; GCC_OPTIMIZATION_LEVEL = 0; ! GCC_PRECOMPILE_PREFIX_HEADER = NO; ! GCC_PREFIX_HEADER = ""; GCC_REUSE_STRINGS = NO; GCC_SHORT_ENUMS = YES; --- 615,620 ---- GCC_ENABLE_CPP_RTTI = NO; GCC_OPTIMIZATION_LEVEL = 0; ! GCC_PRECOMPILE_PREFIX_HEADER = YES; ! GCC_PREFIX_HEADER = frontier.xcode.h; GCC_REUSE_STRINGS = NO; GCC_SHORT_ENUMS = YES; *************** *** 630,634 **** OTHER_CFLAGS = "-fno-inline"; OTHER_LDFLAGS = "-multiply_defined warning"; ! OTHER_REZFLAGS = ""; PRODUCT_NAME = Frontier; REZ_PREPROCESSOR_DEFINITIONS = ""; --- 630,634 ---- OTHER_CFLAGS = "-fno-inline"; OTHER_LDFLAGS = "-multiply_defined warning"; ! OTHER_REZFLAGS = "-d TARGET_API_MAC_CARBON=1 -i ../Common/headers"; PRODUCT_NAME = Frontier; REZ_PREPROCESSOR_DEFINITIONS = ""; *************** *** 1456,1461 **** }; 651525C4072BFC6700411831 = { isa = PBXFileReference; - lastKnownFileType = archive.ar; name = libpaigemacho.a; path = ../Common/Paige/libpaigemacho.a; --- 1456,1461 ---- }; 651525C4072BFC6700411831 = { + explicitFileType = archive.ar; isa = PBXFileReference; name = libpaigemacho.a; path = ../Common/Paige/libpaigemacho.a; *************** *** 1559,1563 **** 651525DC072BFC6700411831, 651525DD072BFC6700411831, - 651525E0072BFC6700411831, ); isa = PBXGroup; --- 1559,1562 ---- *************** *** 1704,1715 **** sourceTree = SOURCE_ROOT; }; - 651525E0072BFC6700411831 = { - children = ( - ); - isa = PBXGroup; - name = windows; - refType = 4; - sourceTree = "<group>"; - }; 651525E1072BFC6700411831 = { children = ( --- 1703,1706 ---- *************** *** 3367,3371 **** 6515269A072BFC6800411831 = { children = ( - 6515269B072BFC6800411831, ); isa = PBXGroup; --- 3358,3361 ---- *************** *** 3374,3385 **** sourceTree = "<group>"; }; - 6515269B072BFC6800411831 = { - isa = PBXFileReference; - lastKnownFileType = "compiled.mach-o.objfile"; - name = crt1.o; - path = ../../../../../../../usr/lib/crt1.o; - refType = 2; - sourceTree = SOURCE_ROOT; - }; 6515269C072BFC6800411831 = { children = ( --- 3364,3367 ---- *************** *** 5017,5026 **** }; }; - 651527AE072BFC6900411831 = { - fileRef = 6515269B072BFC6800411831; - isa = PBXBuildFile; - settings = { - }; - }; 651527AF072BFC6900411831 = { fileRef = 651525C4072BFC6700411831; --- 4999,5002 ---- |
|
From: Andre R. <and...@us...> - 2004-10-25 22:55:33
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19821/Frontier/Common/resources/Mac Modified Files: SHELL.R Log Message: Update to framework-style includes for Carbon. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SHELL.R 23 Oct 2004 21:35:02 -0000 1.2 --- SHELL.R 25 Oct 2004 22:55:24 -0000 1.3 *************** *** 26,29 **** --- 26,32 ---- #define oldTemp + #ifdef TARGET_API_MAC_CARBON + #include <Carbon/Carbon.r> + #else #include <MacTypes.r> #include <AEUserTermTypes.r> *************** *** 32,35 **** --- 35,40 ---- #include <Icons.r> #include <Menus.r> + #endif + #include "config.r" #include "versions.h" |
|
From: Andre R. <and...@us...> - 2004-10-25 22:55:18
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19766/Frontier/Common/resources/Mac Modified Files: osacomponent.r Log Message: Update to framework-style includes for Carbon. Index: osacomponent.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/osacomponent.r,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** osacomponent.r 23 Oct 2004 21:34:49 -0000 1.2 --- osacomponent.r 25 Oct 2004 22:55:09 -0000 1.3 *************** *** 24,30 **** ******************************************************************************/ #include <MacTypes.r> #include <Icons.r> ! #if 0 --- 24,33 ---- ******************************************************************************/ + #ifdef TARGET_API_MAC_CARBON + #include <Carbon/Carbon.r> + #else #include <MacTypes.r> #include <Icons.r> ! #endif #if 0 |
|
From: Andre R. <and...@us...> - 2004-10-25 22:55:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19659/Frontier/Common/resources/Mac Modified Files: lang.r Log Message: Update to framework-style includes for Carbon. Index: lang.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/lang.r,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang.r 23 Oct 2004 21:34:39 -0000 1.2 --- lang.r 25 Oct 2004 22:54:58 -0000 1.3 *************** *** 24,29 **** --- 24,33 ---- ******************************************************************************/ + #ifdef TARGET_API_MAC_CARBON + #include <Carbon/Carbon.r> + #else #include <MacTypes.r> #include <Dialogs.r> + #endif resource 'STR#' (135, "Directions", purgeable) { |
|
From: Andre R. <and...@us...> - 2004-10-25 22:54:54
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19614/Frontier/Common/resources/Mac Modified Files: aeut.r Log Message: Update to framework-style includes for Carbon. Index: aeut.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/aeut.r,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** aeut.r 9 Oct 2004 08:53:48 -0000 1.1 --- aeut.r 25 Oct 2004 22:54:45 -0000 1.2 *************** *** 24,29 **** ******************************************************************************/ #include <AEUserTermTypes.r> ! resource 'aete' (0, "Frontier Suites") { 0x1, --- 24,32 ---- ******************************************************************************/ + #ifdef TARGET_API_MAC_CARBON + #include <Carbon/Carbon.r> + #else #include <AEUserTermTypes.r> ! #endif resource 'aete' (0, "Frontier Suites") { 0x1, |
|
From: Andre R. <and...@us...> - 2004-10-25 22:02:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6598/Frontier/Common/Paige Modified Files: libpaigemacho.a Log Message: Re-compiled using 68k instead of PowerPC struct alignment in order to be compatible with the Frontier kernel. Index: libpaigemacho.a =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/libpaigemacho.a,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsO4AJu0 and /tmp/cvsDSkBzl differ |
|
From: Andre R. <and...@us...> - 2004-10-25 08:27:35
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9962/Frontier/build_Xcode/Frontier.xcode Modified Files: project.pbxproj Log Message: Switch all paths for all project files from absolute to relative to project. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.pbxproj 24 Oct 2004 22:30:04 -0000 1.1 --- project.pbxproj 25 Oct 2004 08:27:25 -0000 1.2 *************** *** 84,88 **** buildActionMask = 2147483647; files = ( - 6515269E072BFC6800411831, 651526CA072BFC6800411831, 651526CE072BFC6800411831, --- 84,87 ---- *************** *** 298,301 **** --- 297,301 ---- 6515294F072C000D00411831, [...3533 lines suppressed...] *** 8178,8181 **** --- 8165,8182 ---- }; }; + 65D516AA072CED430097D18E = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = frontier.xcode.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 65D516AB072CED430097D18E = { + fileRef = 65D516AA072CED430097D18E; + isa = PBXBuildFile; + settings = { + }; + }; }; rootObject = 65152560072BFC6500411831; |
|
From: Andre R. <and...@us...> - 2004-10-24 22:31:22
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11613/Frontier/build_Xcode Added Files: frontier.xcode.h Log Message: Initial check-in of pre-compiled prefix header for Frontier.xcode project. --- NEW FILE: frontier.xcode.h --- /****************************************************************************** UserLand Frontier(tm) -- High performance Web content management, object database, system-level and Internet scripting environment, including source code editing and debugging. Copyright (C) 1992-2004 UserLand Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ /* 2004-10-24 aradke: Precompile prefix header for Xcode */ #undef WIN95VERSION #define MACVERSION 1 #define TARGET_API_MAC_OS8 0 /* see ConditionalMacros.h */ #define TARGET_API_MAC_CARBON 1 #define TARGET_API_MAC_OSX 0 #include "frontier.h" |
|
From: Andre R. <and...@us...> - 2004-10-24 22:30:13
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11296/Frontier/build_Xcode/Frontier.xcode Added Files: project.pbxproj Log Message: Initial check-in of Xcode 1.5 project. Imported from the FrontierMachO.mcp project for CodeWarrior in this directory and modified to use frontier.xcode.h as a pre-compiled prefix header. --- NEW FILE: project.pbxproj --- // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 39; objects = { 6515255C072BFC6500411831 = { children = ( 6515256C072BFC6700411831, 65152571072BFC6700411831, 6515257E072BFC6700411831, 65152599072BFC6700411831, 651525AD072BFC6700411831, 651525B7072BFC6700411831, 651525C0072BFC6700411831, 651525C3072BFC6700411831, 651525C5072BFC6700411831, 651525CB072BFC6700411831, [...8143 lines suppressed...] settings = { }; }; 65152950072C001700411831 = { isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = PGERRORS.H; path = "/Volumes/Data/Development/Frontier Open Source Release/cvsroot/Frontier/Common/Paige/headers/PGERRORS.H"; refType = 0; sourceTree = "<absolute>"; }; 65152951072C001700411831 = { fileRef = 65152950072C001700411831; isa = PBXBuildFile; settings = { }; }; }; rootObject = 65152560072BFC6500411831; } |
|
From: Andre R. <and...@us...> - 2004-10-24 22:28:00
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10701/Frontier.xcode Log Message: Directory /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode added to the repository |
|
From: Andre R. <and...@us...> - 2004-10-24 22:27:24
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10532/Frontier/build_Xcode Modified Files: .cvsignore Log Message: Ignore Xcode build directory. Index: .cvsignore =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 23 Oct 2004 23:31:50 -0000 1.1 --- .cvsignore 24 Oct 2004 22:27:15 -0000 1.2 *************** *** 1 **** --- 1,2 ---- *.mch + build |
|
From: Andre R. <and...@us...> - 2004-10-24 22:22:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8777/Frontier/Common/Paige/headers Modified Files: PGTRAPS.H Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: PGTRAPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGTRAPS.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGTRAPS.H 23 Oct 2004 22:03:54 -0000 1.2 --- PGTRAPS.H 24 Oct 2004 22:22:49 -0000 1.3 *************** *** 28,31 **** --- 28,32 ---- #ifndef THINK_C + #if !TARGET_API_MAC_CARBON #include <Quickdraw.h> #include <Memory.h> *************** *** 39,46 **** --- 40,50 ---- #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ #include <gestalt.h> + #endif #endif + #if !TARGET_API_MAC_CARBON #include <script.h> + #endif /*********** Memory Definitions (for allocation, resize, etc.) ***********/ |
|
From: Andre R. <and...@us...> - 2004-10-24 22:22:47
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8676/Frontier/Common/Paige/headers Modified Files: pgMTraps.h Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: pgMTraps.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgMTraps.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pgMTraps.h 23 Oct 2004 22:03:43 -0000 1.2 --- pgMTraps.h 24 Oct 2004 22:22:38 -0000 1.3 *************** *** 19,25 **** --- 19,27 ---- #ifdef MAC_PLATFORM + #if !TARGET_API_MAC_CARBON #include <MacTypes.h> /* 2004-09-29 AR: renamed from Types.h */ #include <Files.h> #include <Memory.h> + #endif #define MASTER_ENTRY_SIZE sizeof(memory_ref) |
|
From: Andre R. <and...@us...> - 2004-10-24 22:22:22
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8613/Frontier/Common/Paige/headers Modified Files: PGERRORS.H Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: PGERRORS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGERRORS.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGERRORS.H 23 Oct 2004 22:03:23 -0000 1.2 --- PGERRORS.H 24 Oct 2004 22:22:12 -0000 1.3 *************** *** 21,25 **** --- 21,27 ---- #ifdef MAC_PLATFORM + #if !TARGET_API_MAC_CARBON #include <MacErrors.h> /* 2004-09-29 AR: renamed from errors.h */ + #endif /* Memory errors */ |
|
From: Andre R. <and...@us...> - 2004-10-24 22:22:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8514/Frontier/Common/Paige/headers Modified Files: MACHINE.H Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: MACHINE.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/MACHINE.H,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MACHINE.H 9 Oct 2004 20:08:07 -0000 1.1 --- MACHINE.H 24 Oct 2004 22:22:02 -0000 1.2 *************** *** 37,43 **** --- 37,45 ---- #ifdef MAC_PLATFORM + #if !TARGET_API_MAC_CARBON #include <FixMath.h> #include <ToolUtils.h> #endif + #endif #ifdef __cplusplus |
|
From: Andre R. <and...@us...> - 2004-10-24 22:21:58
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8432/Frontier/Common/Paige/headers Modified Files: CPUDEFS.H Log Message: For Carbon, rely on osincludes.h to provide system headers. Index: CPUDEFS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/CPUDEFS.H,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CPUDEFS.H 23 Oct 2004 22:02:55 -0000 1.2 --- CPUDEFS.H 24 Oct 2004 22:21:48 -0000 1.3 *************** *** 448,454 **** --- 448,456 ---- #ifdef MAC_PLATFORM + #if !TARGET_API_MAC_CARBON #include <MacTypes.h> /* 2004-09-29 AR: renamed from types.h */ #include <quickdraw.h> // for RGBColor #include <OSUtils.h> // for DateTimeRec + #endif #define PG_FAR |
|
From: Andre R. <and...@us...> - 2004-10-24 19:38:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31614/Frontier/Common/headers Modified Files: shell.h Log Message: In shellgetdatabase, use hdldatabaserecord as type of second parameter to make Xcode/GCC happy. Index: shell.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shell.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shell.h 9 Oct 2004 21:07:20 -0000 1.1 --- shell.h 24 Oct 2004 19:38:40 -0000 1.2 *************** *** 47,50 **** --- 47,56 ---- #endif + #ifndef dbinclude + + #include "db.h" + + #endif + #ifdef WIN95VERSION extern HWND findreplacewindow; *************** *** 843,847 **** extern boolean shellzoomwindow (hdlwindowinfo, boolean); ! extern boolean shellgetdatabase (WindowPtr, struct tydatabaserecord ***); extern void shellwindowmenudirty (void); /*shellwindowmenu.c*/ --- 849,853 ---- extern boolean shellzoomwindow (hdlwindowinfo, boolean); ! extern boolean shellgetdatabase (WindowPtr, hdldatabaserecord*); extern void shellwindowmenudirty (void); /*shellwindowmenu.c*/ |
|
From: Andre R. <and...@us...> - 2004-10-24 19:29:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29265/Frontier/Common/headers Modified Files: CallMachOFrameWork.h Log Message: Rely on osincludes.h to include CFBundle.h, no longer include it here. Index: CallMachOFrameWork.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/CallMachOFrameWork.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CallMachOFrameWork.h 9 Oct 2004 20:51:31 -0000 1.1 --- CallMachOFrameWork.h 24 Oct 2004 19:29:05 -0000 1.2 *************** *** 26,30 **** #ifndef callmachoframework #define callmachoframework - #include <CFBundle.h> extern boolean unixshellcall (Handle hcommand, Handle hreturn); --- 26,29 ---- |
|
From: Andre R. <and...@us...> - 2004-10-24 19:28:19
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29054/Frontier/Common/headers Modified Files: langinternal.h Log Message: In langreleasesemaphores, use hdlprocessrecord as type of parameter to make Xcode/GCC happy. Index: langinternal.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langinternal.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langinternal.h 9 Oct 2004 20:57:38 -0000 1.1 --- langinternal.h 24 Oct 2004 19:28:11 -0000 1.2 *************** *** 24,36 **** ******************************************************************************/ #define langinternalinclude #ifndef langinclude - #include "lang.h" - #endif --- 24,38 ---- ******************************************************************************/ + #ifndef langinternalinclude #define langinternalinclude #ifndef langinclude #include "lang.h" #endif + #ifndef processinclude + #include "process.h" + #endif *************** *** 565,569 **** extern boolean langinitbuiltins (void); /*langverbs.h*/ ! extern boolean langreleasesemaphores (struct typrocessrecord **); --- 567,571 ---- extern boolean langinitbuiltins (void); /*langverbs.h*/ ! extern boolean langreleasesemaphores (hdlprocessrecord); *************** *** 579,580 **** --- 581,583 ---- + #endif /*langinternalinclude*/ |
|
From: Andre R. <and...@us...> - 2004-10-24 19:25:25
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28370/Frontier/Common/headers Modified Files: shellhooks.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Include process.h. Index: shellhooks.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shellhooks.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shellhooks.h 23 Oct 2004 21:54:34 -0000 1.2 --- shellhooks.h 24 Oct 2004 19:25:15 -0000 1.3 *************** *** 27,30 **** --- 27,34 ---- #define shellhooksinclude + #ifndef processinclude + #include "process.h" + #endif + /*types*/ *************** *** 92,96 **** extern boolean shellpushwakeuphook (wakeuphookcallback); ! extern boolean shellcallwakeuphooks (struct tythreadglobals **); --- 96,100 ---- extern boolean shellpushwakeuphook (wakeuphookcallback); ! extern boolean shellcallwakeuphooks (hdlprocessthread); |
|
From: Andre R. <and...@us...> - 2004-10-24 19:24:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28142/Frontier/Common/source Modified Files: shellhooks.c Log Message: In shellcallwakeuphooks, use hdlprocessthread as type of parameter instead of struct tythreadglobals** to make Xcode/GCC happy. Index: shellhooks.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellhooks.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shellhooks.c 23 Oct 2004 22:53:32 -0000 1.2 --- shellhooks.c 24 Oct 2004 19:24:34 -0000 1.3 *************** *** 483,487 **** ! boolean shellcallwakeuphooks (struct tythreadglobals **hthread) { /* --- 483,487 ---- ! boolean shellcallwakeuphooks (hdlprocessthread hthread) { /* |