This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10278] glob() gives inconsistent results with trailing "/"


http://sourceware.org/bugzilla/show_bug.cgi?id=10278

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
       via  a471e96a5352a5f0bde6d32dd36d33524811a2b1 (commit)
      from  45c30c61c9001867c1891f5862764f084e53f348 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a471e96a5352a5f0bde6d32dd36d33524811a2b1

commit a471e96a5352a5f0bde6d32dd36d33524811a2b1
Author: OndÃÂej BÃÂlka <neleai@seznam.cz>
Date:   Sun Oct 20 10:00:31 2013 +0200

    When glob pattern contains a trailing slash match only directories. Fixes
bug 10278.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    7 +++++++
 NEWS                |   14 +++++++-------
 posix/glob.c        |    5 +++++
 posix/tst-gnuglob.c |   10 ++++++++--
 4 files changed, 27 insertions(+), 9 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]