Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ti
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [selected], Wed Jul 16 16:38:32 2025 UTC (6 hours, 53 minutes ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)
test temporary indentation by non-integer multiples of EN
Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 3 17:42:16 2020 UTC (4 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.1: +8 -2 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)
If .ti had an excessive argument, using it was attempted, in some cases resulting in an assertion failure. Instead, truncate the temporary indent to a width reasonable in a manual page. I found the issue in an afl run that was performed by Jan Schreiber <jes at posteo dot de>.
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 8 15:34:57 2017 UTC (8 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_5,
VERSION_1_14_4,
VERSION_1_14_3,
VERSION_1_14_2
Diff to selected 1.3 (colored)
Basic implementation of the roff(7) .ti (temporary indent) request. Needed by about four dozen ports (thanks to naddy@ for the research).