mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 04:48:56 +08:00
* index-prop: Fix occasional problem when using cvs diff -p
From-SVN: r33494
This commit is contained in:
parent
ad81223cbf
commit
db6a1df0e0
@ -1,3 +1,7 @@
|
||||
2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
|
||||
|
||||
* index-prop: Fix occasional problem when using cvs diff -p
|
||||
|
||||
2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* gcc_update: Remove references to cexp.c/cexp.y.
|
||||
|
@ -14,7 +14,8 @@ while (<>)
|
||||
for (1..7)
|
||||
{
|
||||
$_ = <>;
|
||||
s/ [^\t]+\t/ $full\t/;
|
||||
s/^--- [^\t]+\t/--- $full\t/;
|
||||
s/^\+\+\+ [^\t]+\t/\+\+\+ $full\t/;
|
||||
print;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user