CVS log for mandoc/regress/tbl/layout/span.out_ascii

[BACK] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 13 21:22:12 2023 UTC (6 months, 2 weeks ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +40 -40 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 28 11:55:37 2022 UTC (21 months ago) by schwarze
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

Vertical spacing changes around tables in man_term.c rev. 1.241
and tbl_term.c rev. 1.79 cause quite a bit of churn, unfortunately.
This commit cleans up most of it.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 7 14:56:37 2021 UTC (2 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.6: +9 -1 lines
Diff to previous 1.6 (colored)

Correctly calculate required column widths for tables containing
cells that horizontally span columns which contains "n" (number)
formatted cells on other rows.  This requires updating total column
widths from "n" formatted cells before starting width distribution
from the spanning cells to their constituent columns.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 28 20:13:06 2021 UTC (2 years, 11 months ago) by schwarze
Branch: MAIN
Changes since 1.5: +0 -4 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sun Oct 25 18:28:26 2020 UTC (3 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

The GNU tbl(1) program contained in the groff package internally
uses roff(7) tabulator settings to implement tables, and it used
to leak the changed tabulator settings from tables to the subsequent
roff(7) code.  In mandoc/tbl_term.c rev. 1.54 (June 17, 2017), code
was added to be bug-compatible with groff.

In commit d0e03cf6 (Oct 20, 2020), GNU tbl(1) changed behaviour
to save the tabulator settings before starting a table and restore
them afterwards.  Adjust mandoc for compatibility.

Since mandoc implements tables without using roff(7) tabulator
settings, saving and restoring tabulator settings is not needed in
mandoc.  Simply deleting the code that changed tabulator settings
by reverting tbl_term.c rev. 1.54 is sufficient in mandoc.
Also adjust the desired output of the regression tests
to match the new behaviour of both groff and mandoc.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 17 22:45:56 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

style message about missing RCS ids; inspired by mdoclint

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 17 14:55:32 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 (colored)

tables leak tab settings to subsequent text

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 13 14:39:14 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
Changes since 1.1: +8 -0 lines
Diff to previous 1.1 (colored)

fix the interaction of the allbox option with spanned cells in the layout

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:03:30 2017 UTC (7 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: 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