mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
index-prop: Use a single pattern.
* index-prop: Use a single pattern. Also support *** cdiffs. * index-prop: Don't change /dev/null. From-SVN: r33523
This commit is contained in:
parent
2f7205ffb2
commit
62014cb327
@ -1,3 +1,11 @@
|
||||
2000-04-28 Jason Merrill <jason@casey.cygnus.com>
|
||||
|
||||
* index-prop: Use a single pattern. Also support *** cdiffs.
|
||||
|
||||
2000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* index-prop: Don't change /dev/null.
|
||||
|
||||
2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
|
||||
* gcc_update: Refer to GCC and gcc_update instead of egcs and
|
||||
|
@ -14,8 +14,8 @@ while (<>)
|
||||
for (1..7)
|
||||
{
|
||||
$_ = <>;
|
||||
s/^--- [^\t]+\t/--- $full\t/;
|
||||
s/^\+\+\+ [^\t]+\t/\+\+\+ $full\t/;
|
||||
s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
|
||||
unless m{ /dev/null\t};
|
||||
print;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user