| Commit message (Expand) | Author | Age | Files | Lines |
* | HTML formatting of .IP | Ingo Schwarze | 2018-11-25 | 1 | -0/+6 |
* | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze | 2018-11-24 | 3 | -10/+36 |
* | When a font escape appears in the middle of a string, | Ingo Schwarze | 2018-11-23 | 1 | -1/+4 |
* | Correct and shorten the description of the sort order of apropos(1) | Ingo Schwarze | 2018-11-22 | 1 | -18/+2 |
* | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze | 2018-11-22 | 3 | -9/+2 |
* | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze | 2018-11-22 | 7 | -12/+60 |
* | Improve POSIX compliance by making case-insensitive extended | Ingo Schwarze | 2018-11-19 | 2 | -13/+31 |
* | Correctly construct empty lists in dbm_page_get(). | Ingo Schwarze | 2018-11-19 | 1 | -3/+3 |
* | in -man -Thtml, vertical spacing is required before .IP | Ingo Schwarze | 2018-10-25 | 1 | -0/+6 |
* | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze | 2018-10-25 | 7 | -1/+21 |
* | The ctags(1) file format uses whitespace as a field delimiter, and | Ingo Schwarze | 2018-10-23 | 1 | -9/+26 |
* | Input lines that are not blank but generate no output, | Ingo Schwarze | 2018-10-23 | 1 | -2/+5 |
* | Rewrite parse_path_info() to be four lines shorter, simplify ownership | Ingo Schwarze | 2018-10-19 | 1 | -46/+40 |
* | update DESCRIPTION and COMPATIBILITY, mostly correcting statements | Ingo Schwarze | 2018-10-04 | 1 | -18/+17 |
* | Stop abusing subsections to represent the list of escape sequences; | Ingo Schwarze | 2018-10-04 | 1 | -95/+101 |
* | When a subsection header contains no letters but only special | Ingo Schwarze | 2018-10-04 | 1 | -1/+3 |
* | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze | 2018-10-02 | 1 | -6/+22 |
* | enable the equivalent of -O toc in man.cgi(8) | Ingo Schwarze | 2018-10-02 | 1 | -1/+2 |
* | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze | 2018-10-02 | 8 | -10/+47 |
* | Support a second argument to -O man, | Ingo Schwarze | 2018-10-02 | 5 | -11/+26 |
* | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze | 2018-10-02 | 4 | -9/+6 |
* | Add missing URI encoding when writing HTTP redirects, | Ingo Schwarze | 2018-10-01 | 1 | -4/+32 |
* | feature suggestions from EuroBSDCon 2018 | Ingo Schwarze | 2018-09-23 | 1 | -0/+14 |
* | Reduce excessive right padding in tagged list heads. | Ingo Schwarze | 2018-08-27 | 1 | -1/+1 |
* | Support nesting of elements with next-line scope. | Ingo Schwarze | 2018-08-26 | 4 | -56/+61 |
* | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze | 2018-08-25 | 12 | -6/+160 |
* | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze | 2018-08-25 | 3 | -20/+59 |
* | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze | 2018-08-24 | 24 | -204/+479 |
* | The upcoming .while request will have to re-execute roff(7) lines | Ingo Schwarze | 2018-08-23 | 9 | -136/+78 |
* | Implement the roff(7) .shift and .return requests, | Ingo Schwarze | 2018-08-23 | 21 | -195/+449 |
* | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze | 2018-08-21 | 2 | -4/+23 |
* | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze | 2018-08-21 | 18 | -96/+92 |
* | Fix some issues found looking at groff_char(7): | Ingo Schwarze | 2018-08-21 | 10 | -13/+18 |
* | \f[] means \fP, not \fR | Ingo Schwarze | 2018-08-20 | 1 | -4/+7 |
* | Expand \n(.$ (the number of macro arguments) right in roff_userdef(), | Ingo Schwarze | 2018-08-20 | 1 | -7/+34 |
* | Disable one test for now that is broken after the addition of \). | Ingo Schwarze | 2018-08-19 | 2 | -4/+3 |
* | Add the \) special character, a variant of \& so arcane that i | Ingo Schwarze | 2018-08-19 | 1 | -0/+1 |
* | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze | 2018-08-19 | 2 | -58/+101 |
* | do not print horizontal lines inside vertical spans | Ingo Schwarze | 2018-08-19 | 1 | -6/+20 |
* | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze | 2018-08-19 | 3 | -14/+60 |
* | Bugfix: When a line ends with '\ \"', don't strip the trailing space | Ingo Schwarze | 2018-08-18 | 1 | -1/+2 |
* | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze | 2018-08-18 | 2 | -1/+14 |
* | paragraphs can contain .MT and .UR blocks | Ingo Schwarze | 2018-08-18 | 1 | -1/+2 |
* | If a tbl(7) column contains both text cells and numeric cells, | Ingo Schwarze | 2018-08-18 | 2 | -4/+10 |
* | .RE causes a line break even if .RS is not open | Ingo Schwarze | 2018-08-18 | 1 | -0/+6 |
* | .SY causes a one-column indentation even without any argument | Ingo Schwarze | 2018-08-18 | 1 | -1/+1 |
* | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze | 2018-08-18 | 2 | -12/+8 |
* | Unsurprisingly, zero-width non-breaking spaces have... width 0. | Ingo Schwarze | 2018-08-18 | 1 | -2/+1 |
* | end of sentence detection after .ME and .UE, useful for some GNU manuals | Ingo Schwarze | 2018-08-18 | 1 | -0/+2 |
* | The .nf/.fi (fill mode) requests never have text children | Ingo Schwarze | 2018-08-18 | 1 | -2/+2 |