|
From: Andre R. <and...@us...> - 2005-01-11 22:49:41
|
Update of /cvsroot/frontierkernel/Frontier/Common/Paige/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Common/Paige/headers Modified Files: 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: Added CVS keyword header to all source files. Index: PAIGE.H =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/PAIGE.H,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PAIGE.H 9 Oct 2004 20:08:56 -0000 1.1 --- PAIGE.H 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.4 diff -C2 -d -r1.3 -r1.4 *** pgMTraps.h 24 Oct 2004 22:22:38 -0000 1.3 --- pgMTraps.h 11 Jan 2005 22:47:44 -0000 1.4 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** Userdefs.h 9 Oct 2004 20:10:26 -0000 1.1 --- Userdefs.h 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** pgTxr.h 9 Oct 2004 20:10:19 -0000 1.1 --- pgTxr.h 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** PGSETJMP.H 9 Oct 2004 20:09:59 -0000 1.1 --- PGSETJMP.H 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.3 diff -C2 -d -r1.2 -r1.3 *** MACHINE.H 24 Oct 2004 22:22:02 -0000 1.2 --- MACHINE.H 11 Jan 2005 22:47:44 -0000 1.3 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** pgMemMgr.h 9 Oct 2004 20:09:44 -0000 1.1 --- pgMemMgr.h 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** PGEXCEPS.H 9 Oct 2004 20:09:17 -0000 1.1 --- PGEXCEPS.H 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** DEFPROCS.H 9 Oct 2004 20:07:59 -0000 1.1 --- DEFPROCS.H 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.4 diff -C2 -d -r1.3 -r1.4 *** PGTRAPS.H 24 Oct 2004 22:22:49 -0000 1.3 --- PGTRAPS.H 11 Jan 2005 22:47:44 -0000 1.4 *************** *** 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.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CPUDEFS.H 3 Jan 2005 00:48:35 -0000 1.4 --- CPUDEFS.H 11 Jan 2005 22:47:44 -0000 1.5 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #ifndef CPUDEFS_H #define CPUDEFS_H Index: pgHLevel.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/Paige/headers/pgHLevel.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pgHLevel.h 9 Oct 2004 20:09:24 -0000 1.1 --- pgHLevel.h 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.2 diff -C2 -d -r1.1 -r1.2 *** PGDEFTBL.H 9 Oct 2004 20:09:02 -0000 1.1 --- PGDEFTBL.H 11 Jan 2005 22:47:44 -0000 1.2 *************** *** 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.4 diff -C2 -d -r1.3 -r1.4 *** PGERRORS.H 24 Oct 2004 22:22:12 -0000 1.3 --- PGERRORS.H 11 Jan 2005 22:47:44 -0000 1.4 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /* This header file defines "generic" errors. |