This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug libc/10278] glob() gives inconsistent results with trailing "/"
- From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Sun, 20 Oct 2013 08:04:57 +0000
- Subject: [Bug libc/10278] glob() gives inconsistent results with trailing "/"
- Auto-submitted: auto-generated
- References: <bug-10278-131 at http dot sourceware dot org/bugzilla/>
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.