| Commit message (Expand) | Author | Age | Files | Lines |
* | (output_authors): Replace /[/]/ by /[\/]/, for portability to mawk and nawk. | Paul Eggert | 1995-03-23 | 1 | -2/+2 |
* | Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it were | Paul Eggert | 1995-03-21 | 1 | -4/+14 |
* | Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the | Paul Eggert | 1995-03-21 | 1 | -60/+159 |
* | Add support for CVS. | Paul Eggert | 1994-08-15 | 1 | -20/+49 |
* | Use <> to delimit email address. | Richard M. Stallman | 1994-08-09 | 1 | -3/+3 |
* | (printlogline): Don't generate lines containing only white space. | Paul Eggert | 1993-10-19 | 1 | -2/+7 |
* | Add -h, -n, -r options. | Paul Eggert | 1993-09-24 | 1 | -29/+66 |
* | Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains. | Paul Eggert | 1993-08-25 | 1 | -2/+2 |
* | (awkscript): Some sites put comma-separated junk after the fullname. | Paul Eggert | 1993-08-09 | 1 | -1/+11 |
* | When given no file arguments, inspect RCS/.* as well | Richard M. Stallman | 1993-05-29 | 1 | -5/+24 |
* | mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so change | Paul Eggert | 1993-05-03 | 1 | -2/+2 |
* | Some awks don't understand "\r". Code around this. | Paul Eggert | 1993-03-16 | 1 | -18/+54 |
* | Add copyright and authorship notices. | Paul Eggert | 1993-01-15 | 1 | -2/+21 |
* | %.2d -> %02d | Roland McGrath | 1992-09-27 | 1 | -2/+2 |
* | Call ypmatch at most once. | Paul Eggert | 1992-05-11 | 1 | -24/+39 |
* | Ignore log messages that start with `#'. | Paul Eggert | 1992-05-08 | 1 | -4/+12 |
* | Don't duplicate most recent logs. Fix bug in dates after Feb 29 in leap year. | Paul Eggert | 1992-04-01 | 1 | -11/+20 |
* | Add clumpname support. | Paul Eggert | 1992-03-21 | 1 | -7/+27 |
* | Don't munge $* when getting date from ChangeLog. | Paul Eggert | 1992-02-05 | 1 | -4/+6 |
* | Add -i, -l, -t. | Paul Eggert | 1992-02-05 | 1 | -13/+58 |
* | Initial revision | Paul Eggert | 1992-02-03 | 1 | -0/+208 |