Re: Patch to README-release

2012-02-08 Thread Reuben Thomas
Ping? This is quite a simple patch, basically just a couple of punctuation fixes! -- http://rrt.sc3d.org

Re: fatal-signal: Fix signatures

2012-02-08 Thread Eric Blake
On 02/08/2012 02:39 AM, Akim Demaille wrote: > Hi Friends! > > Someone is doing too much C++ :) > > > 0001-fatal-signal-use-C-prototypes-with-explicit-void.patch > > > From dc180fdbd03d5b130aae0fdb16dcef53a96c0e74 Mon Sep 17 00:00:00 2001 > From: Akim Demaille > Date: Wed, 8 Feb 2012 10:36:20

Re: bug#10472: [PATCH] canonicalize: fix // handling

2012-02-08 Thread Eric Blake
On 02/08/2012 03:13 AM, Pádraig Brady wrote: >> From d1f3998942236194f1894c45804ec947d07ed134 Mon Sep 17 00:00:00 2001 >> From: Eric Blake >> Date: Sat, 4 Feb 2012 11:11:40 -0700 >> Subject: [PATCH] canonicalize: avoid uninitialized memory use >> >> When DOUBLE_SLASH_IS_DISTINCT_ROOT is non-zero,

Re: bug#10472: [PATCH] canonicalize: fix // handling

2012-02-08 Thread Pádraig Brady
On 02/04/2012 06:38 PM, Eric Blake wrote: > On 02/04/2012 10:59 AM, Eric Blake wrote: >> On 02/04/2012 09:56 AM, Eric Blake wrote: >>> On Cygwin, and other platforms where // is detected as distinct >>> from / at configure time, the canonicalize routines were incorrectly >>> treating all instances

Re: [PATCH 1/3] regex: merge glibc changes

2012-02-08 Thread Jim Meyering
Paul Eggert wrote: > * lib/regcomp.c (init_dfa): Tighten overflow checks to test .. Thank you for handling that tedious task!

fatal-signal: Fix signatures

2012-02-08 Thread Akim Demaille
Hi Friends! Someone is doing too much C++ :) 0001-fatal-signal-use-C-prototypes-with-explicit-void.patch Description: Binary data