Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-26 | Bump the year to 2014. | Wayne Davison | 1 | -1/+1 | |
2013-06-11 | Set number_separator the first time it gets used. | Wayne Davison | 1 | -1/+0 | |
2013-01-19 | Update copyright year. | Wayne Davison | 1 | -1/+1 | |
2011-09-22 | Fix two unused-variable compiler warnings. | Wayne Davison | 1 | -4/+9 | |
2009-01-03 | Update the copyright year. | Wayne Davison | 1 | -1/+1 | |
2008-09-01 | Output numbers in 3-digit groups by default (e.g. 1,234,567). | Wayne Davison | 1 | -0/+1 | |
Also improved the human-readable output functions, including adding the ability to output negative numbers. | |||||
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 1 | -1/+1 | |
2007-07-10 | Tweaking the license text a bit more. | Wayne Davison | 1 | -2/+3 | |
2007-07-07 | Switching to GPL 3. | Wayne Davison | 1 | -3/+2 | |
2007-02-04 | Further modifications to the copyright comment section. | Wayne Davison | 1 | -4/+3 | |
2006-04-25 | Updated the FSF's address to an even newer one. | Wayne Davison | 1 | -3/+3 | |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 1 | -2/+18 | |
- Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | |||||
2006-01-26 | Include popt.h using <popt.h> instead of "popt.h". | Wayne Davison | 1 | -1/+1 | |
2006-01-13 | Fixed a bug in the explode_mode code that was causing a crash | Wayne Davison | 1 | -19/+7 | |
on BSD systems. | |||||
2006-01-02 | Added -x and -e options, which are used to exercise wildmatch_array(). | Wayne Davison | 1 | -2/+55 | |
2004-02-07 | Got rid of unused true/false defines. | Wayne Davison | 1 | -3/+0 | |
2004-01-08 | We now take a TESTFILE arg on the command-line. | Wayne Davison | 1 | -8/+14 | |
2003-07-07 | Improved the summary output to use correct English for all counts. | Wayne Davison | 1 | -4/+6 | |
2003-07-06 | Improve the format of the --iterations output. | Wayne Davison | 1 | -2/+4 | |
2003-07-06 | Switch to using an input file so that backslashes are specified | Wayne Davison | 1 | -132/+81 | |
normally, and so that test additions and changes are easier. | |||||
2003-07-06 | Updated for latest wildmatch.c changes. | Wayne Davison | 1 | -16/+29 | |
2003-07-05 | Fixed the output of popt errors and changed our one option to be | Wayne Davison | 1 | -2/+4 | |
--iterations (-i). | |||||
2003-07-05 | Changed some names since "depth" wasn't really the right term. | Wayne Davison | 1 | -5/+5 | |
2003-07-05 | Added a --depth option to report recursion depth values. | Wayne Davison | 1 | -159/+129 | |
2003-07-05 | Change most SAME-AS-FNMATCH "false" values to "true" (since we _should_ | Wayne Davison | 1 | -7/+7 | |
work the same as fnmatch in most cases, if fnmatch was actually working right). | |||||
2003-07-05 | Get rid of a couple compiler warnings. | Wayne Davison | 1 | -0/+4 | |
2003-07-05 | Don't define COMPARE_WITH_FNMATCH by default. | Wayne Davison | 1 | -1/+1 | |
2003-07-05 | Include lib/wildmatch.h directly for now (until we make rsync.h include | Wayne Davison | 1 | -0/+1 | |
it for us). | |||||
2003-07-05 | A testbed to stress the new wildmatch() routine. | Wayne Davison | 1 | -0/+214 | |