summaryrefslogtreecommitdiff
path: root/lib/wildmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Added a comment to a shared iterator to avoid a warning from IBM's checker.Wayne Davison2007-05-221-1/+1
* Added a new function, wildmatch_array(), that lets the caller passWayne Davison2006-01-021-10/+147
* - Added a new public function, iwildmatch(), which will treat allWayne Davison2005-12-301-50/+68
* Added a comment, improved a comment, tweaked the recursive function'sWayne Davison2005-12-181-39/+23
* - Use "uchar" instead of "unsigned char".Wayne Davison2005-01-281-5/+5
* Make sure that no character class can match a '/'.Wayne Davison2003-07-141-1/+1
* Silence some compiler warnings on HP-UX.Wayne Davison2003-07-071-3/+3
* Don't treat "[:" as the start of a named set if there's no ":]".Wayne Davison2003-07-071-3/+10
* - Return ABORT_ALL for a syntax error in the pattern (not FALSE).Wayne Davison2003-07-061-19/+57
* Added some portability code for the ctype functions.Wayne Davison2003-07-061-12/+41
* - Added [:class:] handling to the character-class code.Wayne Davison2003-07-061-7/+52
* Simplified the character-class code a bit.Wayne Davison2003-07-051-12/+7
* Changed some names since "depth" wasn't really the right term.Wayne Davison2003-07-051-6/+6
* Improved the ABORT logic to allow aborting consecutive "*" wildcardsWayne Davison2003-07-051-6/+20
* Added in the ABORT optimization logic from a newer wildmat release,Wayne Davison2003-07-051-23/+28
* A couple comment tweaks.Wayne Davison2003-07-051-3/+3
* A new wildcard-matching routine to replace the fnmatch code.Wayne Davison2003-07-051-0/+96