On 29/05/2023 17:59, Paul Gevers wrote:
On 29-05-2023 12:51, Max Nikulin wrote:
I am unaware of another dash implementation. Do you mean ash from
which dash was forked?
No, I understood from Andrej that dash *internally* has two ways to do
the matching. One embedded implementation, and one using system library
calls.
Thank you for clarification, I did not realized that you were writing
about glob/fnmatch implementation that supports [^c] negation in glibc
while the internal alternative treats its as a literal. Other libc
variants are out of the scope of the debian package.