Change 29890 by [EMAIL PROTECTED] on 2007/01/20 00:10:08
Integrate:
[ 27172]
Teach checkAUTHORS.pl about Changelogs with leading tabs
in the log entries, and fix a malformed log entry in Changes5.005
Affected files ...
... //depot/maint-5.8/perl/Changes5.005#3 integrate
... //depot/maint-5.8/perl/Porting/checkAUTHORS.pl#7 integrate
Differences ...
==== //depot/maint-5.8/perl/Changes5.005#3 (text) ====
Index: perl/Changes5.005
--- perl/Changes5.005#2~18173~ 2002-11-22 18:02:33.000000000 -0800
+++ perl/Changes5.005 2007-01-19 16:10:08.000000000 -0800
@@ -14129,7 +14129,8 @@
! doop.c
____________________________________________________________________________
[ 625] By: TimBunce on 1998/03/02 22:23:48
- Log: Branch: maint-5.004/perl
+ Log:
+ Branch: maint-5.004/perl
! doop.c
____________________________________________________________________________
[ 623] By: TimBunce on 1998/03/02 21:51:53
==== //depot/maint-5.8/perl/Porting/checkAUTHORS.pl#7 (text) ====
Index: perl/Porting/checkAUTHORS.pl
--- perl/Porting/checkAUTHORS.pl#6~27013~ 2006-01-30 14:58:16.000000000
-0800
+++ perl/Porting/checkAUTHORS.pl 2007-01-19 16:10:08.000000000 -0800
@@ -232,6 +232,7 @@
my $prefix = " " x length $1;
LOG: while (<>) {
next if /^$/;
+ s/^\t/ /;
if (s/^$prefix//) {
$log .= $_;
} elsif (/^\s+Branch:/) {
End of Patch.