1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
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