[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] 1.2.1?
From: |
Wouter Van Hemel |
Subject: |
Re: [Nano-devel] 1.2.1? |
Date: |
Sat, 19 Apr 2003 21:44:05 +0200 (CEST) |
On Sat, 19 Apr 2003, Chris Allegretta wrote:
> On Wed, Apr 16, 2003 at 11:26:55AM -0700, David Lawrence Ramsey wrote:
> > --- Chris Allegretta <address@hidden> wrote:
> > >Spot on, as always. Committed.
> >
> > Thanks again. I have one more (minor) patch, though. After some
> > thought, I figured that it'd be better to make justify_mode a flag than
> > a global variable, since it's referenced in multiple files. The
> > attached patch does that and removes a prototype in proto.h for the
> > extern ints use_regexp and regexp_compiled (since there are flags used
> > for the same thing).
> >
> > Note that this ends up filling the flags variable to capacity if ints
> > are 32 bits wide.
>
> True, but we really shouldn't be having a ton of new features in a
> stable series, and we'll have to rework the flags in 1.3 anyway.
> Credited and committed. Will bang on this more later and release
> 1.2.1 assuming no bugs are found.
>
Do you have a test for the broken regexec problem?
Regards,
wouter
Re: [Nano-devel] 1.2.1?, David Lawrence Ramsey, 2003/04/22
Re: [Nano-devel] 1.2.1?, David Lawrence Ramsey, 2003/04/23