|
From: David B. <dav...@us...> - 2005-01-16 08:09:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11552/Common/Paige/headers Modified Files: Tag: sidewinder-merge-20050115 CPUDEFS.H DEFPROCS.H MACHINE.H PAIGE.H PGDEFTBL.H PGERRORS.H PGEXCEPS.H PGSETJMP.H PGTRAPS.H Userdefs.h pgHLevel.h pgMTraps.h pgMemMgr.h pgTxr.h Log Message: merge from head Index: PAIGE.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PAIGE.H,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** PAIGE.H 9 Oct 2004 20:08:56 -0000 1.1 --- PAIGE.H 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* Paige Technology API file, copyright 1993-1995 by DataPak Software, Inc. Stronger typing added by T. R. Shaw, OITC, Inc. Index: pgMTraps.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgMTraps.h,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** pgMTraps.h 24 Oct 2004 22:22:38 -0000 1.3 --- pgMTraps.h 16 Jan 2005 08:07:23 -0000 1.3.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #ifndef PGMTRAPS_H #define PGMTRAPS_H Index: Userdefs.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/Userdefs.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** Userdefs.h 9 Oct 2004 20:10:26 -0000 1.1 --- Userdefs.h 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* This header file contains user definitions which you CAN MODIFY without being affected by DataPak's possible upgrades. Index: pgTxr.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgTxr.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** pgTxr.h 9 Oct 2004 20:10:19 -0000 1.1 --- pgTxr.h 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* Paige Technology, copyright 1993-1995 by DataPak Software, Inc. This header file defines all the components for the built-in import-export mechanism, Index: PGSETJMP.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGSETJMP.H,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** PGSETJMP.H 9 Oct 2004 20:09:59 -0000 1.1 --- PGSETJMP.H 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* Paige Exceptions Handler header. Original source created by Tom Shaw, OITC. Modified by Gar for DataPak Software, Inc. to be more consistent with Paige Index: MACHINE.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/MACHINE.H,v retrieving revision 1.2 retrieving revision 1.2.6.1 diff -C2 -d -r1.2 -r1.2.6.1 *** MACHINE.H 24 Oct 2004 22:22:02 -0000 1.2 --- MACHINE.H 16 Jan 2005 08:07:22 -0000 1.2.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* This is the generic header file for "machinespecific.h". You do NOT need to modify this header as its definitions are intended to compile on various Index: pgMemMgr.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgMemMgr.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** pgMemMgr.h 9 Oct 2004 20:09:44 -0000 1.1 --- pgMemMgr.h 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* pgMemMgr.h defines the API for Paige Memory Manager. This header file also #includes "pgMachineDefs." */ Index: PGEXCEPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGEXCEPS.H,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** PGEXCEPS.H 9 Oct 2004 20:09:17 -0000 1.1 --- PGEXCEPS.H 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* This PAIGE file is separate to maintain compatibility with MS Foundation Class development for Windows (when users use pure MFC their compiler complains about Index: DEFPROCS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/DEFPROCS.H,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** DEFPROCS.H 9 Oct 2004 20:07:59 -0000 1.1 --- DEFPROCS.H 16 Jan 2005 08:07:22 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* This header file defines all the default hooks in a Paige structure. This includes both format functions (for style and paragraph) as well as Index: PGTRAPS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGTRAPS.H,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** PGTRAPS.H 24 Oct 2004 22:22:49 -0000 1.3 --- PGTRAPS.H 16 Jan 2005 08:07:23 -0000 1.3.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* This header file maps machine-specific OS calls to the respective function for the currently defined platform. */ Index: CPUDEFS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/CPUDEFS.H,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** CPUDEFS.H 24 Oct 2004 22:21:48 -0000 1.3 --- CPUDEFS.H 16 Jan 2005 08:07:22 -0000 1.3.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #ifndef CPUDEFS_H #define CPUDEFS_H *************** *** 115,118 **** --- 118,130 ---- #endif + //Auto configure for WINE - TRT - 29 Dec 2004 + #ifdef __GNUC__ + #ifdef __WINE__ + #define WIN32_COMPILE + //#define WINDOWS_EMULATE_COMPILE /* Fakes Windows environment on Mac */ + #else + #endif + #endif + #ifdef ACCESS_MS_DLL #define MS_DLL Index: pgHLevel.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgHLevel.h,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** pgHLevel.h 9 Oct 2004 20:09:24 -0000 1.1 --- pgHLevel.h 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* This header file provides function prototypes for a Mac-specific high-level wrapper around some of the otherwise complicated functions in PAIGE such as Index: PGDEFTBL.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGDEFTBL.H,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** PGDEFTBL.H 9 Oct 2004 20:09:02 -0000 1.1 --- PGDEFTBL.H 16 Jan 2005 08:07:23 -0000 1.1.6.1 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* Default look-up tables for PAIGE import-export mechanism. Copyright 1995-96 DataPak Software, Inc. Software by Gar. */ Index: PGERRORS.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PGERRORS.H,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** PGERRORS.H 24 Oct 2004 22:22:12 -0000 1.3 --- PGERRORS.H 16 Jan 2005 08:07:23 -0000 1.3.6.1 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /* This header file defines "generic" errors. |