]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* AUTHORS: Update my email address.
authorGary V. Vaughan <gary@gnu.org>
Tue, 2 May 2000 22:41:36 +0000 (22:41 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 May 2000 22:41:36 +0000 (22:41 +0000)
* commit: ditto.

AUTHORS
ChangeLog
ChangeLog.0
commit

diff --git a/AUTHORS b/AUTHORS
index 4efc2aa2ace824fb8a271a20a0450ef4cf7d367e..ded60705d045b675548614d57475263fe41ac7ee 100644 (file)
--- 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.
index 986385029e4c449c8417851119a31ce4150a9a1f..7767c3830b07debf5fa13d12a54f47bf9e68e88c 100644 (file)
--- 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.
        * 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.
        
        * 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.
        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 
        * 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.
        "-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.
        * 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
        * 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>
        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.
        * 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.
        * 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.
 
        * 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.
        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.
 
        * 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.
 
        * 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.
        * 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.
        * 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.
        (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,
        * 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.
        * 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 
        * 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
        * 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
        * 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
        * 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.
        * 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.
 
        * 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
        * 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.
 
        * 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
        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.
        * 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.
        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
        * 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
        * 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.).
        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;
        * 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
        * 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.
        * 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
        * 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.
        (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.
        * 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.
 
        * 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
        (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.
        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.
        * 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
 
        * 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
        * 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
          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.
index 2424f89655b7f629cc04e00841a9691ad00e7b62..ff001975540a13f47f1e411f8083e314069b9ceb 100644 (file)
        * 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.
 
        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.
        * 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.
        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
        * 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.
        * 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
        * 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
        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
        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
        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
        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.
        * 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.
        * 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>
        
 
        * 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.
 
        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!
        (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
        * 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
        (@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
        * 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.
          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
        * 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
          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.
        * 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).
 
        * 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
        * 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.
          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
        (*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
        * 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.
        * 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
        * 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.
 
 
        * 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
        * 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,
        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 591aa1039d3739d6008e3c10555361ad36bb4cb5..e52b40a9fd2237b92f1921962017eeae38edbcdc 100755 (executable)
--- 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