aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/rcs2log
Commit message (Collapse)AuthorAgeFilesLines
...
* 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