Re: Question about some fields in regex's re_pattern_buffer

2010-08-01 Thread Reuben Thomas
Thanks very much Bruno; I will try to read over the bits corresponding to my recent corrections to regex.h very shortly.

Re: ansi-c++-opt: exploit new autoconf feature

2010-08-01 Thread Bruno Haible
Hello Ralf, > > The ansi-c++-opt can make use of the recently released Autoconf 2.66 / 2.67. > > isn't this a user-visible change worthy of a NEWS entry? Yes, you're right. I'm adding it. Thanks! * NEWS: Mention the change. *** NEWS.orig Sun Aug 1 09:52:28 2010 --- NEWSSun

Re: ansi-c++-opt: exploit new autoconf feature

2010-08-01 Thread Bruno Haible
Paolo Bonzini wrote: > I think both should be provided. Clients likely don't want to > change --enable-cxx to --enable-c++ randomly. --disable-cxx existed only since 2010-03-13. I doubt that many packages have the 'ansi-c++-opt' modules so far. Those which use them from now on can use autoconf-2

Re: Question about some fields in regex's re_pattern_buffer

2010-08-01 Thread Bruno Haible
Reuben Thomas wrote: > I mean the manual from the old GNU regex distribution at: > http://ftp.gnu.org/old-gnu/regex/regex-0.12.tar.gz > which documents the GNU API. Paolo Bonzini wrote: > A chapter maybe. But Bruno is the doc guru. I think it makes sense to move this doc to gnulib, since it is a

Re: gnulib new testdir / current build messages

2010-08-01 Thread Rainer Tammer
Hello Bruno, On 31.07.2010 22:52, Bruno Haible wrote: > Hello Rainer, > > Thanks for the new results. The problematic corners are shrinking: Yes, there is light at the end of the tunnel :-) > - test-areadlink, test-areadlink-with-size, test-areadlinkat, test-readlink, > test-symlinkat shoul

link, linkat, and trailing slash (was: Re: gnulib new testdir / current build messages)

2010-08-01 Thread Bruno Haible
Hello Eric, Jim, Rainer Tammer wrote: > >> FAIL: test-linkat > >> main(), line 183 in "test-linkat.c" > ... > That's the result: > > # ./test-linkat > errno=20 (AIX errno.h: ENOTDIR) > test-linkat.c:184: assertion failed The error code ENOTDIR here comes from my handling of the trailing slash bu

Re: ansi-c++-opt: exploit new autoconf feature

2010-08-01 Thread Paolo Bonzini
On 08/01/2010 08:30 AM, Ralf Wildenhues wrote: Hi Bruno, * Bruno Haible wrote on Sat, Jul 31, 2010 at 11:35:03PM CEST: The ansi-c++-opt can make use of the recently released Autoconf 2.66 / 2.67. isn't this a user-visible change worthy of a NEWS entry? True, I think both should be provided.