summaryrefslogtreecommitdiff
path: root/wildtest.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-26Include popt.h using <popt.h> instead of "popt.h".Wayne Davison1-1/+1
2006-01-13Fixed a bug in the explode_mode code that was causing a crashWayne Davison1-19/+7
2006-01-02Added -x and -e options, which are used to exercise wildmatch_array().Wayne Davison1-2/+55
2004-02-07Got rid of unused true/false defines.Wayne Davison1-3/+0
2004-01-08We now take a TESTFILE arg on the command-line.Wayne Davison1-8/+14
2003-07-07Improved the summary output to use correct English for all counts.Wayne Davison1-4/+6
2003-07-06Improve the format of the --iterations output.Wayne Davison1-2/+4
2003-07-06Switch to using an input file so that backslashes are specifiedWayne Davison1-132/+81
2003-07-06Updated for latest wildmatch.c changes.Wayne Davison1-16/+29
2003-07-05Fixed the output of popt errors and changed our one option to beWayne Davison1-2/+4
2003-07-05Changed some names since "depth" wasn't really the right term.Wayne Davison1-5/+5
2003-07-05Added a --depth option to report recursion depth values.Wayne Davison1-159/+129
2003-07-05Change most SAME-AS-FNMATCH "false" values to "true" (since we _should_Wayne Davison1-7/+7
2003-07-05Get rid of a couple compiler warnings.Wayne Davison1-0/+4
2003-07-05Don't define COMPARE_WITH_FNMATCH by default.Wayne Davison1-1/+1
2003-07-05Include lib/wildmatch.h directly for now (until we make rsync.h includeWayne Davison1-0/+1
2003-07-05A testbed to stress the new wildmatch() routine.Wayne Davison1-0/+214