summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/char/unicode (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix this test after the recent Unicode update in OpenBSD base.schwarze2020-02-271-1/+1
* adapt to new <p> output logic (html.c rev. 1.131)schwarze2019-09-037-14/+0
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)schwarze2019-01-071-7/+7
* Improve the ASCII rendering of \(Po (Pound Sterling)schwarze2018-08-2116-90/+86
* Fix some issues found looking at groff_char(7):schwarze2018-08-218-12/+12
* Improve ASCII rendering of a few rare character escape sequencesschwarze2017-08-231-5/+5
* catch up with ASCII renderings in chars.c rev. 1.42schwarze2017-08-2316-103/+103
* adapt to hex format of character entities,schwarze2017-07-146-322/+322
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-0415-95/+100
* cope with changes in BASE messagesschwarze2017-06-252-3/+4
* churn related to the new style message about RCS idsschwarze2017-06-172-0/+2
* add the \(ru (0.5m baseline ruler) character escape sequence,schwarze2017-06-144-4/+4
* Implement automatic line breakingschwarze2017-06-121-1/+1
* churn caused by the new Mdocdate messages, no easy way to avoid this :(schwarze2017-06-111-0/+1
* add about 15 missing character escape sequences found in groff_char(7);schwarze2017-06-0212-24/+64
* Fix -man -Thtml formatting after .nf (which has nothing to doschwarze2017-01-266-339/+1
* Implement line breaking of the generated HTML code at space charactersschwarze2017-01-191-1/+1
* Make HTML output more human readable by overhauling line break logicschwarze2017-01-187-345/+683
* Fix the mandoc test suite after afresh1@ changed wcwidth(3) in libcschwarze2015-12-021-1/+1
* The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@schwarze2015-11-062-22/+22
* Reject the escape sequences \[uD800] to \[uDFFF] in the parser.schwarze2015-10-133-4/+6
* Apparently, some recent update of Unicode data in the base systemschwarze2015-09-085-31/+31
* now that groff handles \(bu properly,schwarze2015-07-188-4/+4
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingschwarze2015-02-178-8/+8
* Rewrite the low-level UTF-8 parser from scratch.schwarze2014-12-195-4/+217
* correct -Tutf8 and -Thtml rendering of \(~=schwarze2014-12-168-36/+8
* correct some character names to match groff;schwarze2014-12-158-20/+48
* SKIP_GROFF tests need to adapt to the changed rendering of \(bu, tooschwarze2014-11-101-1/+1
* test various recent improvements of special character renderingschwarze2014-10-2921-8/+708
* some new and/or updated regression tests for -Tascii, -Tutf8schwarze2014-10-2821-4/+932
* Stricter syntax checking of Unicode character names:schwarze2014-10-134-4/+14
* inevitable churn caused by the section title changeschwarze2014-08-262-2/+2
* Support the alternative syntax \C'uXXXX' for Unicode characters.schwarze2013-11-104-12/+12
* basic tests for the \[uXXXX] escape sequenceschwarze2013-11-105-0/+58