summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2000-05-02 22:41:36 +0000
committerGary V. Vaughan <gary@gnu.org>2000-05-02 22:41:36 +0000
commit9ee8816abea703691fad9c442b7caa1060af77b6 (patch)
treea76399248445c9121be7106e33d74171255cc814
parentd604f0951bea3e92b205cdfab9597e05af32eae8 (diff)
downloadlibtool-9ee8816abea703691fad9c442b7caa1060af77b6.tar.gz
* AUTHORS: Update my email address.
* commit: ditto.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog119
-rw-r--r--ChangeLog.068
-rwxr-xr-xcommit2
4 files changed, 98 insertions, 93 deletions
diff --git a/AUTHORS b/AUTHORS
index 4efc2aa2..ded60705 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,4 @@ Foundation.
Gordon Matzigkeit. Designed and implemented libtool.
Alexandre Oliva <oliva@dcc.unicamp.br>. Co-maintainer.
Thomas Tanner <tanner@ffii.org>. Co-maintainer.
-Gary V. Vaughan <garyv@oranda.demon.co.uk>. Co-maintainer.
+Gary V. Vaughan <gvv@techie.com>. Co-maintainer.
diff --git a/ChangeLog b/ChangeLog
index 98638502..7767c383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-02 Gary V. Vaughan <gvv@techie.com>
+
+ * AUTHORS: Update my email address.
+ * commit: ditto.
+
2000-04-11 Thomas Tanner <tanner@ffii.org>
* NEWS: update
@@ -43,7 +48,7 @@
when built with Sun Workshop Pro CC 4.2 (and perhaps
others).
-2000-02-03 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-02-03 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.c (lt_find_dlhandle): Deleted. This was B.S.
far cleaner to use lt_dlforeach and lt_dlgetinfo.
@@ -76,7 +81,7 @@
* libtool.m4: recognize powerpc*linux* (reported by
Dirk A. Mueller <dmuell@gmx.net>)
-2000-02-23 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-02-23 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (old_MAGIC, old_STRIP, old_reload_flag,
old_deplibs_check_method, old_file_magic_cmd): New variabes.
@@ -97,7 +102,7 @@
* Makefile.am (libtool):
(clibtool): ditto.
-2000-02-21 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-02-21 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.c (lt_find_dlhandle): New function.
(tryall_dlopen): Use it.
@@ -109,7 +114,7 @@
* libltdl/ltdl.c (lt_remove_dlloader): typo, s/=/==/g.
-2000-02-03 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-02-03 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.h (lt_dlloader_data_t): New type for loader
instance data.
@@ -151,7 +156,7 @@
with feeling!
(sys_wll_exit): Ditto.
-2000-02-02 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-02-02 Gary V. Vaughan <gvv@techie.com>
* NEWS: updated.
* doc/libtool.texi (Libltdl interface): Moved user defined module
@@ -232,7 +237,7 @@
* ltmain.in: check whether libraries are moved out of $libdir,
replace .a and .lib with .$libext, .o and .obj with .$objext
-2000-01-31 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-31 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.h (lt_dlrealloc): removed declaration.
* libltdl/ltdl.c (lt_dlrealloc): removed definition.
@@ -246,7 +251,7 @@
"-belf."
Reported by Chris Butler <chrisb@sandy.force9.co.uk>
-2000-01-28 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-28 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use changequote to
protect `[' and `]' in deplibs_check_method.
@@ -271,7 +276,7 @@
* ltmain.in: merge library linking code of programs and libraries,
some cleanups
-2000-01-27 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-27 Gary V. Vaughan <gvv@techie.com>
* NEWS: Updated.
* doc/libtool.texi (Libltdl interface): Document new entry
@@ -385,18 +390,18 @@
* tests/Makefile.am: reexport OBJEXT and EXEEXT
* tests/dryrun.test: use them for building main.obj and mdemo.exe
-2000-01-17 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-17 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.c (tryall_dlopen): Abort with
file_not_found_error before trying all lib_open() methods
if the file to be dlopened doesn't exist.
* ltdl.m4 (AC_HAVE_HEADERS): add unistd.h.
-2000-01-16 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-16 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.c (find_file): memory error fixed.
-2000-01-14 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-14 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (Usage): Now it matches the code!
Reported by Jon Leichter <jon@symas.com>
@@ -427,7 +432,7 @@
escaped and portable \{0,1\} in sed expression.
From Jon Leichter <jon@symas.com>
-2000-01-13 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-13 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (AC_LIBLTDL_CONVENIENCE): Add -I${top_srcdir}/libltdl
to default INCLTDL for VPATH.
@@ -468,7 +473,7 @@
* README: use 'libtool --version' instead of 'ltconfig --version'
(suggested by Francios Pinard <pinard@iro.umontreal.ca>
-2000-01-10 Gary V. Vaughan <gary@oranda.demon.co.uk>
+2000-01-10 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.h (LTDL_DIRSEP_CHAR): Leave undefined when
not compiling for a Windows target.
@@ -538,7 +543,7 @@
* bootstrap: use "aclocal -I ." instead of adding the contents
of ltdl.m4 to acinclude.m4
-1999-12-13 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-12-13 Gary V. Vaughan <gvv@techie.com>
* NEWS: updated.
* libltdl/Makefile.am: Use -no-undefined for dll compliance.
@@ -560,7 +565,7 @@
* ltconfig.in (ltdll_obj): fixed typo: objdir -> $objdir
-1999-12-12 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-12-12 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (cygwin*, mingw*, export_symbols_cmds): keep any
DATA tags associated with symbols by recent dlltool.
@@ -568,13 +573,13 @@
found in the symbol list.
Reported by Jon Leichter <jon@symas.com>.
-1999-12-10 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-12-10 Gary V. Vaughan <gvv@techie.com>
From Stephan Kulow <coolo@kde.org>
* libltdl/ltdl.m4: Add arg 3 to AC_DEFINE's to save the user
from having to hack acconfig.h.
-1999-12-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-12-06 Gary V. Vaughan <gvv@techie.com>
* NEWS: Updated.
* TODO: Note some cleanups that are now needed.
@@ -613,13 +618,13 @@
* ltconfig.in (linux-gnu*): Set hardcode_into_libs=yes.
-1999-11-29 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-11-29 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: Be friendlier to C++ compilers when testing
for dlopen support.
Reported by Stephan Kulow <coolo@itm.mu-luebeck.de>
-1999-11-26 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-11-26 Gary V. Vaughan <gvv@techie.com>
* libtool.m4: better use of $target instead of $host to support
cross compilation.
@@ -666,7 +671,7 @@
* ltconfig.in: add support for Unixware (sysv4.2uw2*)
-1999-10-29 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-29 Gary V. Vaughan <gvv@techie.com>
* ltmain.in: Damnit! Cygwin cvs committed all the
dos line endings.
@@ -702,7 +707,7 @@
* libltdl/ltdl.c (lt_dlopen): Do not search paths when the
specified library is not just a basename.
-1999-10-10 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-10 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (AC_PATH_FILE): new macro replaces
AC_PATH_TOOL_GREP_OUTPUT.
@@ -713,7 +718,7 @@
* ltconfig.in (reload_flag): moved to libtool.m4.
(deplbs_check_method): ditto.
-1999-10-07 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-07 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (AC_PATH_PROG_VERSION_GREP): removed in favour of the
more general AC_PATH_PROG_GREP_OUTPUT.
@@ -722,13 +727,13 @@
(AC_PROG_LIBTOOL): Search for a working find program in the
user's PATH using the new macros.
-1999-10-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-06 Gary V. Vaughan <gvv@techie.com>
* NEWS: updtaed.
* ltconfig.in: Accept osf5.
Reported by Sascha Schumann <sascha@schumann.cx>
-1999-10-04 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-04 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (-no-install): This doesn't work on win32 since
the search path for libraries is not encoded in the binary,
@@ -738,7 +743,7 @@
* ltmain.in (-no-fast-install): Wrapper script used to add the
exeext on again when naming the wrapped executable.
-1999-10-03 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-03 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: Set $FILE to @FILE@ for substitution with
the value found in libtool.m4 at configure time.
@@ -772,7 +777,7 @@
* libltdl/Makefile.am: don't preserve file attributes when
installing the libltdl sources
-1999-10-01 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-10-01 Gary V. Vaughan <gvv@techie.com>
* configure.in (AC_OUTPUT_COMMANDS): generate ltmain.sh
* Makefile.am (ltmain.sh ltconfig): removed. Automake inserts the
@@ -790,7 +795,7 @@
* ltconfig.in (sco3.2v5): use pass_all deplibs_check_method
for SCO3.2.
-1999-09-29 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-09-29 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (whole-archive-flag-spec): I had been
wondering why my file system was filling up with empty
@@ -811,7 +816,7 @@
* ltconfig.in (sysv5): Added support required for shared
library linking on SCO UW7.
-1999-09-22 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-09-22 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (whole-archive-flag-spec): test whether the
version of GNU ld being used understands --whole-archive
@@ -828,7 +833,7 @@
* ltmain.in (CDPATH): Likewise.
Reported by Greg McGary <gkm@eng.ascend.com>
-1999-08-24 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-08-24 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (ltdll.c, impgen.c): Prevent the shell from
expanding variables & backslash escapes when writing these
@@ -869,7 +874,7 @@
* libltdl/COPYING.LIB: Update to version 2.1.
* libltdl/ltdl.h, libltdl/ltdl.c: Update FSF address.
-1999-08-03 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-08-03 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (mingw*, AC_PROG_LD): use tr for carriage return
stripping.
@@ -943,7 +948,7 @@
* ltconfig.in: Updated bsdi4 soname specs to be more like
linux as discussed on the bsdi mailing list.
-1999-07-20 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-07-20 Gary V. Vaughan <gvv@techie.com>
* configure.in (AC_PROG_RANLIB): No longer required as we now use
AC_CHECK_TOOL in AC_LIBTOOL_SETUP.
@@ -987,7 +992,7 @@
* doc/libtool.texi (C++ Libraries): fixed a typo.
-1999-07-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-07-06 Gary V. Vaughan <gvv@techie.com>
* README-alpha: improved the release instructions to mention
actual list addresses for announcements, and urls for upload
@@ -1002,7 +1007,7 @@
* ltconfig.in: finish_cmds for FreeBSD removed
* depdemo/l3/Makefile.am: install libl3.la into an extra directory
-1999-07-02 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-07-02 Gary V. Vaughan <gvv@techie.com>
* configure.in: bumped version to 1.3c.
@@ -1083,7 +1088,7 @@
* ltmain.in (ltdll.c): Support for crosscompiling from linux to
mingw32.
-1999-06-23 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-23 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (cygwin, export_symbols_cmds): If there is already
an extracted and compiled ltdll.c, then don't delete, reextract
@@ -1093,7 +1098,7 @@
are paths through the code which run archive_expsym_cmds without
running export_symbols_cmds.
-1999-06-20 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-20 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: moved the test for NM after the test for
no_builtin_flag.
@@ -1121,13 +1126,13 @@
* ltconfig.in: CR/LF fix for broken DJGPP bash
* ltmain.in: CR/LF fix for DJGPP
-1999-06-18 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-18 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (outputname): When generating the executable wrapper
script, $outputname already has the $exeext suffix, so we needn't
add it again.
-1999-06-16 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-16 Gary V. Vaughan <gvv@techie.com>
* libltdl/configure.in (ac_cv_lib_dl_dlopen): missing "x" in test
comparison corrected.
@@ -1141,7 +1146,7 @@
names passed without an extension, we now add a trailing `.' to
prevent this from happening.
-1999-06-15 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-15 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.c (sys_wll_close): Strangely enough, Microsoft have
decided that LoadLibrary returns `0' for success, yet FreeLibrary
@@ -1172,7 +1177,7 @@
* NEWS: Note work-around.
Reported by Pavel Roskin <pavel_roskin@geocities.com>
-1999-06-09 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-09 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (exeext): autoconf's AC_EXEEXT uses "no" to indicate
no extension, and we must do the same in order to share the cache
@@ -1186,7 +1191,7 @@
* ltconfig.in (exeext): Use quotes in the test, to prevent a
failure in sh.test.
-1999-06-09 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-09 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: Reordered tests to be more like configure.in's
recommended order (programs first, then libraries, etc.).
@@ -1205,7 +1210,7 @@
host. Also test that the compiler accepts the flag, and cache
that result too.
-1999-06-08 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-06-08 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (LN_S): Accept, in order of decreasing preference:
the cached value; an environment setting; ``ln -s'' if it works;
@@ -1359,7 +1364,7 @@
* ltconfig.in: linkopts -> compiler_flags for $CC and linker_flags
for $LD, link_all_deplibs=yes on IRIX
-1999-05-22 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-22 Gary V. Vaughan <gvv@techie.com>
* NEWS: insert todays date alongside 1.3.1 release.
* Makefile.in: use gnu not gnits rules
@@ -1386,7 +1391,7 @@
* doc/PLATFORMS: Updated to 1.3.1 for all platforms I've got.
Added sparc-unknown-linux-gnu.
-1999-05-21 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-21 Gary V. Vaughan <gvv@techie.com>
* demo/foo.h: s/PARAMS/LTDL_PARAMS/g
* libltdl/ltdl.h: ditto.
@@ -1420,19 +1425,19 @@
* libtool.m4 (AC_LIBLTDL_*): set INCLTDL to the path of ltdl.h
* ltconfig.in: check for dlopen with -ldl first
-1999-05-19 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-19 Gary V. Vaughan <gvv@techie.com>
* NEWS: Added 1.3.1 news items.
* doc/PLATFORMS: updated the boxes I have access to, to 1.3.1
in preparation for the next release.
-1999-05-18 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-18 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (cygwin*, whole_archive_flag_spec): dlltool chokes
on this, so leave it unset in this case so that the ltmain code
knows it has to unpack convenience archives by itself.
-1999-05-17 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-17 Gary V. Vaughan <gvv@techie.com>
* ltmain.in: Do not exit when an unknown library name is passed
passed in, simply warn and continue since some compilers require
@@ -1444,7 +1449,7 @@
* ltconfig.in: port to NEC UX/4800.
* NEWS: updated.
-1999-05-17 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-17 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS
is PIC by default.
@@ -1472,11 +1477,11 @@
(instal-data-hook): Add srcdir/instutil to the beginning of the
PATH before installing libltdl's sources.
-1999-05-09 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-09 Gary V. Vaughan <gvv@techie.com>
* TODO: updated.
-1999-05-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-05-06 Gary V. Vaughan <gvv@techie.com>
* Makefile.am (install-data-hook): make sure the install directory
is not left world writable.
@@ -1496,7 +1501,7 @@
* ltmain.in: Save exit status of link_command before removing
symbol table object file.
-1999-04-29 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-04-29 Gary V. Vaughan <gvv@techie.com>
* doc/PLATFORMS: updated my hpux-10.20 and cygwin box entries.
@@ -1521,7 +1526,7 @@
* libltdl/acconfig.h: New file. Add #undefs for defines that
would be duplicated.
-1999-04-29 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-04-29 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (cygwin*|mingw*, DLLTOOL, OBJDUMP, AS): Only expand the
code that makes these configure time checks on hosts that need the
@@ -1543,7 +1548,7 @@
(AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE): Fix calls to
AC_BEFORE.
-1999-04-28 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-04-28 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (ltconfig_enable_win32_dll): pass --enable-win32-dll to
ltconfig if this is set.
@@ -1595,7 +1600,7 @@
create temporaries in the current directory when output should go
elsewhere. We must perform locking if it does.
-1999-04-27 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-04-27 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (old_archive_cmds): Ensure that there are always .o
objects available before running old_archive_cmds.
@@ -2012,7 +2017,7 @@
* ltconfig.in (*_cmds): quote $ so that they're not expanded by
the first eval
-1999-03-25 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-03-25 Gary V. Vaughan <gvv@techie.com>
* ltmain.in ($PATH): Expand any tildes in the users path to the
contents of $HOME to avoid problems with *_cmds splitting and
@@ -2036,7 +2041,7 @@
* ltconfig.in (ld_shlibs, amigaos*): disable shared libraries
-1999-03-23 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-03-23 Gary V. Vaughan <gvv@techie.com>
* libltdl/configure.in: the sed expression for finding the shared
library extension used to think the . in [.] for the cygwin
@@ -2132,7 +2137,7 @@
* tests/Makefile.am (TESTS): added noinst-link.test
* doc/libtool.texi: document it
-1999-03-19 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-03-19 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (dependency_libs): There is no reason to infer that
the pseudo library is invalid if dependency_libs='' at
@@ -2189,7 +2194,7 @@
libtool will break ILD, so we ignore it when generating
dependencies.
-1999-03-17 Gary V. Vaughan <gary@oranda.demon.co.uk>
+1999-03-17 Gary V. Vaughan <gvv@techie.com>
* doc/PLATFORMS: Thanks to Alexandres changes below, both my
hp boxes pass the entire test suite.
diff --git a/ChangeLog.0 b/ChangeLog.0
index 2424f896..ff001975 100644
--- a/ChangeLog.0
+++ b/ChangeLog.0
@@ -273,7 +273,7 @@
* mdemo/configure.in: use AC_LIBLTDL_CONVENIENCE
* mdemo/Makefile.am: refer to @LIBLTDL@
-1999-03-09 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-03-09 Gary V. Vaughan <gvv@techie.com>
* NEWS: updated.
@@ -396,7 +396,7 @@
only on FreeBSD and when not static linking; it's been causing
trouble on platforms such as OpenBSD.
-1999-02-26 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-02-26 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (cygwin): s/\\(mingw\\|cygwin\\)32/\\1/g. Must've
missed this file when I changed to cygnus' new sanction name.
@@ -514,7 +514,7 @@
* libltdl/ltdl.c (lt_dlopen): use newhandle instead of handle
where appropriate, when dlopening a non-libtool library
-1999-02-19 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-02-19 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (export_symbols_cmds): renamed from
export_symbols_cmd.
@@ -545,7 +545,7 @@
alternate name without ${release}, otherwise build fails when
-release is used
-1999-02-18 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-02-18 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (archive{,_sym}_commands): Be careful not to
re-export the dll entry points DllMain@12, _cygwin_dll_entry@12 and
@@ -610,7 +610,7 @@
* mdemo/configure.in: use AC_LIBTOOL_DLOPEN
* mdemo/main.c: demonstrate lt_dlopen(0)
-1999-02-15 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-02-15 Gary V. Vaughan <gvv@techie.com>
* demo/dlmain.c (_WIN32): The lt_symlist structure is now const,
so my original horrible temporary win32 hack no longer worked.
@@ -648,7 +648,7 @@
* ltmain.in: allow -export-symbols for modules, use thread_safe flag,
add include_expsyms to the exported symbols
-1999-02-12 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-02-12 Gary V. Vaughan <gvv@techie.com>
* libltdl/ltdl.h (_LTDLL_EXTERN): libltdl is no longer linked as a
shared library, so the _declspec's were preventing the linker from
@@ -740,7 +740,7 @@
* libltdl/ltdl.c (lt_dlopenext): tmp would be trashed if shlib_ext
was longer than 3 characters
-1999-02-02 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-02-02 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: new config.guess returns *-*-cygwin now instead of
*-*-cygwin32. sed -e 's%\(cygwin\|mingw\)32%\1%g' ltconfig.in
@@ -752,7 +752,7 @@
yes' implies gnu ld, otherwise MSVC++ (which I haven't tested
since I inheritted the code from Ian Lance Taylor btw!) is implied.
-1999-01-28 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-28 Gary V. Vaughan <gvv@techie.com>
* ltmain.in: Reverted this change of Alexandre's from the
1999-01-25; "don't try to use .o instead of .lo just because
@@ -770,7 +770,7 @@
AM_PROG_LIBTOOL
Reported by Jeff Garzik <jgarzik@pobox.com>
-1999-01-27 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-27 Gary V. Vaughan <gvv@techie.com>
* THANKS: Now that we have a policy, applied it to the existing
list. This in no way demeans the work of those people removed
@@ -876,7 +876,7 @@
message, and added a warning about inter-library dependencies even
for non-module builds
-1999-01-26 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-26 Gary V. Vaughan <gvv@techie.com>
* Makefile.am (install-data-hook): Don't show the if expression
that tests for gzip with a conditional error message; just do it
@@ -981,7 +981,7 @@
anything about the format of the date, just that it does not
contain `$'
-1999-01-22 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-22 Gary V. Vaughan <gvv@techie.com>
* configure.in (date): echo the version number during
configuration, and show $date for cvs versions.
@@ -1004,7 +1004,7 @@
* ltconfig.in, ltmain.in (TIMESTAMP): append timestamp to most
references to VERSION
-1999-01-22 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-22 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (ild): Revert the change which allowed libtool to
link libraries with dependencies on .la libs.
@@ -1037,7 +1037,7 @@
* demo/configure.in, demo/Makefile.am (DLPREOPEN): reverted; it
didn't make any difference.
-1999-01-21 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-21 Gary V. Vaughan <gvv@techie.com>
* THANKS: Added Chris Laas <golem@MIT.EDU>
@@ -1167,7 +1167,7 @@
* mdemo/main.c (LTDL_PREOPENED_SYMBOLS): remove
-1999-01-20 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-20 Gary V. Vaughan <gvv@techie.com>
* TODO: Added inter-library deps for ltlibs.
@@ -1224,7 +1224,7 @@
flags to LDADD
* doc/libtool.texi (Using Automake): how to add -dlopen to LDADD
-1999-01-19 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-19 Gary V. Vaughan <gvv@techie.com>
From Andrey Slepuhin <pooh@msu.ru>
* ltmain.in (hardcode_action) Oops, misapplied the patch!
@@ -1334,7 +1334,7 @@
(find_module) tryall_dlopen old_name first, so that we don't
override statically linked symbols with dlopened ones
-1999-01-15 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-15 Gary V. Vaughan <gvv@techie.com>
From Andrey Slepuhin <pooh@msu.ru>
* libtoolize.in (cd $pkgdatadir): Make sure we return the the
@@ -1381,7 +1381,7 @@
* mdemo/Makefile.am: use -export-dynamic until libtool
and libltdl are able to handle module dependencies
-1999-01-14 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-14 Gary V. Vaughan <gvv@techie.com>
* THANKS: added Mark Elbrecht.
* ltconfig.in (PATH_SEPARATOR): new variable to hold valid $PATH
@@ -1508,7 +1508,7 @@
(@DIST_MAKEFILE_LIST@): create subdir if needed, then run
configure.
On-demand configuration of subdirs at distribution time was
- suggested by Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+ suggested by Gary V. Vaughan <gvv@techie.com>
* libtool.m4, ltconfig.in (NM): search for NM in PATH before
/usr/ccs/bin, /usr/ucb and /bin. However, if the found one isn't
@@ -1565,7 +1565,7 @@
* mdemo/configure.in: check only for math.h (string.h is no longer
necessary)
-1999-01-12 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-12 Gary V. Vaughan <gvv@techie.com>
* configure.in (ltdl-install): Fixed up the indentation so that
`configure --help' is pretty again.
@@ -1659,12 +1659,12 @@
non-libtool modules, dlopen with the flags GLOBAL and NOW
* mdemo/main.c: report the error using lt_dlerror()
-1999-01-08 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-08 Gary V. Vaughan <gvv@techie.com>
* doc/libtool.texi (old_archive_from_new_commands): Documented
this ltcofig variable.
-1999-01-07 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-07 Gary V. Vaughan <gvv@techie.com>
* ltmain.sh (cygwin, allow_undefined): Unfortunately, there are
problems with this variable when trying to make a dll which has
@@ -1680,7 +1680,7 @@
* libltdl/ltdl.c: assigned copyright to the FSF
* libltdl/ltdl.h, mdemo/foo*,main.c: likewise
-1999-01-06 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1999-01-06 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (dllsearchpath): add absolute directory paths to
dllsearchpath so that the wrapper scripts can be called from any
@@ -1812,7 +1812,7 @@
USE_DLPREOPEN was defined, integrated shl_load code from GModule
(still untested)
-1998-12-24 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-24 Gary V. Vaughan <gvv@techie.com>
* libltdl/configure.in: fixup spacing in --enable-ltdl-install
help string so that it lines up nicely for configure --help.
@@ -1853,7 +1853,7 @@
* mdemo/Makefile.am (mdemo_debug_LDADD, mdemo_debug_DEPENDENCIES):
use libltdl.la
-1998-12-23 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-23 Gary V. Vaughan <gvv@techie.com>
* doc/PLATFORMS: added my cygwin32 box (i686-pc-cygwin32).
@@ -1912,7 +1912,7 @@
* libltdl/configure.in: warn if dlopen is not supported
* mdemo/Makefile.am (mdemo.debug): use libltdls
-1998-12-22 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-22 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: revert Thomas Tanners change to create all
libraries without the `lib' prefix on win32, otherwise `gcc foo.c
@@ -1934,7 +1934,7 @@
* depdemo/.cvsignore: renamed hell* to depdemo*, added *.lo,*.la
* mdemo/.cvsignore: ditto
-1998-12-21 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-21 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (AM_SYS_NM_PARSE): apparently __ptr_t is predefined
on some systems - use lt_ptr_t instead.
@@ -2006,7 +2006,7 @@
demo), updated the documentation, import sin and cos in main
program rather than linking libfoo1 statically
-1998-12-17 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-17 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (AM_PROG_LIBTOOL): Added AC_PREREQ(2.12) to prevent
people using libtool with old autoconfs that don't provide the
@@ -2122,7 +2122,7 @@
(*demo/Makefile.in): don't update autoconf/automake files any
more; make check is needed
-1998-12-14 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-14 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in (archive_cmds): tweaked for cygwin b18->b20.1
compatibility and fixed a bug with generating the export
@@ -2152,7 +2152,7 @@
* libltdl/Makefile.am (noinst_HEADERS): don't install ltdl.h yet
(noinst_LTLIBRARIES): ditto for libltdl.la
-1998-12-08 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-08 Gary V. Vaughan <gvv@techie.com>
* README-alpha: adapted the release procedure from
automake/HACKING.
@@ -2198,7 +2198,7 @@
* ltmain.in: use sys_lib_search_path, removed extradeplibs
(they're not portable)
-1998-12-02 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-02 Gary V. Vaughan <gvv@techie.com>
* libltdl/configure.in: look for string.h or else strings.h, and
also check for ANSI strrchr() function. Fix `undescore before
@@ -2223,7 +2223,7 @@
* mdemo/modules/Makefile.am: replaced -export-symbols with
-export-dynamic since it doesn't work for modules
-1998-12-01 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-12-01 Gary V. Vaughan <gvv@techie.com>
* README: Updated homepage pointer to gnu libtool page.
@@ -2246,7 +2246,7 @@
* config.guess, config.sub: imported from autoconf pre-2.13
-1998-11-27 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-11-27 Gary V. Vaughan <gvv@techie.com>
* libtool (AM_PROG_LD): Oops... we need to know the host_os for
the changes below. I'm not sure whether mingw32 and os2 support
@@ -2401,7 +2401,7 @@
* PORTING: new file, with general instructions and inter-library
dependencies tips
-1998-11-11 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-11-11 Gary V. Vaughan <gvv@techie.com>
* ltconfig.in: make use of '~' field separator in reload_cmds,
old_archive_from_new_cmds, old_archive_cmds, archive_cmds,
@@ -2477,7 +2477,7 @@
modules
* tests/Makefile.am, tests/mdemo*: added some tests for mdemo
-1998-11-04 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+1998-11-04 Gary V. Vaughan <gvv@techie.com>
* demo/configure.in: added AC_EXEEXT macro so that the tests can
work on cywin32/mingw32 hosts. This requires the current CVS
diff --git a/commit b/commit
index 591aa103..e52b40a9 100755
--- a/commit
+++ b/commit
@@ -8,7 +8,7 @@
# modified as defined in the GNU General Public License. A copy of
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
-# Originally by Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+# Originally by Gary V. Vaughan <gvv@techie.com>
# Heavily modified by Alexandre Oliva <oliva@dcc.unicamp.br>
# This scripts eases checking in changes to CVS-maintained projects