FYI: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-24 Thread Gary V. Vaughan
Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> Add a test to simulate a failure visible on systems which need a library prefix like 'lib', such as BeOS. Fix a number of bugs exposed by this test in order for it to pass.

FYI: 332-gary-g++-compatibility

2007-06-24 Thread Gary V. Vaughan
Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> Reenable compilation of libltdl with C++: * libltdl/ltdl.c (tryall_dlopen): Rename the try variable to attempt, and cast explicitly. (advise_dup): Add explicit cast.

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-24 Thread Gary V. Vaughan
Howdy Bob, On Jun 24, 2007, at 12:22 PM, Bob Friesenhahn wrote: Libtool has moved to a "Cathedral" model of development. I don't think it was always that way. There was a time when libtool was pretty rough around the edges and users did part of the testing, with lots of subsequent bug rep

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-24 Thread Gary V. Vaughan
Howdy Bob, On Jun 24, 2007, at 11:42 AM, Bob Friesenhahn wrote: On Sun, 24 Jun 2007, Ralf Wildenhues wrote: If we need to use pointers to void for hiding in external headers, then so be it. But most of the time I don't see why this: struct lt_foo; /* declaration only, no definition */ typ

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-24 Thread Gary V. Vaughan
Hallo Ralf, Thanks for the review :) On Jun 24, 2007, at 7:27 AM, Ralf Wildenhues wrote: Review for the remaining stuff: [ tryall_dlopen ] -const lt_dlvtable *vtable = 0; -lt_dlloader *loader = 0; +lt_dlloader loader = lt_dlloader_next (0); +const lt_dlvtable *loader_vtable;

Re: Quilt files in CVS?

2007-06-23 Thread Gary V. Vaughan
On Jun 23, 2007, at 4:52 PM, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Sat, Jun 23, 2007 at 07:33:37PM CEST: I'd like to commit the contents of my quilt .patches directory to CVS. It will make it easy for *anyone* to fish patches out of it and apply

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-23 Thread Gary V. Vaughan
Hallo Ralf, On Jun 23, 2007, at 2:06 PM, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sat, Jun 23, 2007 at 07:30:22PM CEST: May I humbly suggest that we go back to our older (faster) way of working where 72 hours after submission, it's okay to commit unless someone raises a co

Quilt files in CVS?

2007-06-23 Thread Gary V. Vaughan
All, I'd like to commit the contents of my quilt .patches directory to CVS. It will make it easy for *anyone* to fish patches out of it and apply them (with or without quilt) and maybe give feedback, as well as document what I'm working on. Any objections? (I've started my 72 hour timer! ;-)) C

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-23 Thread Gary V. Vaughan
On Jun 23, 2007, at 12:57 PM, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Sat, Jun 23, 2007 at 06:17:56PM CEST: On Jun 23, 2007, at 5:27 AM, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Jun 21, 2007 at 04:06:25AM CEST: I've retested now. Things

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-23 Thread Gary V. Vaughan
On Jun 23, 2007, at 5:27 AM, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Thu, Jun 21, 2007 at 04:06:25AM CEST: Anyway, your new test is failing on i686-pc-linux-gnu, log attached. Hmmm... thats pretty weird! It works for me, and the log you sent me seems as

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-06-20 Thread Gary V. Vaughan
On May 16, 2007, at 12:05 PM, Gary V. Vaughan wrote: On 10 May 2007, at 22:05, Gary V. Vaughan wrote: Anyway, your new test is failing on i686-pc-linux-gnu, log attached. Hmmm... thats pretty weird! It works for me, and the log you sent me seems as though the test program runs fine, but

Re: static library contains static library

2007-06-03 Thread Gary V. Vaughan
Hi Peter, On 3 Jun 2007, at 06:37, Peter O'Gorman wrote: On May 30, 2007, at 1:12 AM, Peter O'Gorman wrote: Well, I haven't found the cause of this yet, but here's a test case. It is fun to do ar -t libbar.a and see: __.SYMDEF SORTED libfoo.a bar.o libfoo.a because every libbar.a needs two

Re: [cygwin] cwrapper emits wrapper script

2007-06-03 Thread Gary V. Vaughan
Hi Chuck, On 1 Jun 2007, at 22:20, Charles Wilson wrote: On Fri, 25 May 2007 11:27:08 -0400, "Charles Wilson" said: On May 4, 2007, Charles Wilson wrote: Ping? http://lists.gnu.org/archive/html/libtool-patches/2007-04/ msg00088.html Ping. If it's Friday, it must be time for: Ping * 3.

Re: New libtool is in the GCC and Src trees.

2007-05-31 Thread Gary V. Vaughan
On 29 May 2007, at 02:24, Peter O'Gorman wrote: Or maybe Gary will pipe up and say "finished, nothing else will change!". Gary? Well, I'm certainly not planning on any more libltdl api changes before the next release from HEAD. But then again, that has been the case for some months now, an

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-22 Thread Gary V. Vaughan
Howdy Bob! On 22 May 2007, at 15:32, Bob Friesenhahn wrote: On Tue, 22 May 2007, Ralf Wildenhues wrote: Except for annoyance to the end-user, I was originally thinking that we don't need to distinguish. When the developer's libltdl client code calls lt_dladvise_global, we could have it emit a

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-22 Thread Gary V. Vaughan
On 22 May 2007, at 13:48, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, May 22, 2007 at 02:24:25PM CEST: On 22 May 2007, at 13:16, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, May 22, 2007 at 02:11:03PM CEST: I'm wondering how to best warn people who have their pr

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-22 Thread Gary V. Vaughan
Hallo Ralf, On 22 May 2007, at 13:16, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Tue, May 22, 2007 at 02:11:03PM CEST: I'm wondering how to best warn people who have their project build rely on RTLD_GLOBAL that what they are doing is inherently non-portable. Erm, relyi

FYI: 331-gary-lt_dladvise-test-portability

2007-05-22 Thread Gary V. Vaughan
Committed to HEAD: Index: libtool--devo--0/ChangeLog === --- libtool--devo--0.orig/ChangeLog +++ libtool--devo--0/ChangeLog @@ -1,3 +1,12 @@ +2007-05-22 Gary V. Vaughan <[EMAIL PROTECTED]> + + *

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-22 Thread Gary V. Vaughan
Hallo Ralf, On 22 May 2007, at 13:03, Ralf Wildenhues wrote: Not sure what you intend here. I don't see how libtool can automatically detect non-portability to happen here. If all you're out to is add a warning to the test source code, then sure, go ahead. I'm wondering how to best warn peop

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-22 Thread Gary V. Vaughan
On 22 May 2007, at 10:45, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Tue, May 22, 2007 at 11:38:02AM CEST: Looking at this again in the fresh light of day, I realised that the entire point of the moddepend test is to check that its unresolved symbols can be

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-22 Thread Gary V. Vaughan
Morgen Ralf, On 21 May 2007, at 18:20, Gary V. Vaughan wrote: * Gary V. Vaughan wrote on Tue, May 08, 2007 at 04:42:09PM CEST: That would defeat building moddepend with unresolved symbols at link time, so that we can test that it correctly calls the matching symbols from modglobal after

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-21 Thread Gary V. Vaughan
On 21 May 2007, at 17:15, Ralf Wildenhues wrote: Hello Gary, Apologies for the huge delay. Hallo Ralf, No problem. Life always seems to be an endless sink for my time too ;-) * Gary V. Vaughan wrote on Tue, May 08, 2007 at 04:42:09PM CEST: +for file in modresident modlocal modglobal

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-05-16 Thread Gary V. Vaughan
Hallo Ralf, On 10 May 2007, at 22:05, Gary V. Vaughan wrote: Anyway, your new test is failing on i686-pc-linux-gnu, log attached. Hmmm... thats pretty weird! It works for me, and the log you sent me seems as though the test program runs fine, but doesn't produce any output. Coul

Re: libltdl and dlopen global/local

2007-05-13 Thread Gary V. Vaughan
Hi Brian, Jeff, Ralf et al, On 11 May 2007, at 18:11, Brian Barrett wrote: On May 8, 2007, at 1:17 PM, Ralf Wildenhues wrote: Now that Gary has added interfaces to libltdl to control dlopen symbol locality: would it

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-05-10 Thread Gary V. Vaughan
Hallo Ralf, On 10 May 2007, at 19:13, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, May 10, 2007 at 12:49:22AM CEST: On 9 May 2007, at 22:13, Ralf Wildenhues wrote: Please repost with line wrapping fixed [...] There's no line wrapping in the copy the list sent to me...

Re: 330-gary-ltdl-vs-need-lib-prefix-unknown

2007-05-09 Thread Gary V. Vaughan
On 9 May 2007, at 22:13, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Wed, May 09, 2007 at 08:14:18PM CEST: Here is a patch to fix the last release blocking issue in the NEWS file. Thanks a lot. Please repost with line wrapping fixed, to facilitate applying the

330-gary-ltdl-vs-need-lib-prefix-unknown

2007-05-09 Thread Gary V. Vaughan
- libtool--devo--0.orig/ChangeLog +++ libtool--devo--0/ChangeLog @@ -1,5 +1,44 @@ 2007-05-09 Gary V. Vaughan <[EMAIL PROTECTED]> + Add a test to simulate a failure visible on systems which + need a library prefix like 'lib', such as BeOS. Fix a number +

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-09 Thread Gary V. Vaughan
Hi Bob, On 9 May 2007, at 03:27, Bob Friesenhahn wrote: On Tue, 8 May 2007, Gary V. Vaughan wrote: On 6 May 2007, at 21:57, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the review :-) Patch now committed to CVS. There is in fact a new bugglet due to this patch: gmake[3

Re: 329-gary-allow-RTLD_GLOBAL

2007-05-08 Thread Gary V. Vaughan
On 6 May 2007, at 21:57, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, Thanks for the review :-) Patch now committed to CVS. * Gary V. Vaughan wrote on Tue, May 01, 2007 at 04:33:37PM CEST: Sorry for the delay. Don't worry, and likewise. Thanks for the patch. Please ensure next

Re: Fix rebuilding rules of ltmain

2007-04-28 Thread Gary V. Vaughan
Hallo Ralf! On 28 Apr 2007, at 09:04, Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Fri, Apr 27, 2007 at 02:46:23PM CEST: On 27 Apr 2007, at 00:01, Ralf Wildenhues wrote: OK to apply?[...] This seems to more or less work with the make implementations of Solaris 10, AIX 4.3.3

Re: Fix rebuilding rules of ltmain

2007-04-27 Thread Gary V. Vaughan
Hallo Ralf, On 27 Apr 2007, at 00:01, Ralf Wildenhues wrote: OK to apply? With this, if only `ChangeLog' (and `configure.ac' for ltversion.in) are newer than the respective target, we avoid updating. This fixes the bug where touch $srcdir/libltdl/config/ltmain.m4sh # or edit otherwise would

Re: 329-gary-allow-RTLD_GLOBAL

2007-04-10 Thread Gary V. Vaughan
Hi Bob! On 10 Apr 2007, at 15:35, Bob Friesenhahn wrote: On Tue, 10 Apr 2007, Gary V. Vaughan wrote: int errors = 0; lt_dlhandle handle; lt_dladvise advise = lt_dladvise_init (); if (advise == 0) return 1; Not ideal. By comparing with zero there is an implicit assumption

Re: 329-gary-allow-RTLD_GLOBAL

2007-04-10 Thread Gary V. Vaughan
On 9 Apr 2007, at 13:03, Ralf Wildenhues wrote: * Bob Friesenhahn wrote on Sun, Apr 08, 2007 at 08:09:23PM CEST: pthread_mutex_t mutex; pthread_mutexattr_t attr; pthread_mutexattr_init(&attr); pthread_mutexattr_setpshared(&attr,PTHREAD_PROCESS_SHARED); pthread_mutex_init(&mutex, &attr); pthread_

Re: 329-gary-allow-RTLD_GLOBAL

2007-04-10 Thread Gary V. Vaughan
Hallo Ralf, On 8 Apr 2007, at 18:03, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sun, Apr 08, 2007 at 12:53:01PM CEST: On 8 Apr 2007, at 01:56, Bob Friesenhahn wrote: On Sun, 8 Apr 2007, Ralf Wildenhues wrote: Incidentally, I'm don't know whether it would be wiser to go from

Re: 329-gary-allow-RTLD_GLOBAL

2007-04-08 Thread Gary V. Vaughan
Hallo Ralf, Bob, On 8 Apr 2007, at 01:56, Bob Friesenhahn wrote: On Sun, 8 Apr 2007, Ralf Wildenhues wrote: First, many many thanks for attacking this. No problem. I plan to spend a day or so each week tackling all of the showstoppers so we can put out a final alpha release. Incidentally, I

329-gary-allow-RTLD_GLOBAL

2007-04-07 Thread Gary V. Vaughan
and lt_dlopenext are now wrappers around this new entrypoint. I didn't write the documentation yet incase the interface changes during patch review. If there are no comments over the next few days, I'll write those docs and commit. Cheers, Gary Index: ChangeLog from Gary

Re: cygpath usage

2007-03-30 Thread Gary V. Vaughan
Hallo Ralf, Salut Akim! On 29 Mar 2007, at 18:11, Ralf Wildenhues wrote: I'd welcome you to do to Libtool what you did to Autoconf some years ago. Rewrite the guts of it in Perl? Ai-ya! /me runs and hides. Cheers, Gary -- ())_. Email me: [EMAIL PROTECTED] ( '/

Re: 327-gary-clarify-libltdl-api-docs

2007-03-28 Thread Gary V. Vaughan
Hallo Ralf, On 28 Mar 2007, at 17:12, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Mar 28, 2007 at 01:55:02PM CEST: Whilst becoming reacquainted with the guts of libltdl in order to work on release blockers, I found myself rewriting this part of the HACKING file. Okay to

FYI: 327-gary-clarify-libltdl-api-docs

2007-03-28 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * HACKING (Abstraction layers in libltdl): Rewritten somewhat for (hopefully) better clarity. Index: H

327-gary-clarify-libltdl-api-docs

2007-03-28 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Whilst becoming reacquainted with the guts of libltdl in order to work on release blockers, I found myself rewriting this part of the HACKING file. Okay to commit to HEAD? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTEC

Re: open issues for HEAD (was: 326-gary-remove-stamp-vcl)

2007-03-26 Thread Gary V. Vaughan
Hallo Ralf, On 26 Mar 2007, at 22:03, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Mar 26, 2007 at 10:25:38PM CEST: Now, where is the list of issues that need to be worked on kept nowadays? Is http://wiki.azazil.net relevant anymore? Yes, mostly. I just marked that GNU make

Re: 326-gary-remove-stamp-vcl

2007-03-26 Thread Gary V. Vaughan
Hallo Ralf, On 26 Mar 2007, at 21:07, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Mar 26, 2007 at 09:56:14PM CEST: On 26 Mar 2007, at 19:13, Ralf Wildenhues wrote: Second, can we remove the `$target is up to date' output for all thingies? Please also update NEWS to reflect

FYI: 326-gary-remove-stamp-vcl

2007-03-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD, including changes suggested by Ralf. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> The stamp-vcl file rules caused non-gnu make programs to rerun parts of the configuration process on each invo

Re: 326-gary-remove-stamp-vcl

2007-03-26 Thread Gary V. Vaughan
On 26 Mar 2007, at 19:13, Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Mon, Mar 26, 2007 at 07:10:21PM CEST: Tested with vendor make on OSF/1 5.1, AIX 5.2, IRIX 6.5, HPUX 10.20 and Solaris 10. Apart from IRIX, VPATH builds also work from a fresh dist tarball on

326-gary-remove-stamp-vcl

2007-03-26 Thread Gary V. Vaughan
n for a VPATH and in-tree build on Linux, so there are no regressions. Okay to commit to HEAD? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> The stamp-vcl file rules caused non-gnu make programs to rerun parts of the configuration process on each invocatio

FYI: 325-gary-HACKING-license-rules-typo

2007-03-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * HACKING (LGPL with Libtool exception clause): Typo. Reported by Tim Van Holder <[EMAIL PROTECTED]> In

FYI: 306-gary-treat-argz-m4-like-ltdl-m4

2007-03-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Handle argz.m4 specially like ltdl.m4, so that it isn't copied unless libltdl is being used. Copy other macro file

306-gary-treat-argz-m4-like-ltdl-m4

2007-03-11 Thread Gary V . Vaughan
Repost, with correct changelog, and only affected files diffed. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Handle argz.m4 specially like ltdl.m4, so that it isn't copied unless libltdl is being used. Copy other macro files a

306-gary-treat-argz-m4-like-ltdl-m4

2007-03-10 Thread Gary V. Vaughan
t 2.0 before worrying about it some more, but just want to put my patch queue back in public view. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * tests/nonrecursive.at, tests/recursive.at, tests/standalone.at, tests/subproject.at: New tests to ensure that

307-gary-test-ltdl-dist-rules

2007-03-10 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I see that HEAD now does this correctly, but I don't see any regression tests. I've factored these from my earlier (Nov'05) patch. Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> *

FYI: 320-gary-align-libtoolize-help-output

2007-03-09 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Replace literal tab chars in help comment with spaces to align columns in --help output. Index: libtooliz

320-gary-align-libtoolize-help-output

2007-03-09 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh: Replace literal tab chars in help comment with spaces to align columns in --help output. Index: libtooliz

Re: 319-gary-refactor-m4sh-rules

2007-03-07 Thread Gary V. Vaughan
On 7 Mar 2007, at 09:54, Ralf Wildenhues wrote: Hello Gary, Hallo Ralf, I would like for 2.1b to be released when the libltdl memory fault on Cygwin is fixed and I've managed to put Charles' documentation patch into a somewhat more general form. And NEWS documents very clearly all other r

Re: 319-gary-refactor-m4sh-rules

2007-03-07 Thread Gary V. Vaughan
On 6 Mar 2007, at 14:23, Ralf Wildenhues wrote: Hello Gary, Hallo Ralf, Thanks for the review. * Gary V. Vaughan wrote on Tue, Mar 06, 2007 at 08:33:50PM CET: This makes code sharing with forthcoming func_version test cases easier. Okay to commit? IMHO this is definitely post 2.0: it

319-gary-refactor-m4sh-rules

2007-03-06 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This makes code sharing with forthcoming func_version test cases easier. Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> Factorize make rules used for m4sh sources: * Makefile.am (EXTR

FYI: 318-gary-fix-libtoolize-diagnostic-quotes

2007-03-05 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD as an obvious bugfix. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libtoolize.m4sh (func_check_macros): Display m4 quotes correctly in AC_CONFIG_MACRO_DIR diagnostics. Index: libtooliz

FYI: (Really) 317-gary-simplify-verbatim-shell-quoting.diff

2007-03-05 Thread Gary V. Vaughan
ed to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/config/general.m4sh (M4SH_VERBATIM): New macro to simplify m4sh quote quoting in blocks of raw shell code. * clcommit.m4sh, libtoolize.m4sh, libltdl/config/getopt.m4sh, lib

FYI: 317-gary-simplify-verbatim-shell-quoting.diff

2007-03-05 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. I've tweaked the quoting errors Ralf pointed out here: http://lists.gnu.org/archive/html/libtool-patches/2007-03/msg1.html Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/config/g

Re: 317-gary-simplify-verbatim-shell-quoting.diff

2007-03-05 Thread Gary V. Vaughan
On 5 Mar 2007, at 09:51, Ralf Wildenhues wrote: Hello Gary, Hallo Ralf! * Gary V. Vaughan wrote on Mon, Mar 05, 2007 at 11:46:59AM CET: The vast majority of this patch is the removal of extraneous m4 quotes enabled by adding and using the M4SH_VERBATIM macro to general.m4sh. Okay to

317-gary-simplify-verbatim-shell-quoting.diff

2007-03-05 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The vast majority of this patch is the removal of extraneous m4 quotes enabled by adding and using the M4SH_VERBATIM macro to general.m4sh. Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/

Re: 312-gary-add-license-url.diff

2007-02-28 Thread Gary V. Vaughan
Hallo Ralf, On 27 Feb 2007, at 23:48, Ralf Wildenhues wrote: /^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *// What's the first of these two lines good for? # clcommit (GNU cvs-utils) version 1.0 # Written by Gary V. Vaughan &l

Re: 312-gary-add-license-url.diff

2007-02-28 Thread Gary V. Vaughan
On 27 Feb 2007, at 23:48, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Wed, Feb 28, 2007 at 12:01:47AM CET: Note: adjust libltdl/config/getopt.m4sh:func_version() to compensate # func_version # Echo version message to

Re: 312-gary-add-license-url.diff

2007-02-27 Thread Gary V. Vaughan
On 26 Feb 2007, at 06:30, Eric Blake wrote: Any reason you didn't touch the copyright in all files? Worse, some of the files I touched were LGPL and needed a different url. Carefully auditing all of libtools files, we actually use seven different licenses. Before I dig in and edit all 200-o

Re: 312-gary-add-license-url.diff

2007-02-26 Thread Gary V. Vaughan
Hi Eric, On 26 Feb 2007, at 06:30, Eric Blake wrote: According to Gary V. Vaughan on 2/25/2007 11:26 PM: Okay to apply? Thunderbird refused to display your patch inline, since it had MIME type application/octet-stream instead of a text type. But I think you got this fixed in your later

Re: FYI: 313-gary-adjust-regexp-for-copyright

2007-02-26 Thread Gary V. Vaughan
Hallo Ralf, On 26 Feb 2007, at 10:40, Ralf Wildenhues wrote: IMHO the patch below produces a more readable Makefile.am file and is more maintainable wrt. the next FSF copyright text change. Would you disagree? If no, OK to apply? Oh I see. Sorry, I misunderstood. Yes, please go ahead. 20

Re: FYI: 313-gary-adjust-regexp-for-copyright

2007-02-26 Thread Gary V. Vaughan
Hallo Ralf, On 26 Feb 2007, at 01:11, Gary V. Vaughan wrote: On 26 Feb 2007, at 00:42, Ralf Wildenhues wrote: Why not let the match just look for the "DO NOT REMOVE THIS" line, just as is done some lines below? Good point. Please bear with me while I get my environment togethe

FYI: 315-gary-adjust-regexp-for-copyright-typo.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fix regexp typo. Index: Makefile.am ===

FYI: 314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directory for helper scripts. Index: clcommi

314-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFF4q2xFRMICSmD1gYRAkc0AJ9x9xpAUdc9HDsyDLE5QhEn7+4aaQCfcGXC qPMvGg1JPOJCdPtUhB80png= =UGTx -END PGP SIGNATURE- Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * clcommit.m4sh: Look in the right directo

Re: FYI: 313-gary-adjust-regexp-for-copyright

2007-02-26 Thread Gary V. Vaughan
On 26 Feb 2007, at 00:42, Ralf Wildenhues wrote: Hello Gary, Hallo Ralf, * Gary V. Vaughan wrote on Mon, Feb 26, 2007 at 09:40:18AM CET: Log Message: * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to match Copyright notice change below. No diff? Gah, it

1-gary-adjust-clcommit-subscript-directory.patch

2007-02-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay to commit? __ This patch notification generated by cvsapply version 0.14 http://savannah.gnu.org/projects/cvs-utils -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (Darwin) iD8DBQFF4p5YF

FYI: 313-gary-adjust-regexp-for-copyright

2007-02-26 Thread Gary V. Vaughan
CVSROOT:/sources/libtool TIMESTAMP: 1.2421 2007/02/26 08:40:20 Module name:libtool Changes by: [EMAIL PROTECTED] Log Message: * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to match Copyright notice change below.

(no subject)

2007-02-26 Thread Gary V. Vaughan
CVSROOT:/sources/libtool TIMESTAMP: 1.2420 2007/02/26 07:44:23 Module name:libtool Changes by: [EMAIL PROTECTED] Log Message: * HACKING, Makefile.am, Makefile.maint, bootstrap, libltdl/Makefile.am, libltdl/Makefile.inc, libltdl/m4/libtool.m4, ltmain.c,

Re: 312-gary-add-license-url.diff

2007-02-26 Thread Gary V. Vaughan
Hallo Ralf, On 25 Feb 2007, at 23:55, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Feb 26, 2007 at 08:34:32AM CET: On 25 Feb 2007, at 23:29, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Feb 26, 2007 at 07:26:28AM CET: Okay to apply? Yes. Can you get your patch posting

Re: 312-gary-add-license-url.diff

2007-02-25 Thread Gary V. Vaughan
Hallo Ralf, On 25 Feb 2007, at 23:29, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Feb 26, 2007 at 07:26:28AM CET: Okay to apply? Yes. Can you get your patch posting program to not show the ChangeLog entry as diff? Thanks. Sure. First I have to get my patch posting program to

312-gary-add-license-url.diff

2007-02-25 Thread Gary V. Vaughan
Okay to apply? Cheers, Gary -- ())_. Email me: [EMAIL PROTECTED] ( '/ Read my blog: http://blog.azazil.net / )= ...and my book: http://sources.redhat.com/autobook `(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912 312-gary-add-license-u

Re: FYI: support .f03 and .F03

2007-02-25 Thread Gary V. Vaughan
On 25 Feb 2007, at 20:43, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Mon, Feb 26, 2007 at 05:24:18AM CET: Dusting off my sed-fu, and with wider quoting for Eric ;-) func_version () {[ $SED -n ' :a /[1-9][0-9]*[,-]$/N; s/[1-9][0-9]*[,-]\n# *//; ta Exactly one

Re: FYI: support .f03 and .F03

2007-02-25 Thread Gary V. Vaughan
o the Philippines a few months later. Once I've caught up with my gnu mailing list backlog, I'll have about 10 hours a week or so to help out with libtool-2.0 (and then m4-2.0) for a few months :-) * Gary V. Vaughan wrote on Mon, Feb 26, 2007 at 12:03:48AM CET: On 21 Jan 2007, at 06:58,

Re: FYI: support .f03 and .F03

2007-02-25 Thread Gary V. Vaughan
Hallo Ralf, On 21 Jan 2007, at 06:58, Ralf Wildenhues wrote: I'm putting the copyright years in HEAD's ltmain.m4sh in one line, so that ./libtool --version looks nice. Somebody should fix the func_version sed script to allow multiple lines in copyright year lists to avoid long lines; Here'

Re: test failures

2006-11-07 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo Ralf! On 7 Nov 2006, at 11:53, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Nov 03, 2006 at 11:50:11PM CET: On 27 Oct 2006, at 17:57, Ralf Wildenhues wrote: [...] + /* The ! is to invert C true to shell true [...] + return

Re: Feature request: setting env vars for binary wrappers

2006-06-15 Thread Gary V. Vaughan
Hallo Ralf, [adding bug-m4, and quoting generously to remind us to address the issues you raise] Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Thu, Jun 15, 2006 at 12:57:42PM CEST: >> Ralf Wildenhues wrote: >>> So could you please list the technical problems you s

Re: Feature request: setting env vars for binary wrappers

2006-06-15 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: > * Gary V. Vaughan wrote on Thu, Jun 15, 2006 at 12:03:40PM CEST: >> Ralf Wildenhues wrote: >>> * Gary V. Vaughan wrote on Wed, Jun 14, 2006 at 01:11:45PM CEST: >>>> I have no problem with the principle, but as the patch stands

Re: Feature request: setting env vars for binary wrappers

2006-06-15 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf! > * Gary V. Vaughan wrote on Wed, Jun 14, 2006 at 01:11:45PM CEST: >> Ralf Wildenhues wrote: >>> [ this is: http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/5319 >>> or http://lists.gnu.org/archive/html/bug

Re: Feature request: setting env vars for binary wrappers

2006-06-14 Thread Gary V. Vaughan
the override of `-no-install'. > (Linking executables): Add cross reference to the wrapper script > discussion. > * tests/wrapper.at: New test. > * NEWS, THANKS, Makefile.am: Update. > Suggested by Behdad Esfahbod. Cheers, G

Re: HEAD: Fix dependencies for libltdl generated files

2006-06-13 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hello Gary, Hallo Ralf! > * Gary V. Vaughan wrote on Tue, Jun 13, 2006 at 01:52:20PM CEST: >> Ralf Wildenhues wrote: >>> [[snip]] >>> Index: Makefile.am >>> === >&

Re: HEAD: Fix dependencies for libltdl generated files

2006-06-13 Thread Gary V. Vaughan
ated to bogosity? Titter, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://trac.azazil.net/projects/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook sign

Re: patch-6: several changes to libtoolize.m4sh

2006-06-13 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hi Gary, Hallo Ralf, > * Gary V. Vaughan wrote on Tue, Jun 13, 2006 at 12:08:35PM CEST: >> Ralf Wildenhues wrote: >>> This has been so long ago it's a shame: >>> http://lists.gnu.org/archive/html/libtool-patches/2005-12/msg00075.

Re: patch-6: several changes to libtoolize.m4sh

2006-06-13 Thread Gary V. Vaughan
Ralf Wildenhues wrote: > Hello Gary, Hallo Ralf! > This has been so long ago it's a shame: > http://lists.gnu.org/archive/html/libtool-patches/2005-12/msg00075.html So long that I'd completely forgotten about it!! > * Gary V. Vaughan wrote on Wed, Dec 14, 2005 at 0

Re: Missed $hardcode_direct_absolute in CXX tag

2006-05-24 Thread Gary V. Vaughan
x11* ]: Forgot to add > hardcode_direct_absolute for CXX tag. Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://trac.azazil.net/projects/libtool Technical Author `(_~)_ http:

Re: sed and limited record length

2006-05-22 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! * Gary V. Vaughan wrote on Mon, May 22, 2006 at 11:45:01AM CEST: Ralf Wildenhues wrote: I intend to find out whether $NL2SP really is sufficient, or all of those should be ($NL2SP; echo) instead, to ensure a final newline. easier to write

Re: sed and limited record length

2006-05-22 Thread Gary V. Vaughan
2001-05/msg00159.html Cheers, Gary. -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://blog.azazil.net GNU Hacker / )= http://trac.azazil.net/projects/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook

FYI: 314-gary-rename-to-hardcode_direct_absolute.patch

2006-05-17 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/config/ltmain.m4sh, libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG, _LT_LANG_FC_CONFIG), test

FYI: 313-gary-swap-lt_dlhandle_iterate-caller-args.patch

2006-05-17 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. Index: ChangeLog from Gary V. Vaughan <[EMAIL PROTECTED]> * libltdl/ltdl.c (lt_dlhandle_fetch): Arguments to lt_dlhandle_iterate were in the wrong order. Index: libltdl/

Re: some missing _LT_DECL_SED requirements

2006-05-17 Thread Gary V. Vaughan
[trimmed Eric, as he's probably bored of overhearing us by now ;-)] Ralf Wildenhues wrote: Hi Gary, Hallo Ralf, * Gary V. Vaughan wrote on Wed, May 17, 2006 at 10:42:21PM CEST: > Perhaps you misunderstand me? I'm advocating sh.test style static > check that tries to ma

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