curt
cfe0e18e4e
Initial revision.
1998-06-12 01:04:52 +00:00
curt
2caad4a27b
Added Pui subdirectory.
1998-06-12 00:53:47 +00:00
curt
b5e7938ebe
Added a Lib/Audio for Steve Baker's sound library.
1998-06-03 00:42:40 +00:00
curt
bd3e280fe5
initial checkin of notify
1998-06-02 21:42:22 +00:00
curt
39164d1438
initial checkin of modules
1998-06-02 21:42:22 +00:00
curt
a9c068ae3b
initial checkin of cvswrappers
1998-06-02 21:42:22 +00:00
curt
6c7856549b
initial checkin of taginfo
1998-06-02 21:42:21 +00:00
curt
d85cbc7b61
initial checkin of rcsinfo
1998-06-02 21:42:21 +00:00
curt
d8cbac4576
initial checkin of loginfo
1998-06-02 21:42:21 +00:00
curt
c0874a000e
initial checkin of editinfo
1998-06-02 21:42:21 +00:00
curt
e317a39b2d
initial checkin of commitinfo
1998-06-02 21:42:21 +00:00
curt
61d4bd8adf
initial checkin of checkoutlist
1998-06-02 21:42:21 +00:00
curt
a8deedaa66
Rewrote a slightly ambiguous code fragment (contributed by Charlie Hotchkiss)
1998-06-01 17:49:44 +00:00
curt
15790ef4b4
Borland C++ fixes from the zlib author. A new version is due out soon.
1998-05-29 20:30:11 +00:00
curt
8cf618ea75
Removed derived files "Makefile.in" from version control.
1998-05-23 14:31:48 +00:00
curt
5a81c9ecf0
Derived file "Makefile.in" removed from version control.
1998-05-23 14:18:22 +00:00
curt
4ccc2b3cfc
Small tweak for correct win32 compiling.
1998-05-20 20:50:28 +00:00
curt
ff8845de52
Better handling of WIN32 environments.
1998-05-13 18:24:49 +00:00
curt
e4d4a2d8eb
Wrapped zlib calls so zlib can be optionally disabled.
1998-05-13 18:24:25 +00:00
curt
5a2a23cc2d
Added an "#include <config.h>" and "#include <windows.h>"
1998-05-11 18:04:06 +00:00
curt
8a233ddfbb
Moved the extern "C" { } until after all the includes have been done.
1998-05-07 23:20:45 +00:00
curt
2b40dc133d
Added a blank formating line!
1998-05-07 23:04:28 +00:00
curt
b26263c62d
Added an entry for AUTOPILOT.
1998-05-07 23:03:54 +00:00
curt
2df317eb49
Commented out a debugging printf.
1998-05-03 00:45:49 +00:00
curt
5eef0e61ba
polar.[ch] renamed to polar3d.[ch]
1998-05-02 01:50:09 +00:00
curt
021558d6dd
Edited cvs log messages in source files ... bad bad bad!
1998-04-25 22:06:22 +00:00
curt
7a6cab8381
Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
1998-04-25 15:05:01 +00:00
curt
1fcb70e553
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-24 00:43:12 +00:00
curt
712bbc9085
Removed an extra #ifdef __cplusplus, then "}", #endif
1998-04-22 13:19:00 +00:00
curt
7b2370d608
C++ - ified comments. Make file open errors fatal.
1998-04-22 13:18:10 +00:00
curt
98f398c99a
Modified Files:
...
Makefile.am Makefile.in
Added Files:
interpolater.cxx interpolater.hxx
1998-04-21 19:14:21 +00:00
curt
e5efd5bf69
Prepairing for C++ integration.
1998-04-21 17:03:45 +00:00
curt
9d504a9e19
Added Debug, Math, and zlib libraries.
1998-04-18 03:54:32 +00:00
curt
e96e09d112
Miscellaneous Tweaks.
1998-04-18 03:53:41 +00:00
curt
28a6ec8065
Moved to Lib directory and created a libDebug.
1998-04-18 03:52:03 +00:00
curt
875560b8dc
Initial revision.
1998-04-18 03:48:29 +00:00
curt
fa360360cb
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:43:50 +00:00
curt
e543b5228c
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:23:15 +00:00
curt
63ea6cd15a
Tweaks to Gnu automake/autoconf system.
1998-04-08 23:35:37 +00:00
curt
79a773d25c
Adopted Gnu automake/autoconf system.
1998-04-08 23:28:57 +00:00
curt
dcc537e040
Minor cleanups and reorganizations.
1998-04-06 15:56:23 +00:00
curt
37488d0f7e
Converting to Gnu autoconf system.
1998-04-03 22:10:27 +00:00
curt
aa645019e9
Incorporated code changes contributed by Charlie Hotchkiss
...
<chotchkiss@namg.us.anritsu.com>
1998-02-12 21:59:56 +00:00
curt
6179ec5319
Removed "depend" files from cvs control. Other minor make tweaks.
1998-02-09 22:56:59 +00:00
curt
331f91ba43
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.
1998-02-03 23:20:27 +00:00
curt
a50203dfec
Added MetroWorks patches from Carmen Volpe.
1998-01-31 00:43:18 +00:00
curt
b7eab24f14
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
...
system and commandline/config file processing code.
1998-01-27 00:47:59 +00:00
curt
d824ffd02b
Changed #ifdef FILE_H to #ifdef _FILE_H
1998-01-22 02:59:38 +00:00
curt
238c6f7c88
More misc. tweaks for rpk make merge.
1998-01-19 19:43:07 +00:00
curt
0dd244fb0c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
...
This should simplify things tremendously.
1998-01-19 19:27:10 +00:00