]> git.mxchange.org Git - simgear.git/commitdiff
Edited cvs log messages in source files ... bad bad bad!
authorcurt <curt>
Sat, 25 Apr 1998 22:06:22 +0000 (22:06 +0000)
committercurt <curt>
Sat, 25 Apr 1998 22:06:22 +0000 (22:06 +0000)
Bucket/bucketutils.c
Math/fg_geodesy.c
Math/fg_random.c
Math/polar.c
Math/polar.h

index 193b70bd5a90c4efe1c8b73ca98c6006a2f36c92..d5fef5c17a0a7c472281f0aca820c9bd43d9a1f0 100644 (file)
@@ -267,9 +267,12 @@ int main() {
 
 
 /* $Log$
-/* Revision 1.1  1998/04/08 23:28:58  curt
-/* Adopted Gnu automake/autoconf system.
+/* Revision 1.2  1998/04/25 22:06:22  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.1  1998/04/08 23:28:58  curt
+ * Adopted Gnu automake/autoconf system.
+ *
  * Revision 1.6  1998/02/09 15:07:51  curt
  * Minor tweaks.
  *
@@ -280,7 +283,7 @@ int main() {
  * Playing with new fgPrintf command.
  *
  * Revision 1.3  1998/01/27 00:48:01  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.2  1998/01/24 00:03:28  curt
index e90ac85d0837a58fc9f6975932689450ace57dd9..e86d8a3ec522650c2d7861e5991edddc212e92a5 100644 (file)
@@ -140,8 +140,11 @@ void fgGeodToGeoc( double lat_geod, double alt, double *sl_radius,
 
 $Header$
 $Log$
+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 <bleisch@chromatic.com> new debug message
+Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 system and commandline/config file processing code.
 
 Revision 1.3  1998/01/19 19:27:12  curt
@@ -205,10 +208,13 @@ Initial Flight Gear revision.
 
 
 /* $Log$
-/* Revision 1.4  1998/01/27 00:47:59  curt
-/* Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
-/* system and commandline/config file processing code.
+/* 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 <pbleisch@acm.org> 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 <rpk@sgi.com>
  * This should simplify things tremendously.
index 465d892316de0eebca26633119059193c752fc8d..476e719928c51c8b4f86b7ab855022fd55160322 100644 (file)
@@ -75,9 +75,12 @@ double fg_random(void) {
 
 
 /* $Log$
-/* Revision 1.7  1998/04/24 00:43:13  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+/* 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 <config.h>" in "#ifdef HAVE_CONFIG_H"
+ *
  * Revision 1.6  1998/04/18 03:53:42  curt
  * Miscellaneous Tweaks.
  *
@@ -91,7 +94,7 @@ double fg_random(void) {
  * by Michele America.
  *
  * Revision 1.3  1998/01/27 00:47:59  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.2  1997/12/30 20:47:48  curt
index 1bd1283b22f18321fa2cfc14c32ebe5f55390779..ad157643e4e3cd1d3cd73bcaa6b47b5cddba9081 100644 (file)
@@ -101,10 +101,13 @@ struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p) {
 
 
 /* $Log$
-/* Revision 1.5  1998/01/27 00:48:00  curt
-/* Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
-/* system and commandline/config file processing code.
+/* 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 <pbleisch@acm.org> 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 <rpk@sgi.com>
  * This should simplify things tremendously.
index d85e2ac89f32e849c85400512d423fd68539669c..bf3b15141e071d7d9b8ef72e852afe3928ed1a0b 100644 (file)
@@ -73,11 +73,14 @@ struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
 
 
 /* $Log$
-/* Revision 1.8  1998/04/21 17:03:50  curt
-/* Prepairing for C++ integration.
+/* 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 <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.6  1998/01/22 02:59:39  curt