aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* garbage collect unused enum member EQN_ROOTIngo Schwarze2017-07-072-6/+2
* add parentheses to the output where required for disambiguationIngo Schwarze2017-07-0710-16/+38
* simplify the eqn_box_makebinary() function by removing the trivial posIngo Schwarze2017-07-071-13/+11
* Radically simplify the definitions what the message levels ERRORIngo Schwarze2017-07-071-27/+8
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-0620-144/+144
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-0622-50/+111
* The EQN_LISTONE box type is pointless.Ingo Schwarze2017-07-055-20/+27
* nits about trailing punctuation found with mandoc -TlintIngo Schwarze2017-07-052-21/+21
* various nits found with mandoc -TlintIngo Schwarze2017-07-046-20/+26
* Fix handling of \} on roff request lines.Ingo Schwarze2017-07-043-19/+34
* It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze2017-07-045-55/+72
* 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-2725/+2682
* Printing "BASE:" in messages about violations of base system conventionsIngo Schwarze2017-07-043-7/+12
* report trailing delimiters after macros where they are usually a mistake;Ingo Schwarze2017-07-034-59/+109
* warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>Ingo Schwarze2017-07-034-7/+25
* If a single page references the same non-existent manual more thanIngo Schwarze2017-07-023-4/+11
* add warning "cross reference to self"; inspired by mdoclintIngo Schwarze2017-07-027-21/+60
* When checking cross references with -Tlint, ultimately fall back toIngo Schwarze2017-07-011-3/+12
* When checking the validity of cross references with -Tlint,Ingo Schwarze2017-07-011-7/+13
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-0115-28/+253
* Skip whitespace at the beginning of eqn(7) nodes,Ingo Schwarze2017-06-291-2/+2
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-2911-17/+119
* Clarify that .Ta as a line macro is a portability problem,Ingo Schwarze2017-06-291-5/+5
* fix incomplete handling of roff(7) nodes in man(7) block next-line scope;Ingo Schwarze2017-06-281-4/+7
* Rewrite half of this, i was completely unaware how bad it was.Ingo Schwarze2017-06-281-187/+253
* test inter-column spacingIngo Schwarze2017-06-273-1/+33
* Implement spacing of columns as defined in the table layout;Ingo Schwarze2017-06-274-26/+43
* warn about .Ns macros that have no effect because they are followedIngo Schwarze2017-06-276-10/+32
* catch up with the recent eqn(7) improvementsIngo Schwarze2017-06-2642-37/+229
* Complete rewrite of the lexer in a single function with four operationIngo Schwarze2017-06-262-244/+165
* when splitting a composite word,Ingo Schwarze2017-06-261-7/+10
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-254-5/+73
* test new MT macroIngo Schwarze2017-06-258-1/+100
* cope with changes in BASE messagesIngo Schwarze2017-06-25215-370/+531
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-258-14/+52
* delete useless .Ns macro that jmc@ found with mdoclint(1)Ingo Schwarze2017-06-241-2/+2
* document message "unknown architecture"Ingo Schwarze2017-06-241-1/+7
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-243-3/+44
* delete old, undocumented, obsolete section names that nobody usesIngo Schwarze2017-06-241-7/+1
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-244-4/+19
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-2421-140/+243
* Delete .St -p1003.1-2013.Ingo Schwarze2017-06-242-9/+3
* Consistently treat character escape sequences as operators,Ingo Schwarze2017-06-231-9/+15
* eqn(1) output operator translationIngo Schwarze2017-06-231-1/+8
* splitting a text box sometimes requires wrapping it in a listIngo Schwarze2017-06-231-2/+20
* Stop using "mdocml" as an official name.Ingo Schwarze2017-06-233-18/+20
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-233-6/+54
* Simplify font handling:Ingo Schwarze2017-06-231-37/+41
* Fix font selection for text boxes in the terminal formatter.Ingo Schwarze2017-06-221-8/+22