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