From: Thomas Tanner Date: Thu, 1 Jul 1999 14:48:06 +0000 (+0000) Subject: * NEWS: updated X-Git-Tag: release-1-3b~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f8de2c2fc9ec9693f9131adea04851a8f95a158;p=thirdparty%2Flibtool.git * NEWS: updated * doc/PLATFORMS: updated * changed my email address --- diff --git a/ChangeLog b/ChangeLog index 91b5632ee..de8b2c522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-01 Thomas Tanner + + * NEWS: updated + * doc/PLATFORMS: updated + * changed my email address + 1999-06-30 Thomas Tanner * demo/foo.h: use LT_PARAMS instead of LTDL_PARAMS (this is not libltdl) diff --git a/NEWS b/NEWS index 0aa9f1f75..7840811ce 100644 --- 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 -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. diff --git a/cdemo/foo.c b/cdemo/foo.c index 5c4070584..3854c4354 100644 --- a/cdemo/foo.c +++ b/cdemo/foo.c @@ -1,6 +1,6 @@ /* foo.c -- trivial test library Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/cdemo/foo.h b/cdemo/foo.h index 62590b7fc..48dc9127e 100644 --- a/cdemo/foo.h +++ b/cdemo/foo.h @@ -1,6 +1,6 @@ /* foo.h -- interface to the libfoo* libraries Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/cdemo/main.c b/cdemo/main.c index de84ba439..89da831bb 100644 --- a/cdemo/main.c +++ b/cdemo/main.c @@ -1,6 +1,6 @@ /* main.c -- cdemo test program Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l1/l1.c b/depdemo/l1/l1.c index 660f3283e..af035a75a 100644 --- a/depdemo/l1/l1.c +++ b/depdemo/l1/l1.c @@ -1,5 +1,5 @@ /* l1.c -- trivial test library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l1/l1.h b/depdemo/l1/l1.h index 0287a1407..fa70bb8b0 100644 --- a/depdemo/l1/l1.h +++ b/depdemo/l1/l1.h @@ -1,5 +1,5 @@ /* l1.h -- interface to a trivial library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l2/l2.c b/depdemo/l2/l2.c index b12828635..c6f18338c 100644 --- a/depdemo/l2/l2.c +++ b/depdemo/l2/l2.c @@ -1,5 +1,5 @@ /* l2.c -- trivial test library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l2/l2.h b/depdemo/l2/l2.h index 9ccd8331e..893e26bde 100644 --- a/depdemo/l2/l2.h +++ b/depdemo/l2/l2.h @@ -1,5 +1,5 @@ /* l2.h -- interface to a trivial library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l3/l3.c b/depdemo/l3/l3.c index 10909c52f..50ca3be94 100644 --- a/depdemo/l3/l3.c +++ b/depdemo/l3/l3.c @@ -1,5 +1,5 @@ /* l3.c -- trivial test library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l3/l3.h b/depdemo/l3/l3.h index 2069c51b6..d9b79fb08 100644 --- a/depdemo/l3/l3.h +++ b/depdemo/l3/l3.h @@ -1,5 +1,5 @@ /* l3.h -- interface to a trivial library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l4/l4.c b/depdemo/l4/l4.c index 749c759ef..a27ec7b71 100644 --- a/depdemo/l4/l4.c +++ b/depdemo/l4/l4.c @@ -1,5 +1,5 @@ /* l4.c -- trivial test library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/l4/l4.h b/depdemo/l4/l4.h index b0099af82..17ab6ea22 100644 --- a/depdemo/l4/l4.h +++ b/depdemo/l4/l4.h @@ -1,5 +1,5 @@ /* l4.h -- interface to a trivial library - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/main.c b/depdemo/main.c index 9eb1582f1..1157cc3e1 100644 --- a/depdemo/main.c +++ b/depdemo/main.c @@ -1,5 +1,5 @@ /* main.c -- inter-library dependency test program - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/depdemo/sysdep.h b/depdemo/sysdep.h index 41f704b59..40dcfbd4f 100644 --- a/depdemo/sysdep.h +++ b/depdemo/sysdep.h @@ -1,5 +1,5 @@ /* sysdep.h -- system dependent declarations - Copyright (C) 1998-1999 Thomas Tanner + Copyright (C) 1998-1999 Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/doc/PLATFORMS b/doc/PLATFORMS index d4aecefdb..5e9780abf 100644 --- a/doc/PLATFORMS +++ b/doc/PLATFORMS @@ -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 diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index 7a5af2ab1..704f213a3 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -1,6 +1,6 @@ /* ltdl.c -- system independent dlopen wrapper Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This library is free software; you can redistribute it and/or diff --git a/libltdl/ltdl.h b/libltdl/ltdl.h index bebbc6d2f..48b1addea 100644 --- a/libltdl/ltdl.h +++ b/libltdl/ltdl.h @@ -1,6 +1,6 @@ /* ltdl.h -- generic dlopen functions Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This library is free software; you can redistribute it and/or diff --git a/ltmain.in b/ltmain.in index 1b5d29584..807bff95e 100644 --- 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\" diff --git a/mdemo/foo.h b/mdemo/foo.h index 62590b7fc..48dc9127e 100644 --- a/mdemo/foo.h +++ b/mdemo/foo.h @@ -1,6 +1,6 @@ /* foo.h -- interface to the libfoo* libraries Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/mdemo/foo1.c b/mdemo/foo1.c index d84233cad..a6a28dd2c 100644 --- a/mdemo/foo1.c +++ b/mdemo/foo1.c @@ -1,6 +1,6 @@ /* foo1.c -- trivial test library Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/mdemo/foo2.c b/mdemo/foo2.c index 4c8ddcc02..a747d4c69 100644 --- a/mdemo/foo2.c +++ b/mdemo/foo2.c @@ -1,6 +1,6 @@ /* foo2.c -- trivial test library Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify diff --git a/mdemo/main.c b/mdemo/main.c index 34e942df7..afe02a2d1 100644 --- a/mdemo/main.c +++ b/mdemo/main.c @@ -1,6 +1,6 @@ /* main.c -- mdemo test program Copyright (C) 1998-1999 Free Software Foundation, Inc. - Originally by Thomas Tanner + Originally by Thomas Tanner This file is part of GNU Libtool. This program is free software; you can redistribute it and/or modify