Re: exclude_fnmatch function

2006-05-24 Thread Paul Eggert
"Sergey Poznyakoff" <[EMAIL PROTECTED]> writes: > I propose to move part of excluded_file_name in the separate function. > This will make it possible for an application to use fnmatch-like > interface with and without wildcards. In particular, this is needed > for GNU tar. That looks nice, thanks

exclude_fnmatch function

2006-05-24 Thread Sergey Poznyakoff
Hello, I propose to move part of excluded_file_name in the separate function. This will make it possible for an application to use fnmatch-like interface with and without wildcards. In particular, this is needed for GNU tar. The patch is enclosed. Regards, Sergey Index: lib/exclude.c ==