CVS log for mandoc/regress/char/unicode/input.out_utf8

[BACK] Up to [cvsweb.bsd.lv] / mandoc / regress / char / unicode

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu May 16 20:37:02 2024 UTC (4 weeks, 3 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +6 -1 lines
Diff to previous 1.8 (colored)

Improve coverage of edge cases for 3-byte UTF-8 sequences.
Coverage for 2-byte and 4-byte sequences was already reasonable.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 13 21:06:38 2023 UTC (7 months ago) by schwarze
Branch: MAIN
Changes since 1.7: +48 -48 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 28 11:55:31 2022 UTC (21 months, 2 weeks ago) by schwarze
Branch: MAIN
Changes since 1.6: +0 -4 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Mon Jun 28 20:12:13 2021 UTC (2 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
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], Wed Jun 2 17:39:00 2021 UTC (3 years ago) by schwarze
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4 (colored)

test private use areas some more as they have proven fragile

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 2 16:38:29 2021 UTC (3 years ago) by schwarze
Branch: MAIN
Changes since 1.3: +17 -15 lines
Diff to previous 1.3 (colored)

Cleanup:
1. Move invalid two-byte sequences after valid ones
and make their descriptions easier to understand.
2. Replace the wrong and confusing expression "middle byte"
with the correct term "start byte".
3. Add test lines for U+EFFFF and U+F0000.
4. Replace the unhelpful word "strange" with more descriptive terms.
Arguably, nothing about this (or maybe everything?) is strange.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 2 15:29:01 2021 UTC (3 years ago) by schwarze
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters
was changed from 0 to 1. Adjust the test results accordingly.
Issue reported by bluhm@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 27 00:36:20 2020 UTC (4 years, 3 months ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Fix this test after the recent Unicode update in OpenBSD base.
The test uses U+07FF NKO TAMAN SIGN because it is the highest
code point having a two-byte UTF-8 representation.
This character is a new single-width punctuation character in
Unicode 11, such that mandoc now does correct horizontal spacing.
We already used the code point for the test before it was assigned,
which resulted in weird spacing because wcwidth(3) returns -1 for
unassigned code points.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:02:16 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