Fix ltmain.sh

2008-12-19 Thread Akim Demaille
I'm a contributor to GNU Libtool, and proud of it! Please find attached a patch fixing a critical bug. Don't forget to credit me in THANKS ;) 0001-Fix-copyright-notice.patch Description: Binary data

Avoid accidental disastrous space cleanups

2008-12-19 Thread Akim Demaille
I have been bitten by this :( 0001-Beware-of-editor-white-space-cleanups.patch Description: Binary data

Re: Fix ltmain.sh

2008-12-19 Thread Akim Demaille
Le 19 déc. 08 à 14:10, Eric Blake a écrit : Please find attached a patch fixing a critical bug. Can you convince your mailer to send patches with a text MIME type, instead of application/octet-stream? It makes reviewing a lot easier when patches can be read inline, instead of having to

Fix distcc/ccache interferences with the test suite

2009-01-05 Thread Akim Demaille
Hi all, From 02a3220b061f232d30baf1d1d3bc497d7e9417b8 Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Mon, 5 Jan 2009 15:10:55 +0100 Subject: [PATCH] Fix distcc/ccache interferences with the test suite. * tests/localization.at (localized compiler messages): Ignore

Re: Fix distcc/ccache interferences with the test suite

2009-01-06 Thread Akim Demaille
Le 6 janv. 09 à 07:48, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf, * Akim Demaille wrote on Mon, Jan 05, 2009 at 03:22:24PM CET: Hi all, Are those the only distcc/ccache-induced failures? Yes, I had no other failures.

Provide a means to activate dynamically the debug traces

2009-01-09 Thread Akim Demaille
25d4711a3adb68ebcc66d8d105e6f1a214e16871 Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Fri, 9 Jan 2009 14:38:13 +0100 Subject: [PATCH] Provide a means to activate dynamically the debug traces. * libltdl/ltdl.h [LT_DEBUG_LOADERS] (lt_debug_level) (lt_program_name

Re: Provide a means to activate dynamically the debug traces

2009-01-09 Thread Akim Demaille
Le 9 janv. 09 à 19:40, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf, * Akim Demaille wrote on Fri, Jan 09, 2009 at 04:37:32PM CET: when I dlopen a module.la which has a dependency.la library, I expected ltdl to automatically find dependency.la which is not installed. Yet it does

Re: Provide a means to activate dynamically the debug traces

2009-01-14 Thread Akim Demaille
Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or an additional argument everywhere (gee...). Maybe I can do it using advices to hand over the verbosity flags,

Re: spaces (was: Provide a means to activate dynamically the debug traces)

2009-01-19 Thread Akim Demaille
, independently from whether the Libtool republic votes for tab or space for presidency, as tracking these issues is uneasy. From 425171194b41e6627aae75f18dfa5620e8a8c34d Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Mon, 19 Jan 2009 09:05:31 +0100 Subject: [PATCH] Clean space uses

Re: Provide a means to activate dynamically the debug traces

2009-01-19 Thread Akim Demaille
Le 14 janv. 09 à 11:16, Akim Demaille a écrit : Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or an additional argument everywhere (gee...). Maybe I can do

Re: spaces

2009-01-22 Thread Akim Demaille
a reason for a tab to be required there. Let alone that it increases ltmain.sh by more than 10% in size, which will probably even have an impact on runtime performance. Hum... From 425171194b41e6627aae75f18dfa5620e8a8c34d Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Mon

Pings

2009-01-28 Thread Akim Demaille
([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], + [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) I have also the following patch that I don't remember if I sent it. From 64080437c46f605b76917c03aec528884451dbf8 Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Mon, 5 Jan

Re: Provide a means to activate dynamically the debug traces

2009-03-14 Thread Akim Demaille
Hi all, Le 19 janv. 09 à 10:38, Akim Demaille a écrit : Le 14 janv. 09 à 11:16, Akim Demaille a écrit : Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton

Clean libconftest.a

2009-09-11 Thread Akim Demaille
Hi all, this breaks distcheck on master. From e1d61e869239cf37ac018602f984d52872a29203 Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Fri, 11 Sep 2009 13:14:29 +0200 Subject: [PATCH] libtool: clean libconftest.a. * libltdl/m4/libtool.m4