summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2018-11-22In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze
2018-11-19Improve POSIX compliance by making case-insensitive extendedIngo Schwarze
2018-11-04lstmatch() expects a list of strings separated by \0 and terminatedAlexander Bluhm
2018-10-25Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze
2018-10-23The ctags(1) file format uses whitespace as a field delimiter, andIngo Schwarze
2018-10-23Input lines that are not blank but generate no output,Ingo Schwarze
2018-10-19Rewrite parse_path_info() to be four lines shorter, simplify ownershipIngo Schwarze
2018-10-04When a subsection header contains no letters but only specialIngo Schwarze
2018-10-02add DESCRIPTION and .Ss to the toc; suggested by espie@Ingo Schwarze
2018-10-02enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze
2018-10-02Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze
2018-10-02Support a second argument to -O man,Ingo Schwarze
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-10-01Add missing URI encoding when writing HTTP redirects,Ingo Schwarze
2018-08-27Reduce excessive right padding in tagged list heads.Ingo Schwarze
2018-08-26Support nesting of elements with next-line scope.Ingo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-25If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze
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