Re: Use Get/SetThreadErrorMode if it is available (on Windows 7 and above).

2010-03-17 Thread Peter Rosin
Hi Ralf! Den 2010-03-16 22:43 skrev Ralf Wildenhues: I cannot see big problems with this patch from looking over it. I think GCS wants no whitespace after opening parentheses, you could line-wrap before '='. I fixed that (and updated the changelog date), thanks for looking! When you use

Preserve the last error when restoring the error mode.

2010-03-17 Thread Peter Rosin
Hi! As promised in the other thread, here's a patch (on top of the thread-error-mode-2.patch) to ensure that the reported error is the error from the LoadLibrary call. Cheers, Peter 2010-03-17 Peter Rosin p...@lysator.liu.se Preserve the last error when restoring the error mode.

Re: Repost: [PATCH] [cygwin|mingw] Create UAC manifest files.

2010-03-17 Thread Eric Blake
On 03/16/2010 04:24 AM, Dave Korn wrote: On 16/03/2010 06:17, Ralf Wildenhues wrote: Microsoft @sc{dos} and Windows systems. The @sc{gnu} Should capitalise DOS and GNU. @sc{} does the capitalization for you. This is correct texinfo usage. -- Eric Blake ebl...@redhat.com

Re: Repost: [PATCH] [cygwin|mingw] Create UAC manifest files.

2010-03-17 Thread Dave Korn
On 17/03/2010 17:14, Eric Blake wrote: On 03/16/2010 04:24 AM, Dave Korn wrote: On 16/03/2010 06:17, Ralf Wildenhues wrote: Microsoft @sc{dos} and Windows systems. The @sc{gnu} Should capitalise DOS and GNU. @sc{} does the capitalization for you. This is correct texinfo usage.

Re: Repost: [PATCH] [cygwin|mingw] Create UAC manifest files.

2010-03-17 Thread Eric Blake
On 03/17/2010 01:23 PM, Dave Korn wrote: On 17/03/2010 17:14, Eric Blake wrote: On 03/16/2010 04:24 AM, Dave Korn wrote: On 16/03/2010 06:17, Ralf Wildenhues wrote: Microsoft @sc{dos} and Windows systems. The @sc{gnu} Should capitalise DOS and GNU. @sc{} does the capitalization for you.

Re: Use Get/SetThreadErrorMode if it is available (on Windows 7 and above).

2010-03-17 Thread Ralf Wildenhues
* Peter Rosin wrote on Wed, Mar 17, 2010 at 10:50:40AM CET: Hmm, my last argument made me think that it's perhaps not wise for libtool to rely on the last error to not change over a successful call either. But that potential problem was there before this patch too, so I'm proposing a separate

Re: possible bug in libtool w/ MinGW on Chinese locale

2010-03-17 Thread Ralf Wildenhues
* Pete Batard wrote on Sun, Mar 14, 2010 at 11:30:19PM CET: On 2010.03.14 07:47, Xiaofan Chen wrote: On Sat, Mar 13, 2010 at 6:31 PM, Ralf Wildenhues wrote: 1) Would it also be sufficient to just LC_ALL=C; LANGUAGE=C; export LANGUAGE LC_ALL This is enough to solve the issue. or do you