Mention the latest fixes.
[rsync.git] / wildtest.c
2004-02-07 Wayne DavisonGot rid of unused true/false defines.
2004-01-08 Wayne DavisonWe now take a TESTFILE arg on the command-line.
2003-07-07 Wayne DavisonImproved the summary output to use correct English...
2003-07-06 Wayne DavisonImprove the format of the --iterations output.
2003-07-06 Wayne DavisonSwitch to using an input file so that backslashes are...
2003-07-06 Wayne DavisonUpdated for latest wildmatch.c changes.
2003-07-05 Wayne DavisonFixed the output of popt errors and changed our one...
2003-07-05 Wayne DavisonChanged some names since "depth" wasn't really the...
2003-07-05 Wayne DavisonAdded a --depth option to report recursion depth values.
2003-07-05 Wayne DavisonChange most SAME-AS-FNMATCH "false" values to "true...
2003-07-05 Wayne DavisonGet rid of a couple compiler warnings.
2003-07-05 Wayne DavisonDon't define COMPARE_WITH_FNMATCH by default.
2003-07-05 Wayne DavisonInclude lib/wildmatch.h directly for now (until we...
2003-07-05 Wayne DavisonA testbed to stress the new wildmatch() routine.