From 0c865f540f592f1738b5de65860bce009522d65f Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 6 Apr 1999 23:37:07 +0000 Subject: [PATCH] Removed in-src cvs logs. --- Lib/Bucket/newbucket.cxx | 20 -------- Lib/Bucket/newbucket.hxx | 33 ------------- Lib/Debug/fg_debug.c | 31 ------------- Lib/Debug/fg_debug.h | 1 - Lib/Debug/logstream.cxx | 11 ----- Lib/Debug/logstream.hxx | 19 -------- Lib/Math/fg_geodesy.cxx | 97 --------------------------------------- Lib/Math/fg_geodesy.hxx | 66 -------------------------- Lib/Math/fg_random.c | 46 ------------------- Lib/Math/fg_random.h | 25 ---------- Lib/Math/interpolater.cxx | 31 ------------- Lib/Math/interpolater.hxx | 28 ----------- Lib/Math/leastsqs.cxx | 20 -------- Lib/Math/leastsqs.hxx | 20 -------- Lib/Math/point3d.hxx | 37 --------------- Lib/Math/polar3d.cxx | 52 --------------------- Lib/Math/polar3d.hxx | 56 ---------------------- Lib/Math/vector.cxx | 36 --------------- Lib/Math/vector.hxx | 34 -------------- Lib/Misc/fgstream.cxx | 14 ------ Lib/Misc/fgstream.hxx | 32 ------------- Lib/Misc/stopwatch.hxx | 23 ---------- Lib/Misc/strutils.cxx | 11 ----- Lib/Misc/strutils.hxx | 23 ---------- Lib/Misc/zfstream.cxx | 11 ----- Lib/Misc/zfstream.hxx | 26 ----------- Lib/Serial/serial.cxx | 48 ------------------- Lib/Serial/serial.hxx | 35 -------------- 28 files changed, 886 deletions(-) diff --git a/Lib/Bucket/newbucket.cxx b/Lib/Bucket/newbucket.cxx index b17103fb..af95b4ab 100644 --- a/Lib/Bucket/newbucket.cxx +++ b/Lib/Bucket/newbucket.cxx @@ -20,7 +20,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Id$ - * (Log is kept at end of this file) **************************************************************************/ @@ -145,22 +144,3 @@ void fgBucketDiff( const FGBucket& b1, const FGBucket& b2, int *dx, int *dy ) { } -// $Log$ -// Revision 1.1 1999/04/05 21:32:34 curt -// Initial revision -// -// Revision 1.4 1999/03/27 05:34:05 curt -// Elimitated some const warnings from the compiler. -// -// Revision 1.3 1999/02/26 22:07:54 curt -// Added initial support for native SGI compilers. -// -// Revision 1.2 1999/02/11 01:09:33 curt -// Added a routine to calculate the offset in bucket units between two buckets. -// -// Revision 1.1 1999/02/08 23:52:16 curt -// Added a new "newbucket.[ch]xx" FGBucket class to replace the old -// fgBUCKET struct and C routines. This FGBucket class adjusts the tile -// width towards the poles to ensure the tiles are at least 8 miles wide. -// - diff --git a/Lib/Bucket/newbucket.hxx b/Lib/Bucket/newbucket.hxx index 91a19342..a616677e 100644 --- a/Lib/Bucket/newbucket.hxx +++ b/Lib/Bucket/newbucket.hxx @@ -20,7 +20,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Id$ - * (Log is kept at end of this file) **************************************************************************/ @@ -329,35 +328,3 @@ operator== ( const FGBucket& b1, const FGBucket& b2 ) #endif // _NEWBUCKET_HXX -// $Log$ -// Revision 1.1 1999/04/05 21:32:34 curt -// Initial revision -// -// Revision 1.8 1999/03/27 05:34:06 curt -// Elimitated some const warnings from the compiler. -// -// Revision 1.7 1999/03/25 19:01:51 curt -// Jettisoned old bucketutils.[ch] for newbucket.[ch]xx -// -// Revision 1.6 1999/03/15 17:58:41 curt -// MSVC++ portability tweaks contributed by Bernie Bright. -// Added using std::ostream declaration. -// Added forward declarations to work around a MSVC bug. -// -// Revision 1.5 1999/03/12 22:51:18 curt -// Added some informational methods. -// -// Revision 1.4 1999/03/02 01:01:43 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.3 1999/02/26 22:07:55 curt -// Added initial support for native SGI compilers. -// -// Revision 1.2 1999/02/11 01:09:34 curt -// Added a routine to calculate the offset in bucket units between two buckets. -// -// Revision 1.1 1999/02/08 23:52:16 curt -// Added a new "newbucket.[ch]xx" FGBucket class to replace the old -// fgBUCKET struct and C routines. This FGBucket class adjusts the tile -// width towards the poles to ensure the tiles are at least 8 miles wide. -// diff --git a/Lib/Debug/fg_debug.c b/Lib/Debug/fg_debug.c index 9224d9c2..24d2552f 100644 --- a/Lib/Debug/fg_debug.c +++ b/Lib/Debug/fg_debug.c @@ -21,7 +21,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Id$ - * (Log is kept at end of this file) **************************************************************************/ @@ -281,33 +280,3 @@ int fgPrintf( fgDebugClass dbg_class, fgDebugPriority prio, char *fmt, ... ) { } -/* $Log$ -/* Revision 1.1 1999/04/05 21:32:33 curt -/* Initial revision -/* - * Revision 1.4 1998/06/01 17:49:44 curt - * Rewrote a slightly ambiguous code fragment (contributed by Charlie Hotchkiss) - * - * Revision 1.3 1998/05/07 23:03:54 curt - * Added an entry for AUTOPILOT. - * - * Revision 1.2 1998/04/21 17:03:45 curt - * Prepairing for C++ integration. - * - * Revision 1.1 1998/04/18 03:52:04 curt - * Moved to Lib directory and created a libDebug. - * - * Revision 1.10 1998/03/14 00:31:21 curt - * Beginning initial terrain texturing experiments. - * - * Revision 1.9 1998/03/09 22:44:58 curt - * Modified so that you can specify FG_DEBUGCLASS ***or*** FG_DEBUG_PRIORITY - * - * Revision 1.8 1998/03/09 22:11:00 curt - * Processed through the format-o-matic. - * - * Revision 1.7 1998/02/16 13:39:43 curt - * Miscellaneous weekend tweaks. Fixed? a cache problem that caused whole - * tiles to occasionally be missing. - * - */ diff --git a/Lib/Debug/fg_debug.h b/Lib/Debug/fg_debug.h index 22adb912..2e6c490f 100644 --- a/Lib/Debug/fg_debug.h +++ b/Lib/Debug/fg_debug.h @@ -20,7 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * (Log is kept at end of this file) **************************************************************************/ #error "use logstream" diff --git a/Lib/Debug/logstream.cxx b/Lib/Debug/logstream.cxx index 6431f346..66940629 100644 --- a/Lib/Debug/logstream.cxx +++ b/Lib/Debug/logstream.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #include "logstream.hxx" @@ -62,13 +61,3 @@ logstream::setLogLevels( fgDebugClass c, fgDebugPriority p ) logbuf::set_log_level( c, p ); } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.2 1999/01/19 20:53:34 curt -// Portability updates by Bernie Bright. -// -// Revision 1.1 1998/11/06 21:20:41 curt -// Initial revision. -// diff --git a/Lib/Debug/logstream.hxx b/Lib/Debug/logstream.hxx index 63d7e2d1..306193ab 100644 --- a/Lib/Debug/logstream.hxx +++ b/Lib/Debug/logstream.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _LOGSTREAM_H #define _LOGSTREAM_H @@ -211,21 +210,3 @@ fglog() #endif // _LOGSTREAM_H -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.4 1999/03/02 01:01:47 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.3 1999/01/19 20:53:35 curt -// Portability updates by Bernie Bright. -// -// Revision 1.2 1998/11/07 19:07:02 curt -// Enable release builds using the --without-logging option to the configure -// script. Also a couple log message cleanups, plus some C to C++ comment -// conversion. -// -// Revision 1.1 1998/11/06 21:20:42 curt -// Initial revision. -// diff --git a/Lib/Math/fg_geodesy.cxx b/Lib/Math/fg_geodesy.cxx index 4dd73be7..53d94ebf 100644 --- a/Lib/Math/fg_geodesy.cxx +++ b/Lib/Math/fg_geodesy.cxx @@ -6,7 +6,6 @@ // See below for the complete original LaRCsim comments. // // $Id$ -// (Log is kept at end of this file) #include "Include/compiler.h" #ifdef FG_HAVE_STD_INCLUDES @@ -163,55 +162,6 @@ void fgGeodToGeoc( double lat_geod, double alt, double *sl_radius, CURRENT RCS HEADER: $Header$ -$Log$ -Revision 1.1 1999/04/05 21:32:33 curt -Initial revision - -Revision 1.6 1999/03/02 01:01:49 curt -Tweaks for compiling with native SGI compilers. - -Revision 1.5 1999/01/27 04:46:14 curt -Portability tweaks by Bernie Bright. - -Revision 1.4 1998/11/20 01:00:36 curt -Patch in fgGeoc2Geod() to avoid a floating explosion. -point3d.hxx include math.h for FreeBSD - -Revision 1.3 1998/11/11 00:18:36 curt -Check for domain error in fgGeoctoGeod() - -Revision 1.2 1998/10/16 23:36:36 curt -c++-ifying. - -Revision 1.1 1998/10/16 19:30:40 curt -Renamed .c -> .h so we can start adding c++ supporting routines. - -Revision 1.6 1998/07/08 14:40:07 curt -polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -Updated fg_geodesy comments to reflect that routines expect and produce - meters. - -Revision 1.5 1998/04/25 22:06:23 curt -Edited cvs log messages in source files ... bad bad bad! - -Revision 1.4 1998/01/27 00:47:59 curt -Incorporated Paul Bleisch's new debug message -system and commandline/config file processing code. - -Revision 1.3 1998/01/19 19:27:12 curt -Merged in make system changes from Bob Kuehne -This should simplify things tremendously. - -Revision 1.2 1997/12/15 23:54:54 curt -Add xgl wrappers for debugging. -Generate terrain normals on the fly. - -Revision 1.1 1997/07/31 23:13:14 curt -Initial revision. - -Revision 1.1 1997/05/29 00:09:56 curt -Initial Flight Gear revision. - * Revision 1.5 1994/01/11 18:47:05 bjax * Changed include files to use types and constants, not ls_eom.h * Also changed DATA type to SCALAR type. @@ -258,50 +208,3 @@ Initial Flight Gear revision. --------------------------------------------------------------------------*/ -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.6 1999/03/02 01:01:49 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.5 1999/01/27 04:46:14 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.4 1998/11/20 01:00:36 curt -// Patch in fgGeoc2Geod() to avoid a floating explosion. -// point3d.hxx include math.h for FreeBSD -// -// Revision 1.3 1998/11/11 00:18:36 curt -// Check for domain error in fgGeoctoGeod() -// -// Revision 1.2 1998/10/16 23:36:36 curt -// c++-ifying. -// -// Revision 1.1 1998/10/16 19:30:40 curt -// Renamed .c -> .h so we can start adding c++ supporting routines. -// -// Revision 1.6 1998/07/08 14:40:07 curt -// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -// Updated fg_geodesy comments to reflect that routines expect and produce -// meters. -// -// Revision 1.5 1998/04/25 22:06:23 curt -// Edited cvs log messages in source files ... bad bad bad! -// -// Revision 1.4 1998/01/27 00:47:59 curt -// Incorporated Paul Bleisch's new debug message -// system and commandline/config file processing code. -// -// Revision 1.3 1998/01/19 19:27:12 curt -// Merged in make system changes from Bob Kuehne -// This should simplify things tremendously. -// -// Revision 1.2 1997/12/15 23:54:54 curt -// Add xgl wrappers for debugging. -// Generate terrain normals on the fly. -// -// Revision 1.1 1997/07/31 23:13:14 curt -// Initial revision. -// - diff --git a/Lib/Math/fg_geodesy.hxx b/Lib/Math/fg_geodesy.hxx index 8b20a22c..c740cb5f 100644 --- a/Lib/Math/fg_geodesy.hxx +++ b/Lib/Math/fg_geodesy.hxx @@ -6,7 +6,6 @@ // See below for the complete original LaRCsim comments. // // $Id$ -// (Log is kept at end of this file) #ifndef _FG_GEODESY_HXX @@ -113,38 +112,6 @@ inline Point3D fgGeodToCart(const Point3D& geod) { CURRENT RCS HEADER: $Header$ -$Log$ -Revision 1.1 1999/04/05 21:32:33 curt -Initial revision - -Revision 1.4 1999/01/27 04:46:15 curt -Portability tweaks by Bernie Bright. - -Revision 1.3 1998/10/18 01:17:11 curt -Point3D tweaks. - -Revision 1.2 1998/10/16 23:36:37 curt -c++-ifying. - -Revision 1.1 1998/10/16 19:30:42 curt -Renamed .c -> .h so we can start adding c++ supporting routines. - -Revision 1.4 1998/07/08 14:40:08 curt -polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -Updated fg_geodesy comments to reflect that routines expect and produce - meters. - -Revision 1.3 1998/04/21 17:03:48 curt -Prepairing for C++ integration. - -Revision 1.2 1998/01/22 02:59:38 curt -Changed #ifdef FILE_H to #ifdef _FILE_H - -Revision 1.1 1997/07/31 23:13:14 curt -Initial revision. - -Revision 1.1 1997/05/29 00:09:56 curt -Initial Flight Gear revision. * Revision 1.5 1994/01/11 18:47:05 bjax * Changed include files to use types and constants, not ls_eom.h @@ -193,36 +160,3 @@ Initial Flight Gear revision. #endif // _FG_GEODESY_HXX - - -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.4 1999/01/27 04:46:15 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.3 1998/10/18 01:17:11 curt -// Point3D tweaks. -// -// Revision 1.2 1998/10/16 23:36:37 curt -// c++-ifying. -// -// Revision 1.1 1998/10/16 19:30:42 curt -// Renamed .c -> .h so we can start adding c++ supporting routines. -// -// Revision 1.4 1998/07/08 14:40:08 curt -// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -// Updated fg_geodesy comments to reflect that routines expect and produce -// meters. -// -// Revision 1.3 1998/04/21 17:03:48 curt -// Prepairing for C++ integration. -// -// Revision 1.2 1998/01/22 02:59:38 curt -// Changed #ifdef FILE_H to #ifdef _FILE_H -// -// Revision 1.1 1997/07/31 23:13:14 curt -// Initial revision. -// - diff --git a/Lib/Math/fg_random.c b/Lib/Math/fg_random.c index add3ac43..d6c13c30 100644 --- a/Lib/Math/fg_random.c +++ b/Lib/Math/fg_random.c @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifdef HAVE_CONFIG_H @@ -70,48 +69,3 @@ double fg_random(void) { } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.10 1998/11/07 19:07:03 curt -// Enable release builds using the --without-logging option to the configure -// script. Also a couple log message cleanups, plus some C to C++ comment -// conversion. -// -// Revision 1.9 1998/11/06 21:17:26 curt -// Converted to new logstream debugging facility. This allows release -// builds with no messages at all (and no performance impact) by using -// the -DFG_NDEBUG flag. -// -// Revision 1.8 1998/04/25 22:06:23 curt -// Edited cvs log messages in source files ... bad bad bad! -// -// Revision 1.7 1998/04/24 00:43:13 curt -// Wrapped "#include " in "#ifdef HAVE_CONFIG_H" -// -// Revision 1.6 1998/04/18 03:53:42 curt -// Miscellaneous Tweaks. -// -// Revision 1.5 1998/04/03 22:10:29 curt -// Converting to Gnu autoconf system. -// -// Revision 1.4 1998/02/03 23:20:28 curt -// Lots of little tweaks to fix various consistency problems discovered by -// Solaris' CC. Fixed a bug in fg_debug.c with how the fgPrintf() wrapper -// passed arguments along to the real printf(). Also incorporated HUD changes -// by Michele America. -// -// Revision 1.3 1998/01/27 00:47:59 curt -// Incorporated Paul Bleisch's new debug message -// system and commandline/config file processing code. -// -// Revision 1.2 1997/12/30 20:47:48 curt -// Integrated new event manager with subsystem initializations. -// -// Revision 1.1 1997/07/30 16:04:09 curt -// Moved random routines from Utils/ to Math/ -// -// Revision 1.1 1997/07/19 22:31:57 curt -// Initial revision. -// diff --git a/Lib/Math/fg_random.h b/Lib/Math/fg_random.h index e633ce46..25a2b463 100644 --- a/Lib/Math/fg_random.h +++ b/Lib/Math/fg_random.h @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _FG_RANDOM_H @@ -47,27 +46,3 @@ double fg_random(void); #endif // _FG_RANDOM_H -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.4 1998/11/07 19:07:04 curt -// Enable release builds using the --without-logging option to the configure -// script. Also a couple log message cleanups, plus some C to C++ comment -// conversion. -// -// Revision 1.3 1998/04/21 17:03:48 curt -// Prepairing for C++ integration. -// -// Revision 1.2 1998/01/22 02:59:38 curt -// Changed #ifdef FILE_H to #ifdef _FILE_H -// -// Revision 1.1 1997/07/30 16:04:09 curt -// Moved random routines from Utils/ to Math/ -// -// Revision 1.2 1997/07/23 21:52:28 curt -// Put comments around the text after an #endif for increased portability. -// -// Revision 1.1 1997/07/19 22:31:57 curt -// Initial revision. -// diff --git a/Lib/Math/interpolater.cxx b/Lib/Math/interpolater.cxx index c0ebc3f2..11b8d10f 100644 --- a/Lib/Math/interpolater.cxx +++ b/Lib/Math/interpolater.cxx @@ -21,7 +21,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #include @@ -102,33 +101,3 @@ fgINTERPTABLE::~fgINTERPTABLE( void ) { } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.7 1999/02/26 22:08:03 curt -// Added initial support for native SGI compilers. -// -// Revision 1.6 1999/01/27 04:46:16 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.5 1998/11/06 21:17:27 curt -// Converted to new logstream debugging facility. This allows release -// builds with no messages at all (and no performance impact) by using -// the -DFG_NDEBUG flag. -// -// Revision 1.4 1998/05/13 18:24:25 curt -// Wrapped zlib calls so zlib can be optionally disabled. -// -// Revision 1.3 1998/04/25 15:05:01 curt -// Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32. -// -// Revision 1.2 1998/04/22 13:18:10 curt -// C++ - ified comments. Make file open errors fatal. -// -// Revision 1.1 1998/04/21 19:14:23 curt -// Modified Files: -// Makefile.am Makefile.in -// Added Files: -// interpolater.cxx interpolater.hxx -// diff --git a/Lib/Math/interpolater.hxx b/Lib/Math/interpolater.hxx index dd0adac5..7650946d 100644 --- a/Lib/Math/interpolater.hxx +++ b/Lib/Math/interpolater.hxx @@ -21,7 +21,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _INTERPOLATER_H @@ -61,30 +60,3 @@ public: #endif // _INTERPOLATER_H -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.6 1999/03/02 01:01:50 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.5 1999/02/26 22:08:05 curt -// Added initial support for native SGI compilers. -// -// Revision 1.4 1999/01/27 04:46:17 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.3 1998/11/06 21:17:28 curt -// Converted to new logstream debugging facility. This allows release -// builds with no messages at all (and no performance impact) by using -// the -DFG_NDEBUG flag. -// -// Revision 1.2 1998/04/22 13:18:10 curt -// C++ - ified comments. Make file open errors fatal. -// -// Revision 1.1 1998/04/21 19:14:23 curt -// Modified Files: -// Makefile.am Makefile.in -// Added Files: -// interpolater.cxx interpolater.hxx -// diff --git a/Lib/Math/leastsqs.cxx b/Lib/Math/leastsqs.cxx index 20fc331b..dfa8bdf9 100644 --- a/Lib/Math/leastsqs.cxx +++ b/Lib/Math/leastsqs.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) // @@ -134,22 +133,3 @@ double least_squares_max_error(double *x, double *y, int n, double m, double b){ } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.1 1999/03/13 17:34:45 curt -// Moved to math subdirectory. -// -// Revision 1.2 1998/04/21 17:03:41 curt -// Prepairing for C++ integration. -// -// Revision 1.1 1998/04/08 22:57:24 curt -// Adopted Gnu automake/autoconf system. -// -// Revision 1.1 1998/03/19 02:54:47 curt -// Reorganized into a class lib called fgDEM. -// -// Revision 1.1 1997/10/13 17:02:35 curt -// Initial revision. -// diff --git a/Lib/Math/leastsqs.hxx b/Lib/Math/leastsqs.hxx index 5e1ae461..16d6ad09 100644 --- a/Lib/Math/leastsqs.hxx +++ b/Lib/Math/leastsqs.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) /// @@ -72,22 +71,3 @@ double least_squares_max_error(double *x, double *y, int n, double m, double b); #endif // _LEASTSQS_H -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.1 1999/03/13 17:34:45 curt -// Moved to math subdirectory. -// -// Revision 1.2 1998/04/21 17:03:42 curt -// Prepairing for C++ integration. -// -// Revision 1.1 1998/04/08 22:57:25 curt -// Adopted Gnu automake/autoconf system. -// -// Revision 1.1 1998/03/19 02:54:48 curt -// Reorganized into a class lib called fgDEM. -// -// Revision 1.1 1997/10/13 17:02:35 curt -// Initial revision. -// diff --git a/Lib/Math/point3d.hxx b/Lib/Math/point3d.hxx index d6fabc05..83f8de04 100644 --- a/Lib/Math/point3d.hxx +++ b/Lib/Math/point3d.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _POINT3D_HXX @@ -336,39 +335,3 @@ Point3D::distance3Dsquared(const Point3D& a ) const #endif // _POINT3D_HXX -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.10 1999/03/02 01:01:52 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.9 1999/02/01 21:08:28 curt -// Optimizations from Norman Vine. -// -// Revision 1.8 1999/01/27 04:46:18 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.7 1999/01/19 20:56:58 curt -// MacOS portability changes contributed by "Robert Puyol" -// -// Revision 1.6 1998/11/23 21:46:37 curt -// Borland portability tweaks. -// -// Revision 1.5 1998/11/20 01:00:38 curt -// Patch in fgGeoc2Geod() to avoid a floating explosion. -// point3d.hxx include math.h for FreeBSD -// -// Revision 1.4 1998/11/11 00:18:38 curt -// Check for domain error in fgGeoctoGeod() -// -// Revision 1.3 1998/10/20 18:21:49 curt -// Tweaks from Bernie Bright. -// -// Revision 1.2 1998/10/18 01:17:12 curt -// Point3D tweaks. -// -// Revision 1.1 1998/10/16 00:50:29 curt -// Added point3d.hxx to replace cheezy fgPoint3d struct. -// -// diff --git a/Lib/Math/polar3d.cxx b/Lib/Math/polar3d.cxx index 45b25e21..fc51b02d 100644 --- a/Lib/Math/polar3d.cxx +++ b/Lib/Math/polar3d.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #include @@ -60,54 +59,3 @@ double fgGeodAltFromCart(const Point3D& cp) } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.6 1999/01/27 04:46:19 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.5 1998/10/18 01:17:13 curt -// Point3D tweaks. -// -// Revision 1.4 1998/10/16 19:30:09 curt -// C++-ified the comments. -// -// Revision 1.3 1998/10/16 00:50:29 curt -// Added point3d.hxx to replace cheezy fgPoint3d struct. -// -// Revision 1.2 1998/08/24 20:04:11 curt -// Various "inline" code optimizations contributed by Norman Vine. -// -// Revision 1.1 1998/07/08 14:40:08 curt -// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -// Updated fg_geodesy comments to reflect that routines expect and produce -// meters. -// -// Revision 1.2 1998/05/03 00:45:49 curt -// Commented out a debugging printf. -// -// Revision 1.1 1998/05/02 01:50:11 curt -// polar.[ch] renamed to polar3d.[ch] -// -// Revision 1.6 1998/04/25 22:06:23 curt -// Edited cvs log messages in source files ... bad bad bad! -// -// Revision 1.5 1998/01/27 00:48:00 curt -// Incorporated Paul Bleisch's new debug message -// system and commandline/config file processing code. -// -// Revision 1.4 1998/01/19 19:27:12 curt -// Merged in make system changes from Bob Kuehne -// This should simplify things tremendously. -// -// Revision 1.3 1997/12/15 23:54:54 curt -// Add xgl wrappers for debugging. -// Generate terrain normals on the fly. -// -// Revision 1.2 1997/07/31 22:52:27 curt -// Working on redoing internal coordinate systems & scenery transformations. -// -// Revision 1.1 1997/07/07 21:02:36 curt -// Initial revision. - diff --git a/Lib/Math/polar3d.hxx b/Lib/Math/polar3d.hxx index 7839a32e..303bb55b 100644 --- a/Lib/Math/polar3d.hxx +++ b/Lib/Math/polar3d.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _POLAR_HXX @@ -66,58 +65,3 @@ inline Point3D fgCartToPolar3d(const Point3D& cp) { #endif // _POLAR_HXX -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.5 1999/01/27 04:46:20 curt -// Portability tweaks by Bernie Bright. -// -// Revision 1.4 1998/10/16 19:30:07 curt -// C++-ified the comments. -// -// Revision 1.3 1998/10/16 00:50:30 curt -// Added point3d.hxx to replace cheezy fgPoint3d struct. -// -// Revision 1.2 1998/08/24 20:04:12 curt -// Various "inline" code optimizations contributed by Norman Vine. -// -// Revision 1.1 1998/07/08 14:40:09 curt -// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -// Updated fg_geodesy comments to reflect that routines expect and produce -// meters. -// -// Revision 1.1 1998/05/02 01:50:11 curt -// polar.[ch] renamed to polar3d.[ch] -// -// Revision 1.9 1998/04/25 22:06:23 curt -// Edited cvs log messages in source files ... bad bad bad! -// -// Revision 1.8 1998/04/21 17:03:50 curt -// Prepairing for C++ integration. -// -// Revision 1.7 1998/01/27 00:48:00 curt -// Incorporated Paul Bleisch's new debug message -// system and commandline/config file processing code. -// -// Revision 1.6 1998/01/22 02:59:39 curt -// Changed #ifdef FILE_H to #ifdef _FILE_H -// -// Revision 1.5 1998/01/19 19:27:13 curt -// Merged in make system changes from Bob Kuehne -// This should simplify things tremendously. -// -// Revision 1.4 1997/12/15 23:54:55 curt -// Add xgl wrappers for debugging. -// Generate terrain normals on the fly. -// -// Revision 1.3 1997/07/31 22:52:28 curt -// Working on redoing internal coordinate systems & scenery transformations. -// -// Revision 1.2 1997/07/23 21:52:21 curt -// Put comments around the text after an #endif for increased portability. -// -// Revision 1.1 1997/07/07 21:02:37 curt -// Initial revision. -// - diff --git a/Lib/Math/vector.cxx b/Lib/Math/vector.cxx index c27f8c0b..46ed967c 100644 --- a/Lib/Math/vector.cxx +++ b/Lib/Math/vector.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #include @@ -128,38 +127,3 @@ double fgPointLineSquared(MAT3vec p, MAT3vec p0, MAT3vec d) { } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.6 1999/03/25 19:02:28 curt -// Minor optimization tweaks. -// -// Revision 1.5 1998/10/16 23:36:38 curt -// c++-ifying. -// -// Revision 1.4 1998/10/16 00:50:31 curt -// Added point3d.hxx to replace cheezy fgPoint3d struct. -// -// Revision 1.3 1998/08/24 20:04:12 curt -// Various "inline" code optimizations contributed by Norman Vine. -// -// Revision 1.2 1998/07/24 21:34:38 curt -// fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves -// us from doing a sqrt(). -// -// Revision 1.1 1998/07/08 14:40:10 curt -// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -// Updated fg_geodesy comments to reflect that routines expect and produce -// meters. -// -// Revision 1.3 1998/05/07 23:04:28 curt -// Added a blank formating line! -// -// Revision 1.2 1998/01/19 19:27:13 curt -// Merged in make system changes from Bob Kuehne -// This should simplify things tremendously. -// -// Revision 1.1 1997/12/22 04:13:17 curt -// Initial revision. -// diff --git a/Lib/Math/vector.hxx b/Lib/Math/vector.hxx index 61a2ca5a..a20dd259 100644 --- a/Lib/Math/vector.hxx +++ b/Lib/Math/vector.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _VECTOR_HXX @@ -62,36 +61,3 @@ double fgPointLineSquared(MAT3vec p, MAT3vec p0, MAT3vec d); #endif // _VECTOR_HXX -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.4 1998/10/16 23:36:39 curt -// c++-ifying. -// -// Revision 1.3 1998/08/24 20:04:13 curt -// Various "inline" code optimizations contributed by Norman Vine. -// -// Revision 1.2 1998/07/24 21:34:38 curt -// fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves -// us from doing a sqrt(). -// -// Revision 1.1 1998/07/08 14:40:10 curt -// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx -// Updated fg_geodesy comments to reflect that routines expect and produce -// meters. -// -// Revision 1.4 1998/04/21 17:03:51 curt -// Prepairing for C++ integration. -// -// Revision 1.3 1998/01/22 02:59:39 curt -// Changed #ifdef FILE_H to #ifdef _FILE_H -// -// Revision 1.2 1998/01/19 19:27:14 curt -// Merged in make system changes from Bob Kuehne -// This should simplify things tremendously. -// -// Revision 1.1 1997/12/22 04:13:18 curt -// Initial revision. -// - diff --git a/Lib/Misc/fgstream.cxx b/Lib/Misc/fgstream.cxx index e474937f..f45d45e3 100644 --- a/Lib/Misc/fgstream.cxx +++ b/Lib/Misc/fgstream.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #include // isspace() #include @@ -139,16 +138,3 @@ skipcomment( istream& in ) return in; } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.3 1998/11/06 14:05:12 curt -// More portability improvements by Bernie Bright. -// -// Revision 1.2 1998/09/24 15:22:17 curt -// Additional enhancements. -// -// Revision 1.1 1998/09/01 19:06:29 curt -// Initial revision. -// diff --git a/Lib/Misc/fgstream.hxx b/Lib/Misc/fgstream.hxx index 10007b2d..fc9e18e2 100644 --- a/Lib/Misc/fgstream.hxx +++ b/Lib/Misc/fgstream.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _FGSTREAM_HXX #define _FGSTREAM_HXX @@ -99,34 +98,3 @@ istream& skipcomment( istream& in ); #endif /* _FGSTREAM_HXX */ -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.9 1999/03/27 14:04:25 curt -// Added is_open() so we can check if the open() succeeded. -// -// Revision 1.8 1999/03/02 01:01:55 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.7 1999/02/26 22:08:08 curt -// Added initial support for native SGI compilers. -// -// Revision 1.6 1999/01/19 20:41:46 curt -// Portability updates contributed by Bernie Bright. -// -// Revision 1.5 1998/11/06 14:05:13 curt -// More portability improvements by Bernie Bright. -// -// Revision 1.4 1998/10/16 00:50:56 curt -// Remove leading _ from a couple defines. -// -// Revision 1.3 1998/10/13 00:10:06 curt -// More portability changes to help with windoze compilation problems. -// -// Revision 1.2 1998/09/24 15:22:18 curt -// Additional enhancements. -// -// Revision 1.1 1998/09/01 19:06:29 curt -// Initial revision. -// diff --git a/Lib/Misc/stopwatch.hxx b/Lib/Misc/stopwatch.hxx index 2b40bba1..2bdeb4b4 100644 --- a/Lib/Misc/stopwatch.hxx +++ b/Lib/Misc/stopwatch.hxx @@ -23,29 +23,6 @@ * For more information, please see the Blitz++ Home Page: * http://seurat.uwaterloo.ca/blitz/ * - *************************************************************************** - * $Log$ - * Revision 1.1 1999/04/05 21:32:33 curt - * Initial revision - * - * Revision 1.3 1998/11/20 01:01:03 curt - * FreeBSD support. - * - * Revision 1.2 1998/11/02 18:28:31 curt - * Additional win32 support. - * - * Revision 1.1 1998/09/01 19:06:30 curt - * Initial revision. - * - * Revision 1.4 1998/03/14 00:04:47 tveldhui - * 0.2-alpha-05 - * - * Revision 1.3 1997/07/16 14:51:20 tveldhui - * Update: Alpha release 0.2 (Arrays) - * - * Revision 1.2 1997/01/24 14:42:00 tveldhui - * Periodic RCS update - * */ // This class is not portable to non System V platforms. diff --git a/Lib/Misc/strutils.cxx b/Lib/Misc/strutils.cxx index c9a34825..4f6e9c1f 100644 --- a/Lib/Misc/strutils.cxx +++ b/Lib/Misc/strutils.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifdef HAVE_CONFIG_H # include "config.h" @@ -70,13 +69,3 @@ trim( const string& s, const string& trimmings ) return trimright( trimleft( s, trimmings ), trimmings ); } -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.2 1998/10/18 01:17:15 curt -// Point3D tweaks. -// -// Revision 1.1 1998/09/01 19:06:30 curt -// Initial revision. -// diff --git a/Lib/Misc/strutils.hxx b/Lib/Misc/strutils.hxx index 291df5d1..08392f45 100644 --- a/Lib/Misc/strutils.hxx +++ b/Lib/Misc/strutils.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef STRUTILS_H #define STRUTILS_H @@ -63,25 +62,3 @@ atoi( const string& str ) #endif // STRUTILS_H -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.6 1999/03/02 01:01:56 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.5 1999/02/26 22:08:09 curt -// Added initial support for native SGI compilers. -// -// Revision 1.4 1999/01/19 20:41:47 curt -// Portability updates contributed by Bernie Bright. -// -// Revision 1.3 1998/10/16 00:50:57 curt -// Remove leading _ from a couple defines. -// -// Revision 1.2 1998/10/13 00:10:07 curt -// More portability changes to help with windoze compilation problems. -// -// Revision 1.1 1998/09/01 19:06:31 curt -// Initial revision. -// diff --git a/Lib/Misc/zfstream.cxx b/Lib/Misc/zfstream.cxx index 9c4d213c..28b6dadc 100644 --- a/Lib/Misc/zfstream.cxx +++ b/Lib/Misc/zfstream.cxx @@ -20,7 +20,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #include #include "zfstream.hxx" @@ -308,13 +307,3 @@ gzifstream::close() } #endif -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.3 1999/01/19 20:41:48 curt -// Portability updates contributed by Bernie Bright. -// -// Revision 1.2 1998/11/06 14:05:14 curt -// More portability improvements by Bernie Bright. -// diff --git a/Lib/Misc/zfstream.hxx b/Lib/Misc/zfstream.hxx index 1c081aab..d2341b65 100644 --- a/Lib/Misc/zfstream.hxx +++ b/Lib/Misc/zfstream.hxx @@ -20,7 +20,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _zfstream_hxx #define _zfstream_hxx @@ -153,28 +152,3 @@ struct gzifstream_base #endif // _zfstream_hxx -// $Log$ -// Revision 1.1 1999/04/05 21:32:33 curt -// Initial revision -// -// Revision 1.9 1999/03/08 22:00:12 curt -// Tweak for native SGI compilers. -// -// Revision 1.8 1999/02/26 22:08:10 curt -// Added initial support for native SGI compilers. -// -// Revision 1.7 1999/01/19 20:41:49 curt -// Portability updates contributed by Bernie Bright. -// -// Revision 1.6 1998/12/07 21:10:26 curt -// Portability improvements. -// -// Revision 1.5 1998/11/06 21:17:29 curt -// Converted to new logstream debugging facility. This allows release -// builds with no messages at all (and no performance impact) by using -// the -DFG_NDEBUG flag. -// -// Revision 1.4 1998/11/06 14:05:16 curt -// More portability improvements by Bernie Bright. -// - diff --git a/Lib/Serial/serial.cxx b/Lib/Serial/serial.cxx index 15527b3e..d623b15e 100644 --- a/Lib/Serial/serial.cxx +++ b/Lib/Serial/serial.cxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifdef HAVE_CONFIG_H @@ -335,50 +334,3 @@ int fgSERIAL::write_port(const string& value) { } -// $Log$ -// Revision 1.1 1999/04/05 21:32:34 curt -// Initial revision -// -// Revision 1.9 1999/02/02 20:13:23 curt -// MSVC++ portability changes by Bernie Bright: -// -// Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete. -// Simulator/Astro/stars.cxx: typo? included instead of -// Simulator/Cockpit/hud.cxx: Added Standard headers -// Simulator/Cockpit/panel.cxx: Redefinition of default parameter -// Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted -// Simulator/Main/fg_init.cxx: -// Simulator/Main/GLUTmain.cxx: -// Simulator/Main/options.hxx: Shuffled dependency -// Simulator/Objects/material.hxx: -// Simulator/Time/timestamp.hxx: VC++ friend kludge -// Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations -// Simulator/Main/views.hxx: Added a constant -// -// Revision 1.8 1999/01/20 13:42:21 curt -// Tweaked FDM interface. -// Testing check sum support for NMEA serial output. -// -// Revision 1.7 1998/12/04 01:24:35 curt -// Tweak for SGI portability. -// -// Revision 1.6 1998/11/30 17:15:29 curt -// Having the class destructor close the fd was a bad idea ... especially if you -// ever make a copy of the instance and then subsequently destroy either. -// close_port() is now a separate member function. -// -// Revision 1.5 1998/11/25 01:33:23 curt -// Remove call to cfmakeraw() -// -// Revision 1.4 1998/11/23 21:47:00 curt -// Cygnus tools compatibility tweaks. -// -// Revision 1.3 1998/11/19 13:52:54 curt -// port configuration tweaks & experiments. -// -// Revision 1.2 1998/11/19 03:35:43 curt -// Updates ... -// -// Revision 1.1 1998/11/16 13:53:02 curt -// Initial revision. -// diff --git a/Lib/Serial/serial.hxx b/Lib/Serial/serial.hxx index 6f763bce..075f8003 100644 --- a/Lib/Serial/serial.hxx +++ b/Lib/Serial/serial.hxx @@ -19,7 +19,6 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // // $Id$ -// (Log is kept at end of this file) #ifndef _SERIAL_HXX @@ -79,37 +78,3 @@ public: #endif // _SERIAL_HXX -// $Log$ -// Revision 1.1 1999/04/05 21:32:34 curt -// Initial revision -// -// Revision 1.5 1999/03/02 01:01:58 curt -// Tweaks for compiling with native SGI compilers. -// -// Revision 1.4 1999/02/26 22:08:13 curt -// Added initial support for native SGI compilers. -// -// Revision 1.3 1999/02/02 20:13:24 curt -// MSVC++ portability changes by Bernie Bright: -// -// Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete. -// Simulator/Astro/stars.cxx: typo? included instead of -// Simulator/Cockpit/hud.cxx: Added Standard headers -// Simulator/Cockpit/panel.cxx: Redefinition of default parameter -// Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted -// Simulator/Main/fg_init.cxx: -// Simulator/Main/GLUTmain.cxx: -// Simulator/Main/options.hxx: Shuffled dependency -// Simulator/Objects/material.hxx: -// Simulator/Time/timestamp.hxx: VC++ friend kludge -// Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations -// Simulator/Main/views.hxx: Added a constant -// -// Revision 1.2 1998/11/30 17:15:30 curt -// Having the class destructor close the fd was a bad idea ... especially if you -// ever make a copy of the instance and then subsequently destroy either. -// close_port() is now a separate member function. -// -// Revision 1.1 1998/11/16 13:53:02 curt -// Initial revision. -// -- 2.39.5