Skip to content
Snippets Groups Projects
Commit 62014cb3 authored by Jason Merrill's avatar Jason Merrill
Browse files

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
parent 2f7205ff
No related branches found
No related tags found
No related merge requests found
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> 2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_update: Refer to GCC and gcc_update instead of egcs and * gcc_update: Refer to GCC and gcc_update instead of egcs and
......
...@@ -14,8 +14,8 @@ while (<>) ...@@ -14,8 +14,8 @@ while (<>)
for (1..7) for (1..7)
{ {
$_ = <>; $_ = <>;
s/^--- [^\t]+\t/--- $full\t/; s/^([-+*]{3}) [^\t]+\t/$1 $full\t/
s/^\+\+\+ [^\t]+\t/\+\+\+ $full\t/; unless m{ /dev/null\t};
print; print;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment