Switching to GPL 3.
[rsync/rsync.git] / lib / wildmatch.c
2007-05-22 Wayne DavisonAdded a comment to a shared iterator to avoid a warning...
2006-01-02 Wayne DavisonAdded a new function, wildmatch_array(), that lets...
2005-12-30 Wayne Davison- Added a new public function, iwildmatch(), which...
2005-12-18 Wayne DavisonAdded a comment, improved a comment, tweaked the recurs...
2005-01-28 Wayne Davison- Use "uchar" instead of "unsigned char".
2003-07-14 Wayne DavisonMake sure that no character class can match a '/'.
2003-07-07 Wayne DavisonSilence some compiler warnings on HP-UX.
2003-07-07 Wayne DavisonDon't treat "[:" as the start of a named set if there...
2003-07-06 Wayne Davison- Return ABORT_ALL for a syntax error in the pattern...
2003-07-06 Wayne DavisonAdded some portability code for the ctype functions.
2003-07-06 Wayne Davison- Added [:class:] handling to the character-class code.
2003-07-05 Wayne DavisonSimplified the character-class code a bit.
2003-07-05 Wayne DavisonChanged some names since "depth" wasn't really the...
2003-07-05 Wayne DavisonImproved the ABORT logic to allow aborting consecutive...
2003-07-05 Wayne DavisonAdded in the ABORT optimization logic from a newer...
2003-07-05 Wayne DavisonA couple comment tweaks.
2003-07-05 Wayne DavisonA new wildcard-matching routine to replace the fnmatch...