summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix incorrectly swapped labels of left/right arrows; from bentley@.Ingo Schwarze2017-07-201-1/+1
* delete some entries that have been taken care ofIngo Schwarze2017-07-191-47/+0
* more bits for 1.14.2Ingo Schwarze2017-07-191-5/+9
* Prefer arch-dependent over arch-independent pages if the name priority,Ingo Schwarze2017-07-191-3/+19
* Run the regression tests iteratively rather than recursively.Ingo Schwarze2017-07-182-232/+236
* The only elements using floats are dt.It-tag,Ingo Schwarze2017-07-161-2/+3
* test -diag -width and -inset -widthIngo Schwarze2017-07-169-12/+20
* In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze2017-07-153-20/+27
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-152-2/+2
* If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze2017-07-151-4/+5
* correct left margins for different classes of definition listsIngo Schwarze2017-07-151-5/+5
* print the right character for mathematical overbar; from bentley@Ingo Schwarze2017-07-155-5/+5
* Improve rev. 1.250 further:Ingo Schwarze2017-07-151-1/+1
* first draft of the 1.14.2 release notesIngo Schwarze2017-07-151-0/+74
* always give commas their own <mo> element,Ingo Schwarze2017-07-141-1/+1
* The .Dd and .TH macros must interrupt .ce, too;Ingo Schwarze2017-07-141-1/+2
* Explicitly initialize a variable where the compiler is (understandably)Ingo Schwarze2017-07-141-5/+6
* Fix an assertion failure triggered by print_otag("sw+-l", NULL).Ingo Schwarze2017-07-141-1/+6
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-144-49/+26
* print HTML character references as 4+ digits hexadecimal, like Unicode;Ingo Schwarze2017-07-1412-334/+334
* do not print <math class="eqn"><mrow></mrow></math> for empty .EQ;Ingo Schwarze2017-07-141-0/+3
* eqn(7) nits from bentley@Ingo Schwarze2017-07-141-0/+9
* eqn(7) .EQ has to break man(7) next-line scope, or tree corruptionIngo Schwarze2017-07-131-0/+2
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-088-93/+58
* fix an assertion failure triggered by .ce in next-line scope;Ingo Schwarze2017-07-081-1/+2
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-0814-192/+111
* Correctly handle horizontal spans at the beginning of rows,Ingo Schwarze2017-07-081-8/+9
* garbage collect unused enum member EQN_ROOTIngo Schwarze2017-07-072-4/+0
* add parentheses to the output where required for disambiguationIngo Schwarze2017-07-0710-15/+37
* simplify the eqn_box_makebinary() function by removing the trivial posIngo Schwarze2017-07-071-12/+10
* Radically simplify the definitions what the message levels ERRORIngo Schwarze2017-07-071-25/+6
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-0620-140/+140
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-0622-44/+105
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-055-15/+22
* nits about trailing punctuation found with mandoc -TlintIngo Schwarze2017-07-052-17/+17
* various nits found with mandoc -TlintIngo Schwarze2017-07-046-10/+16
* Fix handling of \} on roff request lines.Ingo Schwarze2017-07-043-18/+33
* It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze2017-07-045-54/+71
* adjust to today's change of the OpenBSD groff portIngo Schwarze2017-07-041-1/+1
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-041244-2724/+2681
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-043-3/+8
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-034-55/+105
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze2017-07-034-2/+20
* If a single page references the same non-existent manual more thanIngo Schwarze2017-07-023-1/+8
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-027-13/+52
* When checking cross references with -Tlint, ultimately fall back toIngo Schwarze2017-07-011-2/+11
* When checking the validity of cross references with -Tlint,Ingo Schwarze2017-07-011-6/+12
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-0115-19/+244
* Skip whitespace at the beginning of eqn(7) nodes,Ingo Schwarze2017-06-291-1/+1
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-2911-12/+114