aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/unary
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.
* print the right character for mathematical overbar; from bentley@Ingo Schwarze2017-07-152-2/+2
|
* print HTML character references as 4+ digits hexadecimal, like Unicode;Ingo Schwarze2017-07-141-1/+1
| | | | from bentley@, tweaked by me
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-069-17/+19
| | | | | 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-046-9/+12
| | | | | | | | 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-269-7/+29
|
* Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze2017-02-123-5/+5
| | | | Crashes found by tb@ with afl(1).
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-087-0/+51
Both kristaps@ and wiz@ repeated asked for this, literally for years.