From 00d25acd85852b32e74126e17577afaea87b7023 Mon Sep 17 00:00:00 2001 From: seanleyne Date: Sat, 16 Feb 2002 05:06:17 +0000 Subject: [PATCH] Clean up of change notes in headers --- src/gpre/gpre.h | 6 +++--- src/include/gen/autoconfig_msvc.h | 14 ++++---------- src/intl/langdrv.h | 4 ++-- src/intl/ld.h | 11 +++++++---- src/jrd/common.h | 15 +++++---------- src/jrd/cvt.cpp | 4 ++-- src/jrd/gdsold.h | 7 ++----- src/jrd/ibase.h | 9 +++------ src/jrd/isc_ipc.cpp | 9 +++------ src/jrd/pag.cpp | 10 +++------- src/make.new/config/config.h.in | 14 ++++---------- src/makefiles/config/config.h.in | 14 ++++---------- src/remote/remote_def.h | 11 +++-------- 13 files changed, 45 insertions(+), 83 deletions(-) diff --git a/src/gpre/gpre.h b/src/gpre/gpre.h index 5438910033..7af3853b19 100644 --- a/src/gpre/gpre.h +++ b/src/gpre/gpre.h @@ -19,7 +19,7 @@ * * All Rights Reserved. * Contributor(s): ______________________________________. - * $Id: gpre.h,v 1.5 2002-02-16 03:59:02 seanleyne Exp $ + * $Id: gpre.h,v 1.6 2002-02-16 05:06:17 seanleyne Exp $ * Revision 1.3 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms * and allow edit.e and fred.e to go through @@ -42,8 +42,8 @@ * in WHERE clauses for sql dialect 2 and 3. * (cause a core dump in a test case from C.R. Zamana) * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "HP9000 s300" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - "IMP" and "HP9000 s300" * */ diff --git a/src/include/gen/autoconfig_msvc.h b/src/include/gen/autoconfig_msvc.h index 80b87221f8..0bc43b63d6 100644 --- a/src/include/gen/autoconfig_msvc.h +++ b/src/include/gen/autoconfig_msvc.h @@ -1,14 +1,8 @@ /* - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" and "MAC_CP" defines - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "OS/2" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Apollo" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - MAC (MAC, MAC_AUX and "MAC_CP" defines) + * - EPSON, DELTA, IMP, NCR3000, NeXT, M88K, Cray + * - OS/2, Apollo */ #ifndef AUTOCONFIG_H diff --git a/src/intl/langdrv.h b/src/intl/langdrv.h index fe12bcef08..0c19cb77dc 100644 --- a/src/intl/langdrv.h +++ b/src/intl/langdrv.h @@ -16,8 +16,8 @@ * All Rights Reserved. * Contributor(s): ______________________________________. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" define - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - DELTA and IMP * */ #ifndef _INTL_LANGDRV_H_ diff --git a/src/intl/ld.h b/src/intl/ld.h index 1f83a0cba9..ca344c6c62 100644 --- a/src/intl/ld.h +++ b/src/intl/ld.h @@ -20,9 +20,9 @@ * All Rights Reserved. * Contributor(s): ______________________________________. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" and "MAC_CP" defines - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "OS/2" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - MAC ("MAC", "MAC_AUX" and "MAC_CP" defines) + * - XENIX and OS/2 * */ @@ -1021,9 +1021,12 @@ pVOID CALLTYPE LdCalloc(UINT16 NumberItems, UINT16 SizeItem); // VCS AREA //----------------------------------------------------------------- -// $Header: /home/job/firebird/cvs-backup/firebird2/src/intl/ld.h,v 1.4 2002-02-16 04:16:08 seanleyne Exp $ +// $Header: /home/job/firebird/cvs-backup/firebird2/src/intl/ld.h,v 1.5 2002-02-16 05:06:17 seanleyne Exp $ // $Log: not supported by cvs2svn $ +// Revision 1.4 2002/02/16 04:16:08 seanleyne +// Code cleanup of obsolete OS/2 port +// // Revision 1.3 2002/02/16 02:49:56 seanleyne // Code cleanup of obsolete XENIX port and missed MAC (MAC_AUX) port items // diff --git a/src/jrd/common.h b/src/jrd/common.h index 50d97ec53f..1cec9585ad 100644 --- a/src/jrd/common.h +++ b/src/jrd/common.h @@ -26,19 +26,14 @@ * conditionals, as the engine now fully supports * readonly databases. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" and "MAC_CP" defines - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" define - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NT Power PC" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "HP9000 s300" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - MAC ("MAC", "MAC_AUX" and "MAC_CP" defines) + * - EPSON, XENIX, DELTA, IMP, NCR3000, M88K + * - NT Power PC and HP9000 s300 * */ /* -$Id: common.h,v 1.14 2002-02-16 03:59:02 seanleyne Exp $ +$Id: common.h,v 1.15 2002-02-16 05:06:17 seanleyne Exp $ */ #ifndef JRD_COMMON_H diff --git a/src/jrd/cvt.cpp b/src/jrd/cvt.cpp index 2b19dc7043..5030317637 100644 --- a/src/jrd/cvt.cpp +++ b/src/jrd/cvt.cpp @@ -20,8 +20,8 @@ * All Rights Reserved. * Contributor(s): ______________________________________. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - DELTA and IMP * */ diff --git a/src/jrd/gdsold.h b/src/jrd/gdsold.h index 652a672204..f05195f08d 100644 --- a/src/jrd/gdsold.h +++ b/src/jrd/gdsold.h @@ -20,11 +20,8 @@ * All Rights Reserved. * Contributor(s): ______________________________________. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" define - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" (MAC_AUX) port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "OS/2" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - EPSON, XENIX, MAC (MAC_AUX), Cray and OS/2 * */ diff --git a/src/jrd/ibase.h b/src/jrd/ibase.h index 8378efb454..2da1a944c1 100644 --- a/src/jrd/ibase.h +++ b/src/jrd/ibase.h @@ -22,13 +22,10 @@ * FSG 16.03.2001 */ /* -$Id: ibase.h,v 1.8 2002-02-16 04:16:08 seanleyne Exp $ +$Id: ibase.h,v 1.9 2002-02-16 05:06:17 seanleyne Exp $ * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" (MAC_AUX) port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "OS/2" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - EPSON, XENIX, MAC (MAC_AUX), Cray and OS/2 * */ diff --git a/src/jrd/isc_ipc.cpp b/src/jrd/isc_ipc.cpp index 8b6deb8372..23f86c2c62 100644 --- a/src/jrd/isc_ipc.cpp +++ b/src/jrd/isc_ipc.cpp @@ -21,15 +21,12 @@ * Contributor(s): ______________________________________. * Solaris x86 changes - Konstantin Kuznetsov, Neil McCalden * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - EPSON, DELTA, IMP, NCR3000 and M88K * */ - /* $Id: isc_ipc.cpp,v 1.11 2002-02-16 03:54:54 seanleyne Exp $ */ + /* $Id: isc_ipc.cpp,v 1.12 2002-02-16 05:06:17 seanleyne Exp $ */ #ifdef SHLIB_DEFS #define LOCAL_SHLIB_DEFS diff --git a/src/jrd/pag.cpp b/src/jrd/pag.cpp index abfe462643..5b494b27c4 100644 --- a/src/jrd/pag.cpp +++ b/src/jrd/pag.cpp @@ -20,13 +20,9 @@ * All Rights Reserved. * Contributor(s): ______________________________________. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" define - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "HP9000 s300" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Apollo" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - EPSON, DELTA, IMP, NCR3000, M88K + * - HP9000 s300 and Apollo * */ diff --git a/src/make.new/config/config.h.in b/src/make.new/config/config.h.in index 4c8f647eff..76310b2b4d 100644 --- a/src/make.new/config/config.h.in +++ b/src/make.new/config/config.h.in @@ -1,14 +1,8 @@ /* - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" and "MAC_CP" defines - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" define - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "OS/2" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Apollo" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - MAC ("MAC", "MAC_AUX" and "MAC_CP" defines) + * - EPSON, DELTA, IMP, NCR3000, NeXT, M88K + * - Cray, OS/2 and Apollo */ #ifndef AUTOCONFIG_H diff --git a/src/makefiles/config/config.h.in b/src/makefiles/config/config.h.in index a4cea88120..3f5cc2740f 100644 --- a/src/makefiles/config/config.h.in +++ b/src/makefiles/config/config.h.in @@ -1,14 +1,8 @@ /* - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "MAC" port (MAC/MAC_CP/MAC_AUX defines) - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Cray" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "OS/2" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "Apollo" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - MAC ("MAC", "MAC_AUX" and "MAC_CP" defines) + * - EPSON, DELTA, IMP, NCR3000, NeXT, M88K + * - Cray, OS/2 and Apollo */ #ifndef AUTOCONFIG_H diff --git a/src/remote/remote_def.h b/src/remote/remote_def.h index 1b412f3bc9..70ab5f0d3d 100644 --- a/src/remote/remote_def.h +++ b/src/remote/remote_def.h @@ -20,14 +20,9 @@ * All Rights Reserved. * Contributor(s): ______________________________________. * - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" define - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "XENIX" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NT Power PC" port - * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "HP9000 s300" port + * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: + * - EPSON, XENIX, DELTA, IMP, NCR3000, M88K + * - NT Power PC and HP9000 s300 * */