bug#27681: grep: Combining Mark-Nonspacing are classified as [:punct:]

2017-07-17 Thread Santiago
El 13/07/17 a las 12:03, Paul Eggert escribió: > Surely this is a glibc bug, not a grep bug. Grep is just following the > character classification of glibc. I can reproduce the problem by compiling > and running the attached program, which uses only glibc (not grep). This > program exits with statu

bug#27730: --exclude-dir does ignore subdirectory

2017-07-17 Thread Paul Eggert
This does not appear to be a bug, in that grep is operating as documented. When searching recursively, --exclude-dir=GLOB will "skip any subdirectory whose base name matches GLOB. Ignore any redundant trailing slashes in GLOB." In your case, GLOB contains a non-redundant trailing slash, and such