Re: [PATCH 3/3] glob: test previous patch

2010-03-24 Thread Eric Blake
On 03/23/2010 05:29 PM, Bruno Haible wrote: > Hi Eric, > >> * tests/test-glob.c (main): Enhance test. >> * doc/posix-functions/glob.texi (glob): Document the fix. > > Thanks for providing this. > > Now, I still have a hard time understanding the other part of Andreas > Schwab's patch. "Match onl

Re: [PATCH 3/3] glob: test previous patch

2010-03-23 Thread Bruno Haible
Hi Eric, > * tests/test-glob.c (main): Enhance test. > * doc/posix-functions/glob.texi (glob): Document the fix. Thanks for providing this. Now, I still have a hard time understanding the other part of Andreas Schwab's patch. "Match only directories when pattern ends in a slash." Nothing in the

[PATCH 3/3] glob: test previous patch

2010-03-22 Thread Eric Blake
* tests/test-glob.c (main): Enhance test. * doc/posix-functions/glob.texi (glob): Document the fix. Signed-off-by: Eric Blake --- ChangeLog |6 +++ doc/posix-functions/glob.texi |4 ++ tests/test-glob.c | 78 ++-- 3 fi