Re: bugs in dirname module

2005-11-07 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > Should I add a dependency on the verify module to ensure that drive > letter prefixes are only used on ASCII platforms? I wouldn't bother, unless there's a serious possibility that we'll see drive letter prefixes on an EBCDIC platform. I think that unlike

Re: [bug-gnulib] Re: restrict.m4: do not punish autoconf 2.59 users

2005-11-07 Thread Ralf Wildenhues
Ping! :) * Bruno Haible wrote on Fri, Oct 14, 2005 at 01:18:13PM CEST: > Stepan Kasal wrote: > > > > sorry, this was a mistake, I meant: > > > > m4_ifndef([AC_C_RESTRICT], > > AC_DEFUN([AC_C_RESTRICT], > > That should be OK. autoconf <= 2.57 has no AC_C_RESTRICT, and > autoconf >= 2.58 has one e

Re: bug in gc-arcfour-tests

2005-11-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 11/6/2005 7:51 PM: > >>"./gnulib-tool --with-tests --test gc-arcfour" dies a miserable death, >>with what looks like a nested here-doc using the same delimiter >>as its container: > > > Is this specific for gc-arcfour

Re: bugs in dirname module

2005-11-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 11/6/2005 3:59 AM: > >>My approach was to add a dependency on the c-ctype module to use c_isalpha > > That seems a bit overkill here, since you can assume ASCII and DOS. > Why not use this instead? > > #define c_isalpha(c