aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/over
Commit message (Collapse)AuthorAgeFilesLines
* Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze2018-10-021-2/+2
| | | | | | This also agrees with what groff does. Suggested by an attendee of EuroBSDCon 2018 in Bucuresti. Written on the plane Bucuresti-Frankfurt returning from EuroBSDCon.
* eliminate white space after opening and before closing punctuationIngo Schwarze2017-08-231-2/+2
|
* add parentheses to the output where required for disambiguationIngo Schwarze2017-07-072-3/+3
|
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-063-6/+8
| | | | | L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)", August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@.
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-045-10/+9
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* catch up with the recent eqn(7) improvementsIngo Schwarze2017-06-262-2/+2
|
* cope with changes in BASE messagesIngo Schwarze2017-06-251-2/+3
|
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+1
|
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-0/+1
| | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1).
* Parser reorg:Ingo Schwarze2017-05-041-1/+1
| | | | | Generate the first node on the roff level: .br Fix some column numbers in diagnostic messages while here.
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-088-0/+52
Both kristaps@ and wiz@ repeated asked for this, literally for years.