Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trivial sync with OpenBSD | Ingo Schwarze | 2020-07-30 | 1 | -4/+4 |
| | | | | | in parts of these files that are not used by -portable; consequently, no functional change | ||||
* | Skip whitespace before tokens, too. | Ingo Schwarze | 2020-01-08 | 4 | -3/+23 |
| | | | | Bug found by bentley@ with input like "delim $$ delim off". | ||||
* | Improve the test case by changing the eqn(7) delimiters such that it | Ingo Schwarze | 2020-01-08 | 2 | -7/+7 |
| | | | | | actually tests which parts of text lines are processed with eqn(7) and which are not. | ||||
* | Enable generation of the desired delim/basic output with groff(1). | Ingo Schwarze | 2020-01-08 | 1 | -1/+3 |
| | | | | No functional change for the portable test suite. | ||||
* | Simplify maintainer targets in OpenBSD: EQN and TBL variables | Ingo Schwarze | 2020-01-08 | 1 | -3/+1 |
| | | | | | | no longer exist and NROFF/NOPTS were replaced with GROFF/GOPTS. This doesn't change how things work in the protable version of the test suite. | ||||
* | adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.261 | Ingo Schwarze | 2019-09-05 | 2 | -18/+6 |
| | |||||
* | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | 2018-10-02 | 2 | -4/+4 |
| | | | | | | 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 punctuation | Ingo Schwarze | 2017-08-23 | 3 | -4/+4 |
| | |||||
* | Suppress spacing before certain kinds of lists. | Ingo Schwarze | 2017-08-23 | 1 | -1/+1 |
| | | | | | | | One benefit is a reduced probablity that a blank appears between a function name and the opening parenthesis introducing the arguments. The heuristics isn't perfect and may occasionally suppress a blank that wouldn't do harm. | ||||
* | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze | 2017-08-23 | 1 | -1/+1 |
| | | | | | that can be changed unilaterally because groff fails to render them at all. | ||||
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 3 | -4/+5 |
| | |||||
* | print the right character for mathematical overbar; from bentley@ | Ingo Schwarze | 2017-07-15 | 4 | -4/+4 |
| | |||||
* | print HTML character references as 4+ digits hexadecimal, like Unicode; | Ingo Schwarze | 2017-07-14 | 5 | -9/+9 |
| | | | | from bentley@, tweaked by me | ||||
* | add parentheses to the output where required for disambiguation | Ingo Schwarze | 2017-07-07 | 9 | -10/+10 |
| | |||||
* | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze | 2017-07-06 | 20 | -25/+78 |
| | | | | | 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 this | Ingo Schwarze | 2017-07-04 | 44 | -80/+91 |
| | | | | | | | | 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) improvements | Ingo Schwarze | 2017-06-26 | 42 | -37/+229 |
| | |||||
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 3 | -6/+9 |
| | |||||
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 3 | -0/+3 |
| | |||||
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 3 | -0/+3 |
| | | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1). | ||||
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 3 | -10/+10 |
| | | | | | Generate the first node on the roff level: .br Fix some column numbers in diagnostic messages while here. | ||||
* | test infinite recursion in eqn(7) "define" statements | Ingo Schwarze | 2017-03-11 | 4 | -2/+51 |
| | |||||
* | Now that markdown output is tested for almost everything, test all | Ingo Schwarze | 2017-03-08 | 1 | -0/+1 |
| | | | | | | input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code. | ||||
* | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze | 2017-02-12 | 7 | -7/+34 |
| | | | | Crashes found by tb@ with afl(1). | ||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 49 | -0/+413 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |