Re: correct erroneous comment for LTDL_CONVENIENCE [libtool--gary--1.0--patch-29]

2005-08-28 Thread Gary V. Vaughan
Hi Ralf, On 10 May 2005, at 11:45, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, May 06, 2005 at 07:50:17PM CEST: Okay to commit to HEAD and branch-2-0? * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE): Fix the comment to not pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here

FYI: ensure $MV is set before each use [libtool--devo--1.0--patch-238]

2005-08-28 Thread Gary V. Vaughan
-30 M libltdl/m4/libtool.m4 M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> Some macros had relied on accidentally correct ordering in order for $MV to be defined before use. Factor out setting of some commo

Re: ensure $MV is set before each use [libtool--gary--1.0--patch-30]

2005-08-28 Thread Gary V. Vaughan
Hallo Ralf, Exorcising some ancient unmerged patches and related posts... On 10 May 2005, at 09:53, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sat, May 07, 2005 at 04:30:46PM CEST: Okay to commit to HEAD and branch-2-0? Some macros had relied on accidentally correct ordering in

Re: remove unneeded deplib loops

2005-08-28 Thread Gary V. Vaughan
Hi Peter, On 28 Aug 2005, at 23:54, Peter O'Gorman wrote: Gary V. Vaughan wrote: When was that loop added? I can't find it now. (And that -all_load is gone for a year, right?) It was added for in May 2002. <http://savannah.gnu.org/support/index.php? func=detailitem&item

Re: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf, On 29 Aug 2005, at 07:25, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sun, Aug 28, 2005 at 10:56:24PM CEST: On 28 Aug 2005, at 20:26, Ralf Wildenhues wrote: Why, oh why wait another minute for bootstrap to finish? It's not like this would be the first work-aroun

Re: ensure $MV is set before each use [libtool--gary--1.0--patch-30]

2005-08-29 Thread Gary V. Vaughan
his kind of profiling. We can revisit the issue then if it hasn't been addressed already. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= ht

Re: correct erroneous comment for LTDL_CONVENIENCE [libtool--gary--1.0--patch-29]

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf, On 29 Aug 2005, at 07:37, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 01:09:54AM CEST: The documentation in branch-1-5 is misleading. HEAD and branch-1-5 both do the AC_SUBSTs, but the wording in the docs for HEAD is much clearer (I can't find when

Re: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
bootstrap', FWIW. K. Can you add that (either/or) and commit your original patch please? Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL PROTECTED] Research Scientist ( '/ http://www.tkd.kicks-ass.net GNU Hacker / )= http://

Re: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf, On 29 Aug 2005, at 13:53, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 02:26:16PM CEST: On 29 Aug 2005, at 12:53, Ralf Wildenhues wrote: But you can't expect plain "configure" without options to work. And I test on real-world systems whe

Re: FYI: libtool--devo--1.0--patch-195

2005-08-29 Thread Gary V. Vaughan
Hi Peter, More context please :-) On 29 Aug 2005, at 15:36, Peter O'Gorman wrote: Gary V. Vaughan wrote: Applied to HEAD. Referring to this? * config/ltmain.m4sh (func_mode_link) : Add missing bit from Christoph's patch. from Andreas Schwab <[EMAIL PROTECTED]> Th

Re: FYI: HEAD: workaround for released autotools

2005-08-29 Thread Gary V. Vaughan
Hallo Ralf! On 29 Aug 2005, at 14:58, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 03:39:04PM CEST: On 29 Aug 2005, at 13:53, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Aug 29, 2005 at 02:26:16PM CEST: On 29 Aug 2005, at 12:53, Ralf Wildenhues wrote

Re: FYI: libtool--devo--1.0--patch-195

2005-08-29 Thread Gary V. Vaughan
Hi Peter, On 29 Aug 2005, at 15:52, Peter O'Gorman wrote: Gary V. Vaughan wrote: Gah! I'm lost... These are connected somehow? :-( heheh, Hi Gary, sorry. No problem. I'm attempting to remove unneeded loops, in case you hadn't guessed and I noticed this: # The

FYI: remove duplicate --disable-libtool-lock decl [libtool--devo--1.0--patch-243]

2005-08-30 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/libtool.m4 (_LT_SETUP): Remove duplicate --enable-libtool-lock declaration. --- orig/libltdl/m4/libtool.m4 +++ mod/libltdl/m4/libtool.m4 @@ -229,11 +229,6 @@ ;; esac -AC_ARG_ENABLE([libtoo

Re: HEAD: bootstrap failure

2005-08-30 Thread Gary V. Vaughan
rting your patch and rebootstrapping. My guess is that it will work just fine now... Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technic

use --enable-pic [libtool--gary--1.0--patch-32]

2005-08-30 Thread Gary V. Vaughan
... (_LT_ENABLE_PIC): ...this. Adjust all callers. The configure option is now `--enable-pic', since `--with-pic' implies that the user wants to compile in an optional external package called pic. * doc/libtool.texi: Update documentation to match. - -- Gary V. Vaughan ())

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-08-30 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 01:30:35PM CEST: This patch continues to support --with{,out}-pic[={yes,no,both}, but only advertises the more compliant --enable-pic in the calling configure --help text. There is no patch attached to your mail. Okay

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Gary V. Vaughan
I'm not sure why I committed before I'd finished this :-( Back to work today, so no time to generate a proper patch, sorry. HTH, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )=

FYI: fix AC_LIBTOOL_PICMODE compatibility [libtool--devo--1.0--patch-244]

2005-08-30 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_PIC_MODE): Renamed... (AC_LIBTOOL_PICMODE): ...this in the backwards compatibility code. There never was an AC_LIBTOOL_PIC_MODE macro. --- orig/libltdl/m4/ltoptions.m4 +++ mod/l

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-08-30 Thread Gary V. Vaughan
Hallo Ralf, Thanks for the review. So much for my thinking this was a quick 5-minute patch, eh? ;-) Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 02:42:00PM CEST: Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 01:30:35PM CEST: This patch

use --enable-pic (part deux) [libtool--gary--1.0--patch-33]

2005-08-30 Thread Gary V. Vaughan
ually match the new syntax. * NEWS: Update. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.co

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Gary V. Vaughan
Oops, sorry. Typo alert: Gary V. Vaughan wrote: # _LT_SET_OPTION(NAME) # -- # Set option NAME, and if there is a matching handler defined, # dispatch to it. Other NAMEs are saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1]))dnl m4_ifdef

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 04:23:11PM CEST: >Back to work today, so no time to generate a proper patch, sorry. Here you go. Thankyou :-D Just a slight cleanup of your suggestion. Changes: change m4_fatal to m4_warn, because we want to be forw

Re: HEAD: Kill two showstoppers at once

2005-08-30 Thread Gary V. Vaughan
On 30 Aug 2005, at 17:51, Ralf Wildenhues wrote: Hi Gary, Hawdy! * Gary V. Vaughan wrote on Tue, Aug 30, 2005 at 06:31:42PM CEST: Ralf Wildenhues wrote: Just a slight cleanup of your suggestion. Changes: change m4_fatal to m4_warn, because we want to be forward compatible, Agreed. I

Re: FYI: HEAD: Kill two showstoppers at once

2005-08-31 Thread Gary V. Vaughan
this, with macro parameters. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobo

FYI: correct erroneous comment for LTDL_CONVENIENCE [libtool--devo--1.0--patch-239]

2005-08-31 Thread Gary V. Vaughan
-29 M libltdl/m4/ltdl.m4 M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4 (LTDL_CONVENIENCE): Fix the comment to not pretend that LIBLTDL and LTDLINCL are not AC_SUBSTed here. 2005-08-29

Re: more bugs in branch-2-0/HEAD

2005-08-31 Thread Gary V. Vaughan
Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

Re: more bugs in branch-2-0/HEAD

2005-08-31 Thread Gary V. Vaughan
Hi Peter, Peter O'Gorman wrote: Gary V. Vaughan wrote: | I would deprecate the old api: | | lt_dlcaller_id lt_dlcaller_register (void); | | And make the new call: | | lt_dlcaller_id lt_dlcaller_register_iface (const char *... | | This should be a simple matter of tweaking the

fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-08-31 Thread Gary V. Vaughan
Okay to commit to HEAD? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. Cheers, Gary. -- Gary V. Vaughan ())_. gary@ {lilith.warpmail.net,gnu.org},[EMAIL

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: Okay to commit to HEAD? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Noah Misch wrote on Tue, Aug 30, 2005 at 07:26:14PM CEST: On Tue, Aug 30, 2005 at 12:30:35PM +0100, Gary V. Vaughan wrote: * libltdl/m4/options.m4 (_LT_WITH_PIC): Renamed... (_LT_ENABLE_PIC): ...this. Adjust all callers. The configure option

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38..39]

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 11:09:31AM CEST: Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Sep 01, 2005 at 03:45:03AM CEST: Okay to commit to HEAD? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in

FYI: use correct --with{, out}-pic in docs [libtool--devo--1.0--patch-247]

2005-09-01 Thread Gary V. Vaughan
]/patch-log/patch-32 M doc/libtool.texi M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * doc/libtool.texi (LT_INIT): Fix a logical error with documentation of --with-pic vs --without-pic. --- orig/doc/libtoo

fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38]

2005-09-01 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org

Re: FYI: use correct --with{, out}-pic in docs [libtool--devo--1.0--patch-247]

2005-09-01 Thread Gary V. Vaughan
Gary V. Vaughan wrote: Applied to HEAD and branch-1-5. from Gary V. Vaughan <[EMAIL PROTECTED]> * doc/libtool.texi (LT_INIT): Fix a logical error with documentation of --with-pic vs --without-pic. Err... AC_LIBTOOL_PICMODE is undocumented in branch-1-5, so there

Re: fix libtoolize scan of non-m4_include style aclocal.m4 [libtool--gary--1.0--patch-38]

2005-09-01 Thread Gary V. Vaughan
Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Aug 31, 2005 at 03:43:18PM CEST: * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. Did you mailnotify script go crazy now

Re: the ltdl issue(s)

2005-09-01 Thread Gary V. Vaughan
clean checkout of today's libtool cvs ( 2005-09-01 Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (func_scan_files): When searching for evidence of Autotools in aclocal.m4, be careful not to trip over requires and defuns. ) with current cvs autotools,

Re: HEAD: small fixes

2005-09-01 Thread Gary V. Vaughan
ds compatibility environment with progressively older autotools each installed to their own prefix, and a driver script that tries to bootstrap and distcheck libtool in each... I might work on it after the next alpha if the bug reports don't overwhelm us (yeah right!!). Cheers, Gar

put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Gary V. Vaughan
come first. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/aut

Re: put AC_BEFORE decls in the right place [libtool--gary--1.0--patch-41]

2005-09-02 Thread Gary V. Vaughan
On 2 Sep 2005, at 15:38, Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Fri, Sep 02, 2005 at 12:56:14PM CEST: Okay to commit? Yes, please! Done. Good catch -- how'd you find it? Trying to set up another AC_BEFORE to do the same thing by example for my current wo

FYI: put AC_BEFORE decls in the right place [libtool--devo--1.0--patch-253]

2005-09-02 Thread Gary V. Vaughan
tests/early-libtool.at A tests/link-order.at A {arch}/libtool/libtool--gary/libtool--gary--1.0/[EMAIL PROTECTED]/patch-log/patch-41 M libltdl/m4/libtool.m4 M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> AC_BEFORE only wo

allow user to override TAR command setting

2005-09-10 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? * libtoolize.m4sh (TAR): Allow the user to override the tar command. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )=

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-10 Thread Gary V. Vaughan
decreasing order of my personal preference) >>- remove use of iostream >>- do nothing and wait for bug reports to show up >>- use these tests there as well (at least in am-subdir.at). >> >>If nobody objects, I'll do the first. The first seems perfectly reasonable.

FYI: allow user to override TAR command setting [libtool--devo--1.0--patch-265]

2005-09-10 Thread Gary V. Vaughan
Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (TAR): Allow the user to override the tar command. --- orig/libtoolize.m4sh +++ mod/libtoolize.m4sh @@ -58,6 +58,8 @@ # # Report bugs to . +: ${TAR=tar} + PROGRAM=libtoolize AS_SHELL_SA

Re: Fix LT_WITH_LTDL: AU_ALIAS bug

2005-09-10 Thread Gary V. Vaughan
t; (LTDL_INSTALLABLE): Use m4_default instead of m4_if, to cope > with empty macro arguments. Use less quoting for expanded > LIBLTDL, LTDLINCL Cheers, Gary -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ h

Re: allow some more compiler flags through

2005-09-16 Thread Gary V. Vaughan
* libltdl/config/ltmain.m4sh (func_mode_link): Allow some > ARM gcc ABI flags through. > Reported by Andrés Moré <[EMAIL PROTECTED]>. Yes, please commit. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist

Re: libltdl/Makefile.in should be uptodate

2005-09-16 Thread Gary V. Vaughan
cd $(srcdir)/libltdl && $(AUTOMAKE) Makefile > > +# We want the libltdl files to be uptodate as much as possible "up to date" is 3 separate words. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kick

Re: config.h inclusion

2005-09-16 Thread Gary V. Vaughan
t; libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h, > libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h: > Adjusted. Yes please! That's much neater, thanks! :-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Res

sync m4sh utilities from upstream [libtool--devo--1.0--patch-272]

2005-09-16 Thread Gary V. Vaughan
func_fastopt function. * tests/getopt.at: New tests for func_getopt(). * tests/testsuite.at: Include them. * Makefile.am: Use them. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )=

Re: sync m4sh utilities from upstream [libtool--devo--1.0--patch-272]

2005-09-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, > * Gary V. Vaughan wrote on Fri, Sep 16, 2005 at 09:24:32PM CEST: > >>Okay to commit? >> >> * clcommit.m4sh, libltdl/config/general.m4sh, >> libltdl/config/getopt.m4sh, libltdl/config/mailnotify.m4

Re: more bugs in branch-2-0/HEAD

2005-09-17 Thread Gary V. Vaughan
btool-2.0 version of libltdl... And that falls in the remit of the LT_WITH_LTDL rewrite I'm working on at the moment. Gah! :o) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker

Re: more bugs in branch-2-0/HEAD

2005-09-17 Thread Gary V. Vaughan
Summary: I move to strike the lt_dlcaller_register api change from the list of release blockers. From the list of known bugs altogether in fact. Read on to find out why... Gary V. Vaughan wrote: > Peter O'Gorman wrote: > >> Gary V. Vaughan wrote: >> >> |

Re: more bugs in branch-2-0/HEAD

2005-09-17 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hi Ralf! > * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 03:14:12PM CEST: >>I move to strike the lt_dlcaller_register api change from the list of >>release blockers. From the list of known bugs altogether in fact. Read >>on to

Re: more bugs in branch-2-0/HEAD

2005-09-17 Thread Gary V. Vaughan
to not trip up our alpha testers by trying to save a few numbers - we have an infinite supply after all ;-) Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www

rename troublesome ltdl apis [libtool--devo--1.0--patch-275]

2005-09-17 Thread Gary V. Vaughan
argument version, adding a deprecation warning. (lt_dlinterface_register, lt_dlinterface_set_data) (lt_dlinterface_get_data): New names. * Makefile.am (VERSION_INFO): Bumped. * doc/libtool.texi (User defined module data): Updated. - -- Gary V. Vaughan

276-gary-remove-unusable-deprecated-ltdl-apis.diff

2005-09-17 Thread Gary V. Vaughan
-- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,5 +1,11 @@ 2005-09-17 Gary V. Vaughan <[EMAIL PROTECTED]> + * libltdl/ltdl.h (lt_ptr, lt_dlmutex_register, lt_dlmutex_lock) + (lt_dlmutex_unlock, lt_dlmutex_seterror, lt_dlmutex_geterror) +

277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-09-17 Thread Gary V. Vaughan
+ libtool--devo--1.0/ChangeLog @@ -1,3 +1,14 @@ +2005-09-18 Gary V. Vaughan <[EMAIL PROTECTED]> + + * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed. + * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_next) + (lt_dlhandle_find, lt_dlforeach): Removed... +

Re: release policy [was more bugs in branch-2-0/HEAD]

2005-09-18 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 10:35:32PM CEST: >>Charles Wilson wrote: >> >>>Huh? Right now (on cygwin) the shared library built by 1.5.x libtool is >>>"cygltdl-3.dll" (e.g. current - age == 3). >>> &g

Re: rename troublesome ltdl apis [libtool--devo--1.0--patch-275]

2005-09-18 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 10:05:48PM CEST: >> * libltdl/ltdl.c (lt_dlcaller_register, lt_dlcaller_set_data) >> (lt_dlcaller_get_data): Renamed to avoid problems with module >> visibilty when linked with

Re: 276-gary-remove-unusable-deprecated-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf! > * Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 12:31:56AM CEST: > >>Okay to apply? >> >>Since we are explicity no longer supporting applications that don't >>update to the new API with libtool-2.0, I've

Re: release policy

2005-09-18 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, > * Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 11:30:32AM CEST: > >>I propose that we move from a feature driven release policy to a time >>based one. After 2.0, we should aim for a stable release (say) every >>3 month

277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
files changed, 126 insertions(+), 168 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,3 +1,14 @@ +2005-09-18 Gary V. Vaughan <[EMAIL P

Re: release policy

2005-09-18 Thread Gary V. Vaughan
Hi Peter, Peter O'Gorman wrote: > Gary V. Vaughan wrote: > |>>We can always choose to stick with a troublesome stable branch for > |>>longer if it turns out to need more work to iron out any bugs and > |>>regressions rather than ploughing on with an

Re: release policy

2005-09-18 Thread Gary V. Vaughan
Hi Ralf, [dropping Chuck from Cc: list, as he surely reads the list and likely doesn't want a copy of all of this in his INBOX too...] Ralf Wildenhues wrote: > Hi Gary, > > * Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 01:38:30PM CEST: > >>Ralf Wildenhues wrote:

Re: release policy

2005-09-18 Thread Gary V. Vaughan
to aim at 4 useful releases per year? I really do think it will help to get useful releases out if we agree how often we'd like to do them. No deadline, no commitment, no promise, just a vague notion that it would be nice for our users to have that many releases. Cheers, Gary.

Re: release policy

2005-09-18 Thread Gary V. Vaughan
Hi Bob, Bob Friesenhahn wrote: > On Sun, 18 Sep 2005, Gary V. Vaughan wrote: >> I mean to soy that it is easier to resist the temptation to push another >> patch into the tree when a future release date is looming. Having a 'can > > Does this mean that you are willing

275-gary-rename-some-troublesome-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
--devo--1.0/ChangeLog @@ -1,3 +1,12 @@ +2005-09-17 Gary V. Vaughan <[EMAIL PROTECTED]> + + * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid + problems with module visibilty when linked with programs + written for the old API. + (lt_dlinterface_register): Ne

Re: rename troublesome ltdl apis [libtool--devo--1.0--patch-275]

2005-09-18 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: >>* Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 11:52:06AM CEST: >> >>>Only the same arguments we both put forth for changing the name of >>>lt_dlcaller_register -- forced to change function footprint to avoid >>>problem

Re: rename troublesome ltdl apis [libtool--devo--1.0--patch-275]

2005-09-18 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, Thanks for reviewing. > * Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 11:52:06AM CEST: > >>Ralf Wildenhues wrote: >> >>>* Gary V. Vaughan wrote on Sat, Sep 17, 2005 at 10:05:48PM CEST: >>> >>>I do

276-gary-remove-unusable-deprecated-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
changed, 28 insertions(+), 82 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,5 +1,11 @@ 2005-09-17 Gary V. Vaughan <[EMAIL PROTEC

Re: release policy

2005-09-18 Thread Gary V. Vaughan
new features. Bob, that's really not fair! The reason 1.4 didn't do extra C++ and f77 tests was because it only supported C!!! The multi-language-branch merge was the driver for bumping the release number to 1.5 -- a mere 2.5 years ago. Cheers, Gary. -- Gary V. Vaughan ())_.

277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-09-18 Thread Gary V. Vaughan
changed, 123 insertions(+), 167 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,3 +1,14 @@ +2005-09-18 Gary V. Vaughan <[EMAIL PROTEC

279-gary-fix-bootstrap-clobber.diff

2005-09-22 Thread Gary V. Vaughan
insertions(+), 2 deletions(-) Index: libtool--devo--1.0/ChangeLog === --- libtool--devo--1.0.orig/ChangeLog +++ libtool--devo--1.0/ChangeLog @@ -1,3 +1,8 @@ +2005-09-22 Gary V. Vaughan <[EMAIL PROTECTED]> + + * bootstrap: D

FYI: 279-gary-fix-bootstrap-clobber.diff [libtool--devo--1.0--patch-283]

2005-09-22 Thread Gary V. Vaughan
tool versions. rm -f acinclude.m4 libltdl/config.h - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(

Re: Libtool stresstest.at segfault on Cygwin/MinGW

2005-09-22 Thread Gary V. Vaughan
. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook signature.asc Description: OpenPGP digital signature

278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
n idioms for storing autoconf macros: + $opt_quiet || \ +if test -z "$macrodir$ltdldir" && $seen_autoconf; then + if test x"$m4dir" = x.; then +func_echo "add \`AC_CONFIG_MACRO_DIR([m4])' to $configure_ac to store autoconf macros" +

279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-23 Thread Gary V. Vaughan
e suggestions for avoiding duplicate files in a project - # that uses libltdl: - if test -n "$ltdldir" && $seen_autoconf; then -$opt_quiet || test "$ltdldir/config" = "$auxdir" || \ - func_echo "consider using \`AC_CONFIG_AUX_DIR([[$ltdldir

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-23 Thread Gary V. Vaughan
ChangeLog: Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4: Bump serial as we are changing the interface. (LT_CONFIG_LTDL_DIR): New macro to centralise setting the subdirectory used for l

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Gary V. Vaughan wrote: Okay to commit? Hmmm... lost the ChangeLog for some reason. Here it is: Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (func_scan_files): Support projects that have upgraded libtool, but still use

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Fri, Sep 23, 2005 at 02:17:43PM CEST: For users that have an old style configure.in without AC_CONFIG_MACRO_DIR, and who don't use Automake (hence no `ACLOCAL_AMFLAGS = -I m4'), libtoolize currently refuses t

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Sep 23, 2005 at 03:49:34PM CEST: Here is the scenario (I'm polishing a test that does this atm): Say I want to start to update the configury on my old non-automake project, starting with libtool -- considering our exce

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-23 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Fri, Sep 23, 2005 at 02:26:24PM CEST: Here is the first part of the patch series to fix the LT_WITH_INIT interfaces. Okay to commit? This changeset brings some sanity to tracking the directory name for libltdl sources

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-23 Thread Gary V. Vaughan
s(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (func_scan_files): Support projects that have upgraded libtool, but still use an old autoconf. When the libtool macros are not copied (because of m

Re: link-order: skip grep on AIX

2005-09-23 Thread Gary V. Vaughan
Ralf Wildenhues wrote: OK to commit? * tests/link-order.at [ aix* ]: skip path syntax grep. Yes please! Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gn

FYI: rename some troublesome ltdl apis [libtool--devo--1.0--patch-293]

2005-09-27 Thread Gary V. Vaughan
libltdl/libltdl/lt__private.h M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems with module visibilty when linked with programs written for the o

FYI: rename some troublesome ltdl apis [libtool--devo--1.0--patch-293]

2005-09-27 Thread Gary V. Vaughan
libltdl/libltdl/lt__private.h M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/ltdl.c (lt_dlcaller_register): Renamed to avoid problems with module visibilty when linked with programs written for the o

281-gary-fixup-ltdl-symbolnames.diff

2005-09-27 Thread Gary V. Vaughan
Okay to apply to HEAD? Symbol naming convention nit. libltdl/lt_error.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/lt_error.c (lt__last_error, lt__error_strings

FYI: remove unusable deprecated ltdl apis [276]

2005-09-27 Thread Gary V. Vaughan
* modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/ltdl.h (lt_dlmutex_register, lt_dlmutex_lock) (lt_dlmutex_unlock, lt_dlmutex_seterror, lt_dlmutex_geterror) (lt_dlmalloc, lt_dlrealloc, lt_dlfree): Remove deprecate

Re: Version api [was 276-gary-remove-unusable-deprecated-ltdl-apis.diff]

2005-09-27 Thread Gary V. Vaughan
o, so perhaps we could find a way to push the range of supported interface numbers to the user at runtime. There is already ltversion.m4 which might be enough, or perhaps we could stand to enhance it and hang a configure time ltdl interface check macro? This all sounds like post 2.0 to me... Chee

FYI: fixup ltdl symbolnames [281]

2005-09-27 Thread Gary V. Vaughan
from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/lt_error.c (lt__last_error, lt__error_strings): The lt__ prefix is used to indicate internal symbols that are only exported for use by other parts of libltdl. These are now static, so... (last_error, error_s

Re: 277-gary-rename-remaining-troublesome-ltdl-apis.diff

2005-09-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Sun, Sep 18, 2005 at 02:30:03AM CEST: This fixes the remaining holes that allowed libltdl clients to stumble across each others' loaded modules. Of course, there is nothing to prevent clients from registering a

FYI: libtoolize without automake or AC_CONFIG_MACRO_DIR [278]

2005-09-27 Thread Gary V. Vaughan
libtoolize.m4sh M ChangeLog * modified files Index: Changelog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (func_scan_files): Support projects that have upgraded libtool, but still use an old autoconf. When the libtool macros are not copied (beca

279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-27 Thread Gary V. Vaughan
| 231 --- libtoolize.m4sh | 75 +--- 5 files changed, 253 insertions(+), 129 deletions(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/m4/ltdl.m4: Bump serial as we are changing the interface. (LT_C

Re: 278-gary-libtoolize-without-automake-or-AC_CONFIG_MACRO_DIR.diff

2005-09-28 Thread Gary V. Vaughan
> Hi Gary, Morning! > You already applied this patch. /me ducks > However, I had most of this done > before, so I'll post it nonetheless. :) Thanks. > * Gary V. Vaughan wrote on Fri, Sep 23, 2005 at 05:09:52PM CEST: > >>For users that have an o

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-29 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the review. New version of the patch attached. * Gary V. Vaughan wrote on Tue, Sep 27, 2005 at 03:36:43PM CEST: I'm not sure I understand how the aclocal.m4 problem came to be: (The aclocal.m4 problem is orthogonal; let's

280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
+ 3 files changed, 185 insertions(+), 1 deletion(-) Index: libtool--devo--1.0/ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/old-m4-iface.at: Start of a new test series for m4 interface backwards compatibility. * tests/testsuite.at: Use it. (ma

Re: 279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-29 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! I think I can discount the following points... plus an okay for your patch... I'll repost 279 later when I've worked out the remaining known bugs. * Gary V. Vaughan wrote on Thu, Sep 29, 2005 at 11:19:41AM CEST: Ralf Wildenhues wrote:

Re: 280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
Hi Peter! Peter Ekberg wrote: On Thu, Sep 29, 2005 at 05:10:47PM +0100, Gary V. Vaughan wrote: The other issue I found was the checking of stdout, which does not seem to be portable, but I think Ralf covered that in his review. I think Ralf just meant that I wasn't checking the return s

Re: 280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
Hi Peter, Thanks for the review! [[snip]] Peter Ekberg wrote: On Thu, Sep 29, 2005 at 03:35:37PM +0100, Gary V. Vaughan wrote: +AT_DATA([Makefile.in], +[[COMPILE = @CC@ @CPPFLAGS@ @CFLAGS@ +LINK = @CC@ @CFLAGS@ @LDFLAGS@ -o $@ + +all: [EMAIL PROTECTED]@ + [EMAIL PROTECTED]@: [EMAIL PROTECTED

Re: libltdl/Makefile.in DIST_COMMON issue

2005-09-29 Thread Gary V. Vaughan
o fix bugs once. I'll put it on my TODO list. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

Re: 280-gary-test-old-m4-interface.diff

2005-09-29 Thread Gary V. Vaughan
, [ignore]) > in one patch if you like, so don't bother fixing only these in this one. Yes please! (I just noticed the same thing while debugging this test actually). Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ ht

<    1   2   3   4   5   6   7   8   9   10   >