Paul Eggert
e852d58d04
(initialize_fullname): Add support for NIS+.
...
(hostname): Fully qualify the default hostname with the domainname
if the hostname lacks a `.'.
1996-01-15 01:17:56 +00:00
Paul Eggert
fdb3286ede
(datearg): Separate date from time with comma, not space,
...
to avoid CVS 1.5 bug.
(CVSROOT): Don't abort if unset and if repository is an absolute pathname.
1995-07-08 18:44:04 +00:00
Paul Eggert
d5ad1373cc
Replace #!/bin/sh' with
#! /bin/sh', for benefit of systems
...
that interpret `#! /' as a 4-byte magic number.
1995-07-07 22:47:57 +00:00
Paul Eggert
c49b2b754c
(CVSROOT, repository): Allow remote repositories a la CVS 1.4.
1995-06-28 01:47:55 +00:00
Paul Eggert
a8a818c00e
(output_authors): Allow ':' in time zone, as per ISO 8601 and RCS 5.6.8 beta.
1995-06-04 01:34:39 +00:00
Paul Eggert
64736f55e1
(datearg): If rlog options are specified explicitly,
...
omit the implicit '-d>DATE' option.
(repository, rlog): Allow absolute paths to CVS repositories.
Look only at the first line of CVS/Repository.
1995-04-30 15:34:52 +00:00
Paul Eggert
4c952fd0fa
(output_authors): Replace /[/]/ by /[\/]/, for portability to mawk and nawk.
1995-03-23 01:21:07 +00:00
Paul Eggert
0a4e59d934
Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it were
...
-u 'LOGIN<tab>FULLNAME<tab>MAILADDR'.
1995-03-21 23:14:41 +00:00
Paul Eggert
44ef8c25be
Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the
...
(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.
1995-03-21 05:37:42 +00:00
Paul Eggert
7a833f0baf
Add support for CVS.
...
Work with `rlog's that output ISO 8601 dates.
1994-08-15 22:44:10 +00:00
Richard M. Stallman
9fa6ed8fd4
Use <> to delimit email address.
1994-08-09 20:43:48 +00:00
Paul Eggert
1f19b52b5a
(printlogline): Don't generate lines containing only white space.
1993-10-19 02:50:31 +00:00
Paul Eggert
31ce77fa0a
Add -h, -n, -r options.
...
By default, look for *,v files as well as RCS/*,v files.
Use $TMPDIR (default /tmp) instead of /tmp.
1993-09-24 01:03:32 +00:00
Paul Eggert
85acbe0ab8
Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.
1993-08-25 19:33:07 +00:00
Paul Eggert
194bf419bb
(awkscript): Some sites put comma-separated junk after the fullname.
...
Remove it, but leave "Bill Gates, Jr" alone.
Remove the junk from fullnames like "0000-Admin(0000)".
1993-08-09 22:06:00 +00:00
Richard M. Stallman
148d61aa7f
When given no file arguments, inspect RCS/.* as well
...
as RCS/*. Don't report an error if RCS is empty or nonexistent.
1993-05-29 06:22:48 +00:00
Paul Eggert
566dd94e41
mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so change
...
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.
1993-05-03 17:55:22 +00:00
Paul Eggert
f9155ea03e
Some awks don't understand "\r". Code around this.
...
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.
1993-03-16 22:49:00 +00:00
Paul Eggert
0b67eabf74
Add copyright and authorship notices.
1993-01-15 05:33:29 +00:00
Roland McGrath
1d30b62aa7
%.2d -> %02d
1992-09-27 01:55:21 +00:00
Paul Eggert
2af0612162
Call ypmatch at most once.
1992-05-11 19:59:33 +00:00
Paul Eggert
19ed208b56
Ignore log messages that start with `#'.
1992-05-08 21:45:00 +00:00
Paul Eggert
23a227f717
Don't duplicate most recent logs. Fix bug in dates after Feb 29 in leap year.
1992-04-01 08:57:55 +00:00
Paul Eggert
b19075d18e
Add clumpname support.
1992-03-21 05:58:05 +00:00
Paul Eggert
ff17867bb6
Don't munge $* when getting date from ChangeLog.
1992-02-05 17:25:10 +00:00
Paul Eggert
4ca2c4b44e
Add -i, -l, -t.
1992-02-05 04:31:18 +00:00
Paul Eggert
b86e861595
Initial revision
1992-02-03 03:20:43 +00:00