summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-23The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze
2018-08-20\f[] means \fP, not \fRIngo Schwarze
2018-08-20Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze
2018-08-19Add the \) special character, a variant of \& so arcane that iIngo Schwarze
2018-08-19Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze
2018-08-19do not print horizontal lines inside vertical spansIngo Schwarze
2018-08-19Mostly complete implementation of the 'c' (character available)Ingo Schwarze
2018-08-18Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze
2018-08-18support the highly surprising escape sequence \# (line continuationIngo Schwarze
2018-08-18paragraphs can contain .MT and .UR blocksIngo Schwarze
2018-08-18If a tbl(7) column contains both text cells and numeric cells,Ingo Schwarze
2018-08-18.RE causes a line break even if .RS is not openIngo Schwarze
2018-08-18.SY causes a one-column indentation even without any argumentIngo Schwarze
2018-08-18Do not allocate a column for decimal points if all numbers are integers.Ingo Schwarze
2018-08-18Unsurprisingly, zero-width non-breaking spaces have... width 0.Ingo Schwarze
2018-08-18end of sentence detection after .ME and .UE, useful for some GNU manualsIngo Schwarze
2018-08-18The .nf/.fi (fill mode) requests never have text childrenIngo Schwarze
2018-08-18Two consecutive .SY blocks only get a blank line in betweenIngo Schwarze
2018-08-18prevent line breaks in the middle of .OPIngo Schwarze
2018-08-18implement the GNU man-ext .SY/.YS (synopsis block) macro in man,Ingo Schwarze
2018-08-17Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze
2018-08-16implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze
2018-08-16Do not calculate a pointer to a memory location before the beginning ofIngo Schwarze
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-08-15fix incomplete variable renaming in previous;Ingo Schwarze
2018-08-14support tail arguments on the .ME and .UE macros,Ingo Schwarze
2018-08-10handle the non-portable GNU-style \[charNN], \[charNNN] characterIngo Schwarze
2018-08-10The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze
2018-08-10Implement the roff(7) .nop (no operation) request.Ingo Schwarze
2018-08-09If somebody asks "man 3 chmod",Ingo Schwarze
2018-08-01Fix an off-by-one string read access that could happen if an emptyIngo Schwarze
2018-08-01After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze
2018-08-01Avoid a read access one byte beyond the end of an allocated stringIngo Schwarze
2018-07-28Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze
2018-07-27garbage collect the unused "#define INDENT"Ingo Schwarze
2018-07-23Remove more redundant element selectors where the class selectorIngo Schwarze
2018-07-23replace the last instances of ex units by em;Ingo Schwarze
2018-06-25Delete substantial amounts of codeIngo Schwarze
2018-06-25Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze
2018-06-25Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze
2018-06-25Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze
2018-06-25Delete support for style=width attributes, which are no longer used.Ingo Schwarze
2018-06-25Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze
2018-06-25Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze
2018-06-25Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze