On Oct 16, 2011, at 9:25 PM, John Nemeth wrote:
> On Feb 25, 1:28pm, Wolfgang Solfrank wrote:
> } Jonathan A. Kollasch schrieb:
> } > On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
> } >> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
> } >>> Module Name:
On Feb 25, 1:28pm, Wolfgang Solfrank wrote:
} Jonathan A. Kollasch schrieb:
} > On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
} >> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
} >>> Module Name: src
} >>> Committed By: jakllsch
} >>> Date:
On Mon, Oct 17, 2011 at 04:19:00AM +0200, Joerg Sonnenberger wrote:
> On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote:
> > On Sun, Oct 16, 2011 at 05:24:50PM +, Joerg Sonnenberger wrote:
> > > Module Name: src
> > > Committed By: joerg
> > > Date: Sun Oct 16
On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote:
> On Sun, Oct 16, 2011 at 05:24:50PM +, Joerg Sonnenberger wrote:
> > Module Name:src
> > Committed By: joerg
> > Date: Sun Oct 16 17:24:50 UTC 2011
> >
> > Modified Files:
> > src/external/public-
On Sun, Oct 16, 2011 at 11:57:28PM +, David Holland wrote:
> On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote:
> > > Log Message:
> > > Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS
> >
> > pkgsrc sqlite3 also has an option for rtree - it would be nice to
> > build that into
On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote:
> > Log Message:
> > Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS
>
> pkgsrc sqlite3 also has an option for rtree - it would be nice to
> build that into the version in src by default. I'm not sure about the
> pkgsrc icu option
On Sun, Oct 16, 2011 at 05:24:50PM +, Joerg Sonnenberger wrote:
> Module Name: src
> Committed By: joerg
> Date: Sun Oct 16 17:24:50 UTC 2011
>
> Modified Files:
> src/external/public-domain/sqlite: Makefile.inc
>
> Log Message:
> Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS
pk
On Sun, Oct 16, 2011 at 01:23:38AM -0400, Christos Zoulas wrote:
...
> | >close on exec fixes:
> | >- open + fcntl -> open O_CLOEXEC
...
> Thanks, but then shouldn't we also add:
>
> #if O_CLOEXEC == 0
> (void)fcntl(sp->fts_rfd, F_SETFD, FD_CLOEXEC);
> #endif
>
> after t