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