]> git.eshelyaron.com Git - emacs.git/commitdiff
(output_authors): Allow ':' in time zone, as per ISO 8601 and RCS 5.6.8 beta.
authorPaul Eggert <eggert@twinsun.com>
Sun, 4 Jun 1995 01:34:39 +0000 (01:34 +0000)
committerPaul Eggert <eggert@twinsun.com>
Sun, 4 Jun 1995 01:34:39 +0000 (01:34 +0000)
lib-src/rcs2log

index 63c4b71ca8cb31d43b43c5baa72375ff69892ce0..3bcf5e9ace9fdebca84d66031d93b91c505fa4ed 100755 (executable)
@@ -285,7 +285,7 @@ $logins
 EOF
 esac
 output_authors='/^date: / {
-       if ($2 ~ /^[0-9]*[-\/][0-9][0-9][-\/][0-9][0-9]$/ && $3 ~ /^[0-9][0-9]:[0-9][0-9]:[0-9][0-9][-+0-9]*;$/ && $4 == "author:" && $5 ~ /^[^;]*;$/) {
+       if ($2 ~ /^[0-9]*[-\/][0-9][0-9][-\/][0-9][0-9]$/ && $3 ~ /^[0-9][0-9]:[0-9][0-9]:[0-9][0-9][-+0-9:]*;$/ && $4 == "author:" && $5 ~ /^[^;]*;$/) {
                print substr($5, 1, length($5)-1)
        }
 }'