Re: 281-gary-fixup-ltdl-symbolnames.diff

2005-09-27 Thread Bob Friesenhahn
On Tue, 27 Sep 2005, Gary V. Vaughan wrote: Okay to apply to HEAD? This patch looks good. It does not appear to have a de-stabilizing effect. Bob Symbol naming convention nit. libltdl/lt_error.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: libtool--devo

FYI: branch-1-5 UnixWare fixes

2005-09-27 Thread Ralf Wildenhues
Hi Tim, * Tim Rice wrote on Tue, Sep 27, 2005 at 01:13:36AM CEST: > On Mon, 26 Sep 2005, Ralf Wildenhues wrote: > > > > Could you -- in light of this -- repost your patch, so we can apply it? > > (Or test CVS HEAD first and then repost; whatever suits you best.) > > A ChangeLog entry would be nic

279-gary-LT_CONFIG_LTDL_DIR.diff

2005-09-27 Thread Gary V. Vaughan
Hallo Ralf, Thanks for the review. This fixes the inline LT_CONFIG_LTDL_DIR problem you report, but I'm not sure I understand how the aclocal.m4 problem came to be: Ralf Wildenhues wrote: > ++ cat aclocal.m4 ./foo/libltdl/configure.ac How did configure_ac get set to ./foo/libltdl/configure.ac?

Re: include_expsyms clobbers user files.

2005-09-27 Thread Peter Ekberg
Hi! (Using a real MUA for a change...) * Ralf Wildenhues wrote on Sunday, September 25, 2005 15:10 CEST: > * Peter Ekberg wrote on Thu, Sep 22, 2005 at 12:43:46PM CEST: > > * Ralf Wildenhues wrote on Thursday, September 22, 2005 10:06 CEST: > > > * Peter Ekberg wrote on Thu, Sep 22, 2005 at 10:00

FYI: libtoolize without automake or AC_CONFIG_MACRO_DIR [278]

2005-09-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 94 hours without comment (on the repost addressing Ralfs feedback), so... Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-295 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-295 M libtooliz

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 dumb inte

FYI: fixup ltdl symbolnames [281]

2005-09-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-294 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-294 M ChangeLog M libltdl/lt_error.c * modified files Index: Changelog from

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

2005-09-27 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Sep 27, 2005 at 12:52:44PM CEST: > Ralf Wildenhues wrote: > > >Maybe we should add a couple of public #define's for ltdl API? > >Like this: > > #define LTDL_MAJOR 2 > > #define LTDL_MINOR 0 > > #define LTDL_REVISION 0 > > #define LTDL_RELEASE ((LTDL_

Re: 281-gary-fixup-ltdl-symbolnames.diff

2005-09-27 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Tue, Sep 27, 2005 at 12:19:31PM CEST: > Okay to apply to HEAD? Yes, please. Thank you! > Symbol naming convention nit. I missed that bit! Oh no.. ;-) Cheers, Ralf > libltdl/lt_error.c | 14 +++--- > 1 files changed, 7 insertions(+), 7 deletions

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

2005-09-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hallo Ralf! Maybe we should add a couple of public #define's for ltdl API? Like this: #define LTDL_MAJOR 2 #define LTDL_MINOR 0 #define LTDL_REVISION 0 #define LTDL_RELEASE ((LTDL_MAJOR << 16) | (LTDL_MINOR << 8) | LTDL_REVISION) so packages that ha

FYI: remove unusable deprecated ltdl apis [276]

2005-09-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-293 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-293 M NEWS M doc/libtool.texi M libltdl/ltdl.c M libltdl/ltdl.h M ChangeLog

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): The lt

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

2005-09-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-292 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-292 M Makefile.am M doc/libtool.texi M libltdl/ltdl.c M libltdl/ltdl.h M liblt

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

2005-09-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied to HEAD. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-292 to compare with * comparing to [EMAIL PROTECTED]/libtool--devo--1.0--patch-292 M Makefile.am M doc/libtool.texi M libltdl/ltdl.c M libltdl/ltdl.h M liblt

Re: autoreconf: Allow variable override

2005-09-27 Thread Ralf Wildenhues
Hi Tim, * Tim Rice wrote on Tue, Sep 27, 2005 at 03:18:13AM CEST: > On Mon, 26 Sep 2005, Tim Rice wrote: > > > > CVS HEAD > > > > Here is a patch to tests/defs.m4sh to fix the hard coded autoreconf. > > Oops, missed one. tests/testsuite.at needed tuning up too. Applied like below (also export