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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 6 18:50:19 2025 UTC (6 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

Even though roff(7) numerical expressions use integer arithmetic throughout
and all numbers are rounded down before any arithmetic operation is attempted,
let the number parser support decimal fractions in front of scaling units,
which is useful for all scaling units except basic units ('u').

For example, this allows 0.25i = 2.5n = 60u.
On the other hand, even though 3p = 10u, we get 1p+1p+1p = 1p*3 = 9u
because arithmetic operations do not support floating point,
so the intermediate result gets rounded down as 1p = 3.33u = 3u.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 13 21:07:13 2023 UTC (19 months, 4 weeks ago) by schwarze
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 28 20:12:53 2021 UTC (4 years 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:25 2017 UTC (8 years, 5 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