From a471e96a5352a5f0bde6d32dd36d33524811a2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sun, 20 Oct 2013 10:00:31 +0200 Subject: When glob pattern contains a trailing slash match only directories. Fixes bug 10278. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f2d833..0cb5ada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2013-10-19 Ondřej Bílka + BZ #10278] + * posix/glob.c: Match only directories when trailing slash is present. + * posix/tst-gnuglob.c (my_opendir): Do not open files. + (main): Add testcase. + +2013-10-19 Ondřej Bílka + [BZ #15670] * time/tzfile.c (__tzfile_read): Replace alloca with malloc. -- cgit v1.1