Re: Patch 7.3.1111

2013-06-26 Fir de Conversatie Rainer Müller
On 2013-06-04 17:48, Bram Moolenaar wrote: Patch 7.3. Problem:nfa_recognize_char_class() implementation is inefficient. Solution: Use bits in an int instead of chars in a string. (Dominique Pelle) Files:src/regexp_nfa.c, src/testdir/test36.in, src/testdir/test36.ok

Type conflicts when using --with-x on Mac OS X

2010-10-07 Fir de Conversatie Rainer Müller
Hello, as maintainer of vim in MacPorts I got a build failure report [1] when using './configure --with-x' (our +x11 variant): snip In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:49, from

Re: [PATCH] configure: $x_includes used even if not set

2009-04-13 Fir de Conversatie Rainer Müller
Tony Mechelynck wrote: On 11/04/09 04:16, Matt Wozniski wrote: On Fri, Apr 10, 2009 at 6:43 PM, Tony Mechelynck wrote: Couldn't you run test just once? Maybe something more or less like if test -n $x_includes -a $x_includes != NONE Just my sense of aesthetics, I'm not on a Mac.

[PATCH] configure: $x_includes used even if not set

2009-04-10 Fir de Conversatie Rainer Müller
Hi, I am the maintainer for vim in MacPorts. The configure script triggered a linking error for _Xsetlocale for us on Mac OS X. Here is a patch which adds a conditional to make sure this test is not run if the x_includes variable is actually not set. Regards, Rainer

Re: Patch 7.2.072 (extra)

2008-12-29 Fir de Conversatie Rainer Müller
harpchad wrote: This patch does not apply cleanly against the 7.2 extra tar.gz. The code release has the following Id line: * $Id: if_sniff.c,v 1.4 2006/03/06 23:13:51 vimboss Exp $ This makes downloading the source code releases and sequentially applying the patches difficult to