aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze2018-10-021-2/+3
* Add an option -T html -O toc to add a brief table of contents nearIngo Schwarze2018-10-028-19/+56
* Support a second argument to -O man,Ingo Schwarze2018-10-025-17/+32
* Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze2018-10-024-11/+8
* Add missing URI encoding when writing HTTP redirects,Ingo Schwarze2018-10-011-5/+33
* feature suggestions from EuroBSDCon 2018Ingo Schwarze2018-09-231-1/+15
* Reduce excessive right padding in tagged list heads.Ingo Schwarze2018-08-271-2/+2
* Support nesting of elements with next-line scope.Ingo Schwarze2018-08-264-60/+65
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-2512-13/+167
* If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze2018-08-253-21/+60
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-2424-214/+489
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-239-146/+88
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-2321-205/+459
* Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze2018-08-212-7/+26
* Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze2018-08-2118-98/+94
* Fix some issues found looking at groff_char(7):Ingo Schwarze2018-08-2110-16/+21
* \f[] means \fP, not \fRIngo Schwarze2018-08-201-5/+8
* Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze2018-08-201-8/+35
* Disable one test for now that is broken after the addition of \).Ingo Schwarze2018-08-192-4/+3
* Add the \) special character, a variant of \& so arcane that iIngo Schwarze2018-08-191-1/+2
* Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze2018-08-192-60/+103
* do not print horizontal lines inside vertical spansIngo Schwarze2018-08-191-7/+21
* Mostly complete implementation of the 'c' (character available)Ingo Schwarze2018-08-193-18/+64
* Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze2018-08-181-2/+3
* support the highly surprising escape sequence \# (line continuationIngo Schwarze2018-08-182-4/+17
* paragraphs can contain .MT and .UR blocksIngo Schwarze2018-08-181-2/+3
* If a tbl(7) column contains both text cells and numeric cells,Ingo Schwarze2018-08-182-6/+12
* .RE causes a line break even if .RS is not openIngo Schwarze2018-08-181-1/+7
* .SY causes a one-column indentation even without any argumentIngo Schwarze2018-08-181-2/+2
* Do not allocate a column for decimal points if all numbers are integers.Ingo Schwarze2018-08-182-14/+10
* Unsurprisingly, zero-width non-breaking spaces have... width 0.Ingo Schwarze2018-08-181-3/+2
* end of sentence detection after .ME and .UE, useful for some GNU manualsIngo Schwarze2018-08-181-1/+3
* The .nf/.fi (fill mode) requests never have text childrenIngo Schwarze2018-08-181-3/+3
* Two consecutive .SY blocks only get a blank line in betweenIngo Schwarze2018-08-182-4/+12
* prevent line breaks in the middle of .OPIngo Schwarze2018-08-181-2/+3
* Massively reduce the amount of text, cutting it down to what is neededIngo Schwarze2018-08-181-370/+73
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-189-15/+124
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-1716-151/+177
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-168-25/+35
* Do not calculate a pointer to a memory location before the beginning ofIngo Schwarze2018-08-162-7/+5
* Document \*(.T.Ingo Schwarze2018-08-161-41/+24
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-1613-17/+151
* process UTF-8 input even in ASCII output mode,Ingo Schwarze2018-08-161-2/+2
* fix incomplete variable renaming in previous;Ingo Schwarze2018-08-151-2/+2
* Change comment: NetBSD just fixed their headers; but leave theIngo Schwarze2018-08-151-2/+2
* NULL requires <stddef.h>Ingo Schwarze2018-08-151-1/+2
* Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; theIngo Schwarze2018-08-156-65/+70
* support tail arguments on the .ME and .UE macros,Ingo Schwarze2018-08-1410-39/+64
* error message for invalid -S argumentIngo Schwarze2018-08-101-1/+10
* handle the non-portable GNU-style \[charNN], \[charNNN] characterIngo Schwarze2018-08-103-14/+35