Thanks very much Bruno; I will try to read over the bits corresponding
to my recent corrections to regex.h very shortly.
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
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
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
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
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
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.