CVS log for mandoc/regress/roff/nr/escname.out_ascii

[BACK] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / nr

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 13 21:07:13 2023 UTC (7 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 3 12:16:01 2022 UTC (2 years ago) by schwarze
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

During identifier parsing, handle undefined escape sequences
in the same way as groff:
* \\ is always reduced to \
* \. is always reduced to .
* other undefined escape sequences are usually reduced to the escape name,
for example \G to G, except during the expansion of expanding escape
sequences having the standard argument form (in particular \* and \n),
in which case the backslash is preserved literally.

Yes, this is confusing indeed.
For example, the following have the same meaning:
* .ds \.   and   .ds .     which is not the same as   .ds \\.
* \*[\.]   and   \*[.]     which is not the same as   \*[\\.]
* .ds \G   and   .ds G     which is not the same as   .ds \\G
* \*[\G]   and   \*[\\G]   which is not the same as   \*[G]   <- sic!

To feel less dirty, have a leaning toothpick, if you are so inclined.

This patch also slightly improves the string shown by the "escaped
character not allowed in a name" error message.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 28 20:12:53 2021 UTC (2 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.1: +0 -4 lines
Diff to previous 1.1 (colored)

delete the two pairs of extra blank lines from expected man(7) terminal
output that are no longer printed since man_term.c rev. 1.236

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:03:24 2017 UTC (7 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, VERSION_1_14_1, VERSION_1_13

Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb