]> git.ipfire.org Git - thirdparty/libtool.git/log
thirdparty/libtool.git
26 years ago * ltconfig.in (echo): avoid shell error messages when we're
Alexandre Oliva [Wed, 25 Nov 1998 02:28:38 +0000 (02:28 +0000)] 
* ltconfig.in (echo): avoid shell error messages when we're
testing for large command line support
Reported by Axel Thimm <Axel.Thimm@physik.fu-berlin.de>

26 years ago * doc/PLATFORMS: updated last-tested release for platforms I've
Alexandre Oliva [Wed, 25 Nov 1998 01:20:59 +0000 (01:20 +0000)] 
* doc/PLATFORMS: updated last-tested release for platforms I've
got access to

* THANKS: added Chris P. Ross

* ltconfig.in: added recognition of the dynamic linker on BSD/OS 4.x
* README: added BSD/OS 4.x to the list of supported platforms
* doc/PLATFORMS: added BSD/OS 4.x support for various host id's

26 years ago * ltmain.in (pass_all): actively pass the flags
David Heine [Wed, 25 Nov 1998 01:00:15 +0000 (01:00 +0000)] 
* ltmain.in (pass_all): actively pass the flags

26 years ago*** empty log message ***
Thomas Tanner [Tue, 24 Nov 1998 20:38:00 +0000 (20:38 +0000)] 
*** empty log message ***

26 years agoadded simple inter-library dependencies demo (doesn't work yet!) start
Thomas Tanner [Tue, 24 Nov 1998 20:32:39 +0000 (20:32 +0000)] 
added simple inter-library dependencies demo (doesn't work yet!)

26 years agoInitial revision
Thomas Tanner [Tue, 24 Nov 1998 20:32:39 +0000 (20:32 +0000)] 
Initial revision

26 years agoadded me as co-maintainer
Thomas Tanner [Mon, 23 Nov 1998 21:27:21 +0000 (21:27 +0000)] 
added me as co-maintainer

26 years ago*** empty log message ***
Thomas Tanner [Mon, 23 Nov 1998 21:26:38 +0000 (21:26 +0000)] 
*** empty log message ***

26 years ago * libltdl/ltdl.c: replace NULL with 0, so that we don't depend on
Alexandre Oliva [Sat, 21 Nov 1998 07:45:20 +0000 (07:45 +0000)] 
* libltdl/ltdl.c: replace NULL with 0, so that we don't depend on
header files defining it.

26 years ago * ltconfig.in (archive_cmds, osf3, osf4, solaris, sunos4): create
Alexandre Oliva [Sat, 21 Nov 1998 06:42:36 +0000 (06:42 +0000)] 
* ltconfig.in (archive_cmds, osf3, osf4, solaris, sunos4): create
libraries with gcc -shared if using gcc without GNU ld.

* ltconfig.in: replaced occurrences of solaris2 with solaris, to
prepare for Solaris 7

26 years agoadded message with -export-symbols syntax for various platforms
Alexandre Oliva [Sat, 21 Nov 1998 06:40:20 +0000 (06:40 +0000)] 
added message with -export-symbols syntax for various platforms

26 years ago * mdemo/Makefile.am (hell_debug_LDFLAGS): -dlpreopen -> -dlopen
Alexandre Oliva [Thu, 19 Nov 1998 22:53:40 +0000 (22:53 +0000)] 
* mdemo/Makefile.am (hell_debug_LDFLAGS): -dlpreopen -> -dlopen
(hell_LDFLAGS): added -export-dynamic and -dlopen
(SUBDIRS, INCLUDES): added modules directory
(foo1.c, foo2.c, foo.h, libfoo1.sym, libfoo2.sym): moved to modules
* Makefile.am: ditto
* tests/mdemo-exec.test, tests/mdemo-inst.test: libraries moved
* mdemo/modules/Makefile.am: new file

* */Makefile.am (AUTOMAKE_OPTIONS): added no-dependencies

26 years ago * ltmain.in: missing `test' between `&&' and `"$module"'
Alexandre Oliva [Thu, 19 Nov 1998 20:31:26 +0000 (20:31 +0000)] 
* ltmain.in: missing `test' between `&&' and `"$module"'

26 years ago * ltconfig.in (echo_test_string): the whole ltconfig script was
Alexandre Oliva [Thu, 19 Nov 1998 20:28:01 +0000 (20:28 +0000)] 
* ltconfig.in (echo_test_string): the whole ltconfig script was
too much for DU4.0's ksh, but the first 50 lines will be enough.

26 years ago * ltmain.in (installed): new variable defined within a .la file,
Alexandre Oliva [Thu, 19 Nov 1998 19:57:33 +0000 (19:57 +0000)] 
* ltmain.in (installed): new variable defined within a .la file,
  so that libtool can now link already-installed libraries into a
program.
* NEWS: ditto
* doc/libtool.texi (Linking executables): document it

26 years ago * ltmain.in (installed): new variable defined within a .la file,
Alexandre Oliva [Thu, 19 Nov 1998 18:01:07 +0000 (18:01 +0000)] 
* ltmain.in (installed): new variable defined within a .la file,
  so that libtool can now link already-installed libraries into a
program.
* NEWS: ditto
* doc/libtool.texi (Linking executables): document it

26 years ago * ltmain.in (output_objdir): compute it from $output, not $arg
Alexandre Oliva [Thu, 19 Nov 1998 13:54:59 +0000 (13:54 +0000)] 
* ltmain.in (output_objdir): compute it from $output, not $arg

26 years ago * NEWS: -module and libtldl
Alexandre Oliva [Wed, 18 Nov 1998 07:29:36 +0000 (07:29 +0000)] 
* NEWS: -module and libtldl
* mdemo/Makefile.am: ../libltdl is within $(srcdir)

* libltdl, Makefile.am: added libltdl (a system independent
dlopen wrapper library extracted from mdemo)
* ltmain.in: added -module flag for compiling and linking of
modules. If enabled it compiles always both .o (with -DLT_RENAME)
and .lo files
* mdemo: modified mdemo to work with libltdl
* tests/ltdl*: added tests for libltdl

26 years ago * ltconfig.in: when $host_os is freebsd[23]* determine whether
Steve Price [Mon, 16 Nov 1998 19:39:25 +0000 (19:39 +0000)] 
* ltconfig.in: when $host_os is freebsd[23]* determine whether
the current linker format is a.out or ELF
* ltmain.in: add two new $version_type's, freebsd-aout and
freebsd-elf, to support above change

26 years ago * ltconfig.in: extent no_builtin_flag to contain -fno-rtti and
Stephan Kulow [Mon, 16 Nov 1998 13:21:02 +0000 (13:21 +0000)] 
* ltconfig.in: extent no_builtin_flag to contain -fno-rtti and
-fno-exceptions in case we compile with a gcc, that supports
this options (egcs and gcc >= 2.8)

26 years ago * ltmain.in (C_compiler): copy $CC before it is overwritten with
Alexandre Oliva [Mon, 16 Nov 1998 08:10:45 +0000 (08:10 +0000)] 
* ltmain.in (C_compiler): copy $CC before it is overwritten with
  command-line compiler, so that we can use it to compile C sources
  generated during the build.  This fixes the problem that showed up
with -export-dynamic of C++ programs in egcs 1.1.
* NEWS: ditto

26 years ago * PORTING: Porting instructions are in the libtool manual already
Alexandre Oliva [Thu, 12 Nov 1998 20:07:54 +0000 (20:07 +0000)] 
* PORTING: Porting instructions are in the libtool manual already

26 years ago * NEWS: Mention -export-symbols and new dlpreopen
Alexandre Oliva [Thu, 12 Nov 1998 15:59:10 +0000 (15:59 +0000)] 
* NEWS: Mention -export-symbols and new dlpreopen

26 years ago * ltmain.in (IFS): revert Gary's patch when parsing version
Alexandre Oliva [Wed, 11 Nov 1998 22:21:35 +0000 (22:21 +0000)] 
* ltmain.in (IFS): revert Gary's patch when parsing version
  information; we still use `:' here :-)

26 years ago * NEWS: updated
Alexandre Oliva [Wed, 11 Nov 1998 21:55:49 +0000 (21:55 +0000)] 
* NEWS: updated
* PORTING: new file, with general instructions and inter-library
dependencies tips

26 years ago * ltconfig.in: make use of '~' field separator in reload_cmds,
Alexandre Oliva [Wed, 11 Nov 1998 21:12:30 +0000 (21:12 +0000)] 
    * ltconfig.in: make use of '~' field separator in reload_cmds,
  old_archive_from_new_cmds, old_archive_cmds, archive_cmds,
  old_postinstall_cmds, postinstall_cmds, old_postuninstall_cmds,
  postuninstall_cmds and finish_cmds, so that the semi-colons inside
  if/then/else/fi and for/do/done etc. do not break the eval loop in
  ltmain.in (below).
        * ltmain.in: changed all of the eval loops to use an IFS of `~',
  to allow differentiation between the end-of-statement-;
(now `~' is used) and end-of-substatement-; (still `;').  This
  fixes AIX and win32 at least.

26 years ago * ltconfig.in (sunos*, sympat, symxfrm): remove underscore
Alexandre Oliva [Wed, 11 Nov 1998 03:39:08 +0000 (03:39 +0000)] 
* ltconfig.in (sunos*, sympat, symxfrm): remove underscore
prepended by the compiler

26 years agoMarc J. Fraioli did not add support for uts4; it was already there!
Toshio Kuratomi [Wed, 11 Nov 1998 01:47:58 +0000 (01:47 +0000)] 
Marc J. Fraioli did not add support for uts4; it was already there!

26 years ago * ltconfig.in: re-enable deplibs
Toshio Kuratomi [Wed, 11 Nov 1998 01:47:02 +0000 (01:47 +0000)] 
* ltconfig.in: re-enable deplibs
* ltmain.in: support deplibs, at least for GNU/Linux/x86

26 years agoSecond try at relink warning message.
Gordon Matzigkeit [Tue, 10 Nov 1998 22:11:09 +0000 (22:11 +0000)] 
Second try at relink warning message.
CVS:
CVS:

26 years agoSoften the relink warning.
Gordon Matzigkeit [Tue, 10 Nov 1998 22:04:14 +0000 (22:04 +0000)] 
Soften the relink warning.
CVS:
CVS:

26 years agoUpdated instructions for anoncvs access.
William M. Perry [Mon, 9 Nov 1998 04:26:06 +0000 (04:26 +0000)] 
Updated instructions for anoncvs access.
CVS:
CVS:

26 years agoadded some interesting suggestions
William M. Perry [Sat, 7 Nov 1998 07:49:23 +0000 (07:49 +0000)] 
added some interesting suggestions

26 years ago * ltconfig.in (aix3, aix4): uniquify symbol names in archive_cmds
William M. Perry [Sat, 7 Nov 1998 07:19:18 +0000 (07:19 +0000)] 
* ltconfig.in (aix3, aix4): uniquify symbol names in archive_cmds

26 years ago * sh.test (test X): ensure that the double-quote supposed to be
Alexandre Oliva [Sat, 7 Nov 1998 07:08:49 +0000 (07:08 +0000)] 
* sh.test (test X): ensure that the double-quote supposed to be
reported is really reported

26 years ago * ltconfig.in: add --falback-echo, to be used if everything else
Alexandre Oliva [Sat, 7 Nov 1998 07:04:04 +0000 (07:04 +0000)] 
* ltconfig.in: add --falback-echo, to be used if everything else
  fails.  The tests now check the behavior of $echo for very large
  strings, because some echo commands would just core dump (e.g.,
  Solaris' printf).  If too large strings fail, smaller ones are
  tested.
(ltecho): arrange that, if the --fallback-echo method is selected,
echo will be defined in the libtool script so as to re-run itself,
not ltconfig
* ltmain.in: add --fallback-echo
(qecho) ensure that, if --falback-echo is being used, qecho is
defined with the full pathname of the libtool script

26 years ago * mdemo/main.c: removed hardcoded library names; link against -lm
Thomas Tanner [Sat, 7 Nov 1998 04:33:47 +0000 (04:33 +0000)] 
* mdemo/main.c: removed hardcoded library names; link against -lm
* tests/mdemo-exec, tests/mdemo-inst: pass the library names
to the program

26 years ago * README: Added DG/UX
Marc J. Fraioli [Sat, 7 Nov 1998 04:28:37 +0000 (04:28 +0000)] 
* README: Added DG/UX
* doc/PLATFORMS: ditto

26 years ago * ltconfig.in (irix6): it's a little bit different from irix5
Michael Tiemann [Wed, 4 Nov 1998 10:15:49 +0000 (10:15 +0000)] 
* ltconfig.in (irix6): it's a little bit different from irix5

26 years agoinstalled
Alexandre Oliva [Wed, 4 Nov 1998 10:15:05 +0000 (10:15 +0000)] 
installed

26 years agofixed
Alexandre Oliva [Wed, 4 Nov 1998 10:14:48 +0000 (10:14 +0000)] 
fixed

26 years agomoved from aix to c++
Alexandre Oliva [Wed, 4 Nov 1998 10:13:38 +0000 (10:13 +0000)] 
moved from aix to c++

26 years ago * THANKS: Added Thomas Tanner and Gary V. Vaughan
Alexandre Oliva [Wed, 4 Nov 1998 09:56:08 +0000 (09:56 +0000)] 
* THANKS: Added Thomas Tanner and Gary V. Vaughan

26 years ago1998-11-04 Alexandre Oliva <oliva@dcc.unicamp.br>
Alexandre Oliva [Wed, 4 Nov 1998 09:43:29 +0000 (09:43 +0000)] 
1998-11-04  Alexandre Oliva  <oliva@dcc.unicamp.br>

* ltconfig.in, ltmain.in: updated and fixed the patches below

1998-11-04  Thomas Tanner  <tanner@gmx.de>

* mdemo/*: added new demo to demonstrate building of dlopenend
modules
* tests/Makefile.am, tests/mdemo*: added some tests for mdemo

1998-11-04  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>

* demo/configure.in: added AC_EXEEXT macro so that the tests can
  work on cywin32/mingw32 hosts.  This requires the current CVS
  autoconf

1998-11-04  Thomas Tanner  <tanner@gmx.de>

* ltmain.in: New flag -export-symbols; new dlpreopen system
* demo/dlmain.c: removed dld_preloaded_symbol_count

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltmain.in: On installation, don't get confused if the same name
appears more than once in the list of library names.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Add objext and libext variables.  Check for object
suffix.  Check for mingw32* as well as cygwin32*.  Use objext when
testing compiler.  Add support for Visual C++ on cygwin32 when not
using gcc.  Add objext, libext, and fix_srcfile_path to generated
libtool script.
* ltmain.in: Use .${objext} rather than .o.  Use fix_srcfile_path
if it is set.  Check for .obj as well as for .o, and for .lib as
well as for .a.  Use .${libext} rather than .a when creating old
libraries.
* libtoolize.in: Change initial /bin/sh to @SHELL@.
* libtool.m4 (AM_PROG_LIBTOOL): Add AC_REQUIRE for
AC_CANONICAL_BUILD, so that autoconf doesn't get mixed up by the
AC_REQUIRE in AC_CHECK_TOOL.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Look in the right directory for libtool.c in
archive_cmds for cygwin32.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Fix cygwin32 support to avoid using a double
extension, to delete the def file, to set version_type to windows,
and to include versuffix in the DLL name.
* ltmain.in: Add support for a version_type of windows.

1998-11-04  Ian Lance Taylor  <ian@cygnus.com>

* ltconfig.in: Add cygwin32 support.
* libtool.m4 (AM_PROG_LIBTOOL): Call AM_SYS_LIBTOOL_CYGWIN32 on a
cygwin32 host.  Pass DLLTOOL and AS to ltconfig.
(AM_SYS_LIBTOOL_CYGWIN32): New macro.

26 years ago * ltconfig.in: On AIX, don't treat GNU ld specially.
Alexandre Oliva [Wed, 4 Nov 1998 08:33:52 +0000 (08:33 +0000)] 
* ltconfig.in: On AIX, don't treat GNU ld specially.

26 years ago * libtool.m4 (sco): fix typo
Alexandre Oliva [Wed, 4 Nov 1998 08:15:36 +0000 (08:15 +0000)] 
* libtool.m4 (sco): fix typo

26 years ago * ltconfig.in: On AIX, don't treat GNU ld specially.
Ian Lance Taylor [Wed, 4 Nov 1998 08:09:46 +0000 (08:09 +0000)] 
* ltconfig.in: On AIX, don't treat GNU ld specially.

26 years ago * ltconfig.in (hardcode_minus_L): Revert Ian's patch for
Alexandre Oliva [Wed, 4 Nov 1998 07:36:59 +0000 (07:36 +0000)] 
* ltconfig.in (hardcode_minus_L): Revert Ian's patch for
ltconfig.in.  Although -L hardcoding is not used with GNU ld, it
does happen, so hardcode_minus_L must be set to yes.

26 years ago * ltconfig.in (compiler_o_lo): check whether we can write directly
Alexandre Oliva [Wed, 4 Nov 1998 07:10:43 +0000 (07:10 +0000)] 
* ltconfig.in (compiler_o_lo): check whether we can write directly
to a .lo
* ltmain.in (compiler_o_lo): if not, write to .o and rename it

26 years agosh.test did not like `if -rpath' in a comment
Ian Lance Taylor [Wed, 4 Nov 1998 06:36:02 +0000 (06:36 +0000)] 
sh.test did not like `if -rpath' in a comment

26 years ago * ltconfig.in: For sunos4 using GNU ld, set hardcode_minus_L to
Ian Lance Taylor [Wed, 4 Nov 1998 06:17:44 +0000 (06:17 +0000)] 
* ltconfig.in: For sunos4 using GNU ld, set hardcode_minus_L to
no.
* ltmain.in: Add some hacks to make SunOS --enable-shared work
when using GNU ld.

26 years ago * THANKS: Added Marc J. Fraioli
Alexandre Oliva [Wed, 4 Nov 1998 06:05:44 +0000 (06:05 +0000)] 
* THANKS: Added Marc J. Fraioli

26 years ago * ltconfig.in (uts4, dgux): new supported platforms
Marc J. Fraioli [Wed, 4 Nov 1998 05:56:45 +0000 (05:56 +0000)] 
* ltconfig.in (uts4, dgux): new supported platforms

26 years ago * ltconfig.in (need_locks): if neither `-c -o' nor hard links are
Alexandre Oliva [Wed, 4 Nov 1998 05:50:33 +0000 (05:50 +0000)] 
* ltconfig.in (need_locks): if neither `-c -o' nor hard links are
  available, fallback to not so safe mechanism, by setting
need_locks to warn
* ltmain.in (need_locks): when need_locks is set to warn, use the
lockfile to try to fail in case of incorrect concurrent builds

26 years ago * THANKS: Added Eric Estievenart
Alexandre Oliva [Wed, 4 Nov 1998 04:14:37 +0000 (04:14 +0000)] 
* THANKS: Added Eric Estievenart

26 years ago * doc/libtool.texi (Compile mode): Document that -o is fully
Eric Estievenart [Wed, 4 Nov 1998 04:13:03 +0000 (04:13 +0000)] 
* doc/libtool.texi (Compile mode): Document that -o is fully
supported.

* libtool.m4 (libtool-lock): new ARG_ENABLE; sets (need_locks)
* ltconfig.in (disable-lock): control need_locks
(hard_links): check whether hard-links can be used for locking
* ltmain.in (need_locks): use $output_obj.lock for locking

26 years agoadded a suggestion of how to create shared libraries with undefined symbols
Alexandre Oliva [Wed, 4 Nov 1998 03:54:09 +0000 (03:54 +0000)] 
added a suggestion of how to create shared libraries with undefined symbols

26 years agothou shalt not commit before make check :-)
Alexandre Oliva [Wed, 4 Nov 1998 03:20:34 +0000 (03:20 +0000)] 
thou shalt not commit before make check :-)

26 years ago * ltmain.in: correctly create libraries and programs with
Alexandre Oliva [Wed, 4 Nov 1998 02:09:16 +0000 (02:09 +0000)] 
* ltmain.in: correctly create libraries and programs with
  directory components in their names

26 years ago * ltmain.in (output_obj): typo
Eric Estievenart [Tue, 3 Nov 1998 22:04:13 +0000 (22:04 +0000)] 
* ltmain.in (output_obj): typo

26 years agofixed (I hope :-)
Ian Lance Taylor [Mon, 2 Nov 1998 23:09:01 +0000 (23:09 +0000)] 
fixed (I hope :-)

26 years ago * ltconfig.in: For sunos4, add ${libname}.so$versuffix to
Ian Lance Taylor [Mon, 2 Nov 1998 23:05:42 +0000 (23:05 +0000)] 
* ltconfig.in: For sunos4, add ${libname}.so$versuffix to
library_names_spec.
* ltmain.in: For version_type of sunos, set versuffix even if
-version-info was not used.

26 years agoadded a few extra headers for gnus
Alexandre Oliva [Mon, 2 Nov 1998 19:30:15 +0000 (19:30 +0000)] 
added a few extra headers for gnus

26 years ago * ltmain.in (libobj): default value must not contain directory
Alexandre Oliva [Mon, 2 Nov 1998 17:21:52 +0000 (17:21 +0000)] 
* ltmain.in (libobj): default value must not contain directory
  components

* ltconfig.in (compiler): detect if the compiler supports
-c and -o flags, create a variable compiler_c_o. Also issue
a big warning if it is not supported

* ltmain.in (compile): enable the -o option as input for libtool.
The objects are not moved if the compiler supports -o with -c.
Sources and objects can contain relative directories.
(link): enable the linking of executables into relative directories

26 years ago * AUTHORS: added myself as a co-maintainer
Alexandre Oliva [Mon, 2 Nov 1998 08:37:48 +0000 (08:37 +0000)] 
* AUTHORS: added myself as a co-maintainer
* THANKS: and removed my name from here

26 years ago * autogen: new script; run it to bootstrap libtool after checking
Alexandre Oliva [Mon, 2 Nov 1998 08:34:05 +0000 (08:34 +0000)] 
* autogen: new script; run it to bootstrap libtool after checking
it out from CVS

26 years ago * libtool.m4 (CFLAGS): check whether -belf is needed on SCO, as
Alexandre Oliva [Mon, 2 Nov 1998 08:21:18 +0000 (08:21 +0000)] 
* libtool.m4 (CFLAGS): check whether -belf is needed on SCO, as
suggested by Robert Lipe <robertl@dgii.com>

26 years ago * demo/Makefile.am (hc-libpath): Use parameters from the libtool
Gordon Matzigkeit [Sat, 31 Oct 1998 02:11:47 +0000 (02:11 +0000)] 
* demo/Makefile.am (hc-libpath): Use parameters from the libtool
in the top build directory, since the one in the demo directory is
not guaranteed to exist.

26 years ago * demo/Makefile.am (objdir): there are no longer quotes around
Alexandre Oliva [Wed, 28 Oct 1998 01:09:15 +0000 (01:09 +0000)] 
* demo/Makefile.am (objdir): there are no longer quotes around
objdir in the libtool script

26 years agoAdded mail directory.
Gordon Matzigkeit [Tue, 27 Oct 1998 16:30:31 +0000 (16:30 +0000)] 
Added mail directory.
CVS:
CVS:

26 years agoMinor cosmetic fixe and CVS administrivia.
Gordon Matzigkeit [Tue, 27 Oct 1998 16:09:56 +0000 (16:09 +0000)] 
Minor cosmetic fixe and CVS administrivia.
CVS:
CVS:

26 years agodelete irrelevant files
Gordon Matzigkeit [Mon, 19 Oct 1998 20:36:31 +0000 (20:36 +0000)] 
delete irrelevant files

26 years ago*** empty log message *** release-0-6b release-0-6c release-0-6d release-0-6e release-0-7 release-0-7a release-0-7b release-0-7c release-0-8 release-0-9 release-0-99 release-0-9b release-0-9c release-0-9d release-0-9e release-0-9f release-0-9g release-0-9h release-0-9i release-1-0d release-1-0e release-1-0f release-1-0g release-1-0h release-1-0i release-1-0j release-1-1 release-1-1a release-1-2 release-1-2a release-1-2b release-1-2c
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:54 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:45 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:33 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:22 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:10 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:24:00 +0000 (21:24 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:52 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:42 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:31 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:20 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:23:10 +0000 (21:23 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:58 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:47 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:38 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:28 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:17 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:22:06 +0000 (21:22 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:54 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:43 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:32 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:21 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:11 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:21:02 +0000 (21:21 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:53 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:44 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:34 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:24 +0000 (21:20 +0000)] 
*** empty log message ***

26 years ago*** empty log message ***
Gordon Matzigkeit [Fri, 16 Oct 1998 21:20:15 +0000 (21:20 +0000)] 
*** empty log message ***