Re: [PATCH] GNU/kOpenSolaris port

2009-01-20 Thread Robert Millan
On Mon, Jan 19, 2009 at 11:24:07PM +0100, Ralf Wildenhues wrote: * Robert Millan wrote on Mon, Jan 19, 2009 at 11:45:24AM CET: kopensolaris-gnu was accepted in GNU config. I adjusted my patch to use that, see attachment. Thanks for carrying this through, pushed as below. I've added

Re: spaces

2009-01-20 Thread Charles Wilson
Bob Friesenhahn wrote: For many years I have had my editor configured to always use spaces. This ensures WYSIWYG for everyone involved. Agree 100%. I try to manually match whatever sp/tab convention is in place -- using vi if I have to -- but much prefer all spaces. -- Chuck

Re: [PATCH] [cygwin|mingw] fix dlpreopen with --disable-static take 2

2009-01-20 Thread Charles Wilson
Ralf Wildenhues wrote: +# func_tr_sh +# turn $1 into a string suitable for a shell variable name +# result is stored in $func_tr_sh_result +func_tr_sh () +{ + func_tr_sh_result=`echo $1 | $SED -e 's/[^A-Za-z0-9_]/_/g'` + # ensure result begins with non-digit + case $func_tr_sh_result in

Re: Archiver handling

2009-01-20 Thread Peter Rosin
Den 2009-01-20 23:35 skrev Peter Rosin: Den 2009-01-13 10:48 skrev Peter Rosin: Den 2009-01-13 10:39 skrev Peter Rosin: libtool-ar.patch http://lists.gnu.org/archive/html/libtool-patches/2008-09/msg3.html No ChangeLog entry written yet. Sorry 'bout that... Here's an incremental update

[PATCH] Minor cygwin cleanup

2009-01-20 Thread Charles Wilson
libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct case pattern for cygwin. --- Ok to push? libltdl/config/ltmain.m4sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 6be529a..760f647 100644 ---

Link option thorough search test on MSYS/MSVC

2009-01-20 Thread Peter Rosin
Hi! This patch together with [1] will make the Link option thorough search test pass on MSYS/MSVC using the pr-msvc-support branch. This patch makes manifest embedding and cl command files work when facing POSIX /absolute/path/names that MSYS fails to convert to win32 paths due to prefixes of

Run tests with low max_cmd_len on MSYS/MSVC

2009-01-20 Thread Peter Rosin
Hi! This patch together with [1] and [2] will make Run tests with low max_cmd_len on MSYS/MSVC behave the same as the individual tests. The patch fixes a couple more of the /abs/path issues already fixed in [1] and [2]. However, I fear that these hunks may be more controversial, as they touch

Re: [PATCH] Minor cygwin cleanup

2009-01-20 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Tue, Jan 20, 2009 at 11:31:43PM CET: libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct case pattern for cygwin. --- Ok to push? Yes, thanks! Cheers, Ralf