summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Partial support for the \n[an-margin] number register.Ingo Schwarze2017-06-134-2/+56
* If the layout is empty except for requesting a left vertical frame,Ingo Schwarze2017-06-131-0/+2
* Delete the arbitrary range restriction for -Owidth.Ingo Schwarze2017-06-132-3/+2
* fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze2017-06-133-16/+49
* Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.Ingo Schwarze2017-06-131-2/+3
* test the new allbox and wrapping featuresIngo Schwarze2017-06-125-1/+95
* Two minor fixes for the "allbox" modifier:Ingo Schwarze2017-06-121-2/+5
* If a tbl(7) layout contains a 'w' (minimum width) modifier for aIngo Schwarze2017-06-121-2/+3
* implement the tbl(7) "allbox" option;Ingo Schwarze2017-06-121-1/+7
* fix column width calculation for text block cellsIngo Schwarze2017-06-124-14/+21
* Implement automatic line breakingIngo Schwarze2017-06-1212-88/+343
* ooops, fix a glitch in the previous commit...Ingo Schwarze2017-06-111-1/+1
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1159-0/+59
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-11101-15/+142
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-114-7/+35
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-112-4/+3
* add forgotten fileIngo Schwarze2017-06-111-0/+0
* fix order of messagesIngo Schwarze2017-06-111-1/+1
* Reduce false positives for the "no blank before trailing delimiter" message.Ingo Schwarze2017-06-101-2/+75
* minor markup simplificationsIngo Schwarze2017-06-102-2/+2
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-10155-238/+483
* do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsIngo Schwarze2017-06-101-9/+18
* Properly reinitialize roffce_node between parses,Ingo Schwarze2017-06-081-0/+4
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-0812-31/+140
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-0811-46/+44