make glob mark symlinks-to-directories with the GLOB_MARK flag
authorRich Felker <dalias@aerifal.cx>
Tue, 24 Jan 2012 00:51:34 +0000 (19:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Jan 2012 00:51:34 +0000 (19:51 -0500)
commitd0678b58ab34f9afae099afc839430bdcd91aaac
treea77de7c84c666b730125194c82eb25ac0ad75461
parentfd7015d0c23edb9ae655e5ce3677f980f0cb1143
make glob mark symlinks-to-directories with the GLOB_MARK flag

POSIX is unclear on whether it should, but all historical
implementations seem to behave this way, and it seems more useful to
applications.
src/regex/glob.c