summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-242/+163
* when splitting a composite word,Ingo Schwarze2017-06-261-7/+10
* Catch typos in .Sh names; suggested by jmc@.Ingo Schwarze2017-06-254-1/+69
* test new MT macroIngo Schwarze2017-06-258-1/+100
* cope with changes in BASE messagesIngo Schwarze2017-06-2516-18/+20
* cope with changes in BASE messagesIngo Schwarze2017-06-2589-169/+253
* cope with changes in BASE messagesIngo Schwarze2017-06-25110-183/+258
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-0/+5
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-257-5/+38
* delete useless .Ns macro that jmc@ found with mdoclint(1)Ingo Schwarze2017-06-241-1/+1
* document message "unknown architecture"Ingo Schwarze2017-06-241-0/+6
* operating system dependent message about unknown architecture;Ingo Schwarze2017-06-243-0/+41
* delete old, undocumented, obsolete section names that nobody usesIngo Schwarze2017-06-241-6/+0
* in the base system, suggest leaving .Os blank; inspired by mdoclintIngo Schwarze2017-06-244-0/+15
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-2421-119/+222
* Delete .St -p1003.1-2013.Ingo Schwarze2017-06-242-6/+0
* Consistently treat character escape sequences as operators,Ingo Schwarze2017-06-231-8/+14
* eqn(1) output operator translationIngo Schwarze2017-06-231-0/+7
* splitting a text box sometimes requires wrapping it in a listIngo Schwarze2017-06-231-1/+19
* Stop using "mdocml" as an official name.Ingo Schwarze2017-06-233-15/+17
* Write text boxes as <mi>, <mn>, or <mo> as appropriate,Ingo Schwarze2017-06-233-3/+51
* Simplify font handling:Ingo Schwarze2017-06-231-36/+40
* Fix font selection for text boxes in the terminal formatter.Ingo Schwarze2017-06-221-8/+22
* Outside explicit font context, give every letter its own box.Ingo Schwarze2017-06-211-14/+45
* quoted words are not parsed for defined keysIngo Schwarze2017-06-211-11/+10
* Recognize well-known functions names (the same that Heirloom recognizes,Ingo Schwarze2017-06-211-16/+37
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-203-82/+82
* Fix a regression in the previous revision:Ingo Schwarze2017-06-191-2/+6
* Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze2017-06-1813-141/+285
* style message about duplicate RCS ids; inspired by mdoclintIngo Schwarze2017-06-174-1/+12
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-1742-19/+45
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-1785-4/+85
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-17116-3/+184
* if .in is used inside the .TP head, it's always relativeIngo Schwarze2017-06-175-4/+55
* tables leak tab settings to subsequent textIngo Schwarze2017-06-1714-0/+68
* correct handling of blank lines after \cIngo Schwarze2017-06-177-14/+77
* properly set the default indentationIngo Schwarze2017-06-171-4/+4
* Multiple tbl(7) improvements:Ingo Schwarze2017-06-167-115/+12306
* round default width of tbl(7) text blocks in the same way as groffIngo Schwarze2017-06-154-2/+168
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-145-4/+15
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-1411-8/+84
* add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze2017-06-146-4/+6
* simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze2017-06-142-5/+35
* let \l use the right fill characterIngo Schwarze2017-06-146-10/+48
* improve rounding rules for scaling unitsIngo Schwarze2017-06-1423-47/+66
* harmless, but weird typo; found with afterstep_faq(1)Ingo Schwarze2017-06-141-1/+1
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-145-8/+70
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-147-32/+39
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-149-9/+110