mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 01:44:20 +00:00
This is in response to a recent change in the GNU coding standards, which now suggest quoting 'like this' or "like this", instead of `like this' or ``like this''. * HACKING, NEWS, README, README-hacking, TODO, doc/diagmeet.note: * doc/diffutils.texi, ms/config.bat, ms/config.site: * src/analyze.c, src/cmp.c, src/context.c, src/diff.c: * src/diff.h, src/diff3.c, src/dir.c, src/ifdef.c, src/io.c: * src/sdiff.c, src/side.c, src/system.h, src/util.c: * tests/help-version: Quote 'like this' or "like this" in commentary. * cfg.mk (old_NEWS_hash): Adjust to reflect new NEWS quoting. * man/help2man: Update to 1.40.4 version, with quoting fixed as above. * po/en.po: Remove translation involving `, as it's no longer needed. * src/cmp.c (try_help, specify_ignore_initial, usage, main): * src/diff.c (main, try_help, option_help_msgid, specify_value) (compare_files): * src/diff3.c (main, try_help, option_help_msgid, usage) (read_diff): * src/dir.c (compare_names): * src/sdiff.c (try_help, usage, check_child_status, main): * src/util.c (finish_output): * tests/help-version: Quote 'like this' in output.
63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
Here is a comparison matrix which shows a case in which
|
|
it is possible for the forward and backward scan in 'diag'
|
|
to meet along a nonzero length of diagonal simultaneous
|
|
(so that bdiag[d] and fdiag[d] are not equal)
|
|
even though there is no snake on that diagonal at the meeting point.
|
|
|
|
|
|
85 1 1 1 159 1 1 17
|
|
1 2 3 4
|
|
60
|
|
1 2
|
|
1
|
|
2 2 3 4
|
|
71
|
|
3 3 4 5
|
|
85
|
|
4 3 4 5
|
|
17
|
|
5 4 5
|
|
1
|
|
6 4 5 6
|
|
183
|
|
7 5 6 7
|
|
10
|
|
8 6 7
|
|
1
|
|
9 6 7 8
|
|
12
|
|
7 8 9 10
|
|
13
|
|
10 8 9 10
|
|
14
|
|
10 9 10
|
|
17
|
|
10 10
|
|
1
|
|
10 9 10
|
|
1
|
|
8 10 10 10
|
|
183
|
|
8 7 9 9 9
|
|
10
|
|
7 6 8 9 8 8
|
|
1
|
|
6 5 7 7
|
|
1
|
|
5 6 6
|
|
1
|
|
5 5 5
|
|
50
|
|
5 4 4 4
|
|
1
|
|
4 3 3
|
|
85
|
|
5 4 3 2 2
|
|
1
|
|
2 1
|
|
17
|
|
5 4 3 2 1 1
|
|
1
|
|
1 0
|
|
85 1 1 1 159 1 1 17
|