summaryrefslogtreecommitdiff
path: root/lib-src/rcs2log
Commit message (Expand)AuthorAgeFilesLines
* Don't assign to $0 in awk; some awks don't allow this.Paul Eggert1997-06-261-9/+10
* (files): When computing arguments automatically, ignore non-filesPaul Eggert1997-05-131-2/+4
* (loginFullnameMailaddrs, logins, rlog_options, files): Don't prepend $nlPaul Eggert1997-05-111-21/+42
* Doc fix: CR is \015, not \013.Paul Eggert1997-05-111-2/+2
* (initialize_fullname): Set NIS_PATH to the empty string before invokingPaul Eggert1997-03-231-2/+2
* (files): Ignore files in RCS directory whose names are of the form ,*,Paul Eggert1997-03-211-3/+11
* --help, --version: New options, for conformance to GNU coding standards.Paul Eggert1997-01-201-11/+41
* When processing cvs log output, remove `Attic/' from repository file names.Paul Eggert1996-11-031-1/+6
* (datearg): Use the empty string, not '-d>1970-01-01', to extract allPaul Eggert1996-10-131-4/+2
* (rlog_options): Look for ' option' rather than 'unknown option',Paul Eggert1996-10-121-2/+2
* (date): Make default format acceptable to CVS post v1.8Paul Eggert1996-09-301-2/+2
* (rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT.Paul Eggert1996-09-251-7/+7
* Change `GNU Emacs' to `this program' in the comment referring the readerPaul Eggert1996-08-261-2/+2
* Use ISO 8601 date format, with time zone appended ifErik Naggum1996-08-241-90/+91
* Fix FSF address in comment.Karl Heuer1996-07-201-3/+4
* (initialize_fullname): Add support for NIS+.Paul Eggert1996-01-151-3/+18
* (datearg): Separate date from time with comma, not space,Paul Eggert1995-07-081-4/+5
* Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systemsPaul Eggert1995-07-071-2/+2
* (CVSROOT, repository): Allow remote repositories a la CVS 1.4.Paul Eggert1995-06-281-9/+17
* (output_authors): Allow ':' in time zone, as per ISO 8601 and RCS 5.6.8 beta.Paul Eggert1995-06-041-1/+1
* (datearg): If rlog options are specified explicitly,Paul Eggert1995-04-301-58/+70
* (output_authors): Replace /[/]/ by /[\/]/, for portability to mawk and nawk.Paul Eggert1995-03-231-2/+2
* Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it werePaul Eggert1995-03-211-4/+14
* Add -u "login<tab>fullname<tab>mailaddr" option, which replaces thePaul Eggert1995-03-211-60/+159
* Add support for CVS.Paul Eggert1994-08-151-20/+49
* Use <> to delimit email address.Richard M. Stallman1994-08-091-3/+3
* (printlogline): Don't generate lines containing only white space.Paul Eggert1993-10-191-2/+7
* Add -h, -n, -r options.Paul Eggert1993-09-241-29/+66
* Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.Paul Eggert1993-08-251-2/+2
* (awkscript): Some sites put comma-separated junk after the fullname.Paul Eggert1993-08-091-1/+11
* When given no file arguments, inspect RCS/.* as wellRichard M. Stallman1993-05-291-5/+24
* mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so changePaul Eggert1993-05-031-2/+2
* Some awks don't understand "\r". Code around this.Paul Eggert1993-03-161-18/+54
* Add copyright and authorship notices.Paul Eggert1993-01-151-2/+21
* %.2d -> %02dRoland McGrath1992-09-271-2/+2
* Call ypmatch at most once.Paul Eggert1992-05-111-24/+39
* Ignore log messages that start with `#'.Paul Eggert1992-05-081-4/+12
* Don't duplicate most recent logs. Fix bug in dates after Feb 29 in leap year.Paul Eggert1992-04-011-11/+20
* Add clumpname support.Paul Eggert1992-03-211-7/+27
* Don't munge $* when getting date from ChangeLog.Paul Eggert1992-02-051-4/+6
* Add -i, -l, -t.Paul Eggert1992-02-051-13/+58
* Initial revisionPaul Eggert1992-02-031-0/+208