aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/rcs2log (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (datearg): Separate date from time with comma, not space,Paul Eggert1995-07-081-4/+5
| | | | | to avoid CVS 1.5 bug. (CVSROOT): Don't abort if unset and if repository is an absolute pathname.
* Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systemsPaul Eggert1995-07-071-2/+2
| | | | that interpret `#! /' as a 4-byte magic number.
* (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
| | | | | | omit the implicit '-d>DATE' option. (repository, rlog): Allow absolute paths to CVS repositories. Look only at the first line of CVS/Repository.
* (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
| | | | -u 'LOGIN<tab>FULLNAME<tab>MAILADDR'.
* Add -u "login<tab>fullname<tab>mailaddr" option, which replaces thePaul Eggert1995-03-211-60/+159
| | | | | | | | | (now obsolescent) -n login fullname mailaddr option. Don't omit path from repository root when logging CVS files. Add -R option for recursive rlog. (AWK): New environment variable (default `awk') for name of awk program. (output_authors, tab, loginFullnameMailaddrs, recursive): New variables. Quote authors and fullnames correctly.
* Add support for CVS.Paul Eggert1994-08-151-20/+49
| | | | Work with `rlog's that output ISO 8601 dates.
* 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
| | | | | By default, look for *,v files as well as RCS/*,v files. Use $TMPDIR (default /tmp) instead of /tmp.
* 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
| | | | | Remove it, but leave "Bill Gates, Jr" alone. Remove the junk from fullnames like "0000-Admin(0000)".
* When given no file arguments, inspect RCS/.* as wellRichard M. Stallman1993-05-291-5/+24
| | | | as RCS/*. Don't report an error if RCS is empty or nonexistent.
* mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so changePaul Eggert1993-05-031-2/+2
| | | | | | it to /[\/]/. This should work on all Posix-compliant awks. It's slightly wrong with traditional (Unix version 7) awk, since it also allows \, but that's a minor problem compared to awk syntax errors.
* Some awks don't understand "\r". Code around this.Paul Eggert1993-03-161-18/+54
| | | | | | Unfortunately this requires putting a carriage return in the source code. Don't assume that rlog will tolerate times like `10:10:60'; RCS 5.7 won't allow this.
* 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