]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: updated
authorThomas Tanner <tanner@ffii.org>
Thu, 1 Jul 1999 14:48:06 +0000 (14:48 +0000)
committerThomas Tanner <tanner@gmx.de>
Thu, 1 Jul 1999 14:48:06 +0000 (14:48 +0000)
* doc/PLATFORMS: updated
* changed my email address

23 files changed:
ChangeLog
NEWS
cdemo/foo.c
cdemo/foo.h
cdemo/main.c
depdemo/l1/l1.c
depdemo/l1/l1.h
depdemo/l2/l2.c
depdemo/l2/l2.h
depdemo/l3/l3.c
depdemo/l3/l3.h
depdemo/l4/l4.c
depdemo/l4/l4.h
depdemo/main.c
depdemo/sysdep.h
doc/PLATFORMS
libltdl/ltdl.c
libltdl/ltdl.h
ltmain.in
mdemo/foo.h
mdemo/foo1.c
mdemo/foo2.c
mdemo/main.c

index 91b5632ee2c89193c8a6bbd4b3a8e8050cdc8165..de8b2c52228928f78b949d72e7eca640381b8582 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-01  Thomas Tanner  <tanner@ffii.org>
+
+       * NEWS: updated
+       * doc/PLATFORMS: updated
+       * changed my email address
+
 1999-06-30  Thomas Tanner  <tanner@ffii.org>
 
        * demo/foo.h: use LT_PARAMS instead of LTDL_PARAMS (this is not libltdl)
diff --git a/NEWS b/NEWS
index 0aa9f1f752671680906de45beaf5b3855afed73d..7840811ced5257710848d1a0863d360987d218d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team:
+New in 1.3b: 1999-07-??; CVS version 1.3a, Libtool team:
 * Complete inter-library dependencies support. It's now possible
   to link libtool libraries against other libtool libraries.
 * Libtool is able to find already-installed libtool libraries,
@@ -12,12 +12,14 @@ New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team:
 * New "-no-fast-install" flag to selectively disable fast-install mode.
 * Support for installing stripped libraries using GNU strip (install -s).
   Automake >= 1.5 will install stripped libraries with "make install-strip".
+* Allow linking shared libraries against static ones
+  on FreeBSD, GNU/Linux, GNU Hurd and Solaris
 * Support for linking DLLs on Win32
 * New `clean' mode to delete uninstalled files.
 * New demos and tests
 * Various bugfixes
 \f
-New in 1.3.3: 1999-06-2?, CVS version 1.3.2a, Libtool team:
+New in 1.3.3: 1999-07-0?, CVS version 1.3.2a, Libtool team:
 * New `-dlpreopen force' flag to ensure that
   lt_preloaded_symbols is always defined.
 * Work around self-dlclose bug in FreeBSD 3.1.
index 5c407058484b357f7e4ea4ee8bd46c20fcda5cb2..3854c435426744eb8fcc19cec2c91e76a753e934 100644 (file)
@@ -1,6 +1,6 @@
 /* foo.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 62590b7fc066b787c3ffb50b8de69e3d6e04154b..48dc9127ed52940c517e13d6d48c6ce4f6a83546 100644 (file)
@@ -1,6 +1,6 @@
 /* foo.h -- interface to the libfoo* libraries
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index de84ba4390077ca872035416e4ceef4c5f70b381..89da831bbf4113c15b67a79d2c47dace408c23d2 100644 (file)
@@ -1,6 +1,6 @@
 /* main.c -- cdemo test program
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 660f3283ebe53f988eb04c8ca1b048ea824f29bf..af035a75a6b34f2fb8f9c14f3a4308dff47f68d5 100644 (file)
@@ -1,5 +1,5 @@
 /* l1.c -- trivial test library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 0287a1407861fedfcb35fb77376fab4b8d400b92..fa70bb8b023b14fcc7e36dfa2b33248faffb8550 100644 (file)
@@ -1,5 +1,5 @@
 /* l1.h -- interface to a trivial library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index b128286358afe101f9f4565912a53700082f7a4c..c6f18338cb0fda1887576e933a897bcda44b6843 100644 (file)
@@ -1,5 +1,5 @@
 /* l2.c -- trivial test library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 9ccd8331ef6a3a7a686eaf3010d98200767309d3..893e26bde6d0b6fc583f4761ad77c0db80419777 100644 (file)
@@ -1,5 +1,5 @@
 /* l2.h -- interface to a trivial library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 10909c52fece5ff763e4582838a352278fdd261b..50ca3be9403a9b7d9eb4df71683dac5db7db0134 100644 (file)
@@ -1,5 +1,5 @@
 /* l3.c -- trivial test library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 2069c51b6e554171f56130ac0ad62d0402cfab49..d9b79fb081e2171ddb15b38c2ca9fa2b1b291d43 100644 (file)
@@ -1,5 +1,5 @@
 /* l3.h -- interface to a trivial library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 749c759efc1ec1dfe4e493bb738dedc0815e81fb..a27ec7b71caf6997ba553136ab0c6b60e92f1e06 100644 (file)
@@ -1,5 +1,5 @@
 /* l4.c -- trivial test library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index b0099af82f7b6cd4ae001369191a62c86b4a89ec..17ab6ea2201608d560217693c243dd8ab99633f0 100644 (file)
@@ -1,5 +1,5 @@
 /* l4.h -- interface to a trivial library
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 9eb1582f19434fa213c9c21a30ce8dcb19df0d76..1157cc3e1015d14a86de53ff66c42f6c732d41d6 100644 (file)
@@ -1,5 +1,5 @@
 /* main.c -- inter-library dependency test program
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 41f704b599e0f9e8197e654d3aca038d204ac145..40dcfbd4f5c1c81736cc04cf863074cabf103b01 100644 (file)
@@ -1,5 +1,5 @@
 /* sysdep.h -- system dependent declarations
-   Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+   Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index d4aecefdb7c94a905267db1b4588c62b4e4ba542..5e9780abf02f9fdf9f56f03ea86a091723f438cf 100644 (file)
@@ -38,7 +38,7 @@ i*86-*-freebsd2.2.8             gcc      1.2f     ok
 i*86-*-freebsd2.2.6             gcc      1.3b     ok
   (egcs-1.1 & gcc-2.7.2.1, native ld)
 i*86-*-freebsd2.1.5             gcc      0.5      ok
-i*86-*-gnu                      gcc      1.3.2    ok
+i*86-*-gnu                      gcc      1.3.3    ok
 i*86-*-netbsd1.4                gcc      1.3      ok
   (egcs-1.1.1)
 i*86-*-netbsd1.3.3              gcc      1.3      ok
index 7a5af2ab178b027500208d91759c47c323e3eaf9..704f213a30886628c9ffa56124a58793308b809b 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.c -- system independent dlopen wrapper
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This library is free software; you can redistribute it and/or
index bebbc6d2f8557e84ada39544fb9453fb056390a3..48b1addeadec8ea4751f8e21f96b0d3b7b3410b0 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.h -- generic dlopen functions
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This library is free software; you can redistribute it and/or
index 1b5d2958485267dfb439e0091c542f64b723b091..807bff95e2567316fa3c15b2c61c0bff9ba83ead 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2338,7 +2338,7 @@ EOF
        test "$relink" = no && shlibpath="$compile_shlibpath$shlibpath" 
        if test -n "$shlibpath"; then
          eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
-       fi
+       fi
   
        # Get the real and link names of the library.
        eval library_names=\"$library_names_spec\"
index 62590b7fc066b787c3ffb50b8de69e3d6e04154b..48dc9127ed52940c517e13d6d48c6ce4f6a83546 100644 (file)
@@ -1,6 +1,6 @@
 /* foo.h -- interface to the libfoo* libraries
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index d84233cadddc0199b5dbf2ae3d32646cd2e25ebc..a6a28dd2c012f155d405090c47b581335c9e3df1 100644 (file)
@@ -1,6 +1,6 @@
 /* foo1.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 4c8ddcc0290ef33da904b267802c9bdfb791803b..a747d4c69f5d0eedd5a2dae2f16223ddb28d4622 100644 (file)
@@ -1,6 +1,6 @@
 /* foo2.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 34e942df7f7c574ad51a15b2635e7718508e8ad2..afe02a2d1362426d5ba58aeedeac92f1200ea516 100644 (file)
@@ -1,6 +1,6 @@
 /* main.c -- mdemo test program
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify