Paul Eggert wrote:
> 2007-10-16 Paul Eggert <[EMAIL PROTECTED]>
>
> Merge glibc changes into lib/glob.c.
>
> * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
> 2007-10-15 04:59:03 UTC. Here are the changes:
>
> 2007-10-14 Ulrich Drepper <[EMAIL PROTECT
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> This patch should fix the C89 issues.
Thanks.
> Should I report this upstream?
We should send in a single patch that resolves the C89 issues all at
once, rather than multiple smaller patches. This would require some
work.
Hello Paul,
* Paul Eggert wrote on Wed, Oct 17, 2007 at 01:41:21AM CEST:
>
> That bug isn't in the libc version. At this point it's probably better
> to sync the gnulib version from libc, so I installed this:
>
> 2007-10-16 Paul Eggert <[EMAIL PROTECTED]>
>
> Merge glibc changes into l
Eric Blake <[EMAIL PROTECTED]> writes:
> Hmm - do we need to make glob depend on the *at modules?
Good suggestion; thanks. I installed this into gnulib:
2007-10-17 Paul Eggert <[EMAIL PROTECTED]>
Modify glob.c to use fstatat and dirfd, to simplify it.
Suggested by Eric Blake.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Paul Eggert on 10/16/2007 5:41 PM:
> That bug isn't in the libc version. At this point it's probably better
> to sync the gnulib version from libc, so I installed this:
>
> 2007-10-14 Ulrich Drepper <[EMAIL PROTECTED]>
>
>
Colin Watson <[EMAIL PROTECTED]> writes:
> 2007-10-15 Colin Watson <[EMAIL PROTECTED]>
>
> * lib/glob.c (glob_in_dir): Remove duplicate declaration of "save".
That bug isn't in the libc version. At this point it's probably better
to sync the gnulib version from libc, so I installed this: