Age | Commit message (Expand) | Author |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-11-19 | Improve POSIX compliance by making case-insensitive extended | Ingo Schwarze |
2018-11-04 | lstmatch() expects a list of strings separated by \0 and terminated | Alexander Bluhm |
2018-10-25 | Implement the \f(CW and \f(CR (constant width font) escape sequences | Ingo Schwarze |
2018-10-23 | The ctags(1) file format uses whitespace as a field delimiter, and | Ingo Schwarze |
2018-10-23 | Input lines that are not blank but generate no output, | Ingo Schwarze |
2018-10-19 | Rewrite parse_path_info() to be four lines shorter, simplify ownership | Ingo Schwarze |
2018-10-04 | When a subsection header contains no letters but only special | Ingo Schwarze |
2018-10-02 | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze |
2018-10-02 | enable the equivalent of -O toc in man.cgi(8) | Ingo Schwarze |
2018-10-02 | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze |
2018-10-02 | Support a second argument to -O man, | Ingo Schwarze |
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze |
2018-10-01 | Add missing URI encoding when writing HTTP redirects, | Ingo Schwarze |
2018-08-27 | Reduce excessive right padding in tagged list heads. | Ingo Schwarze |
2018-08-26 | Support nesting of elements with next-line scope. | Ingo Schwarze |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-25 | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-23 | The upcoming .while request will have to re-execute roff(7) lines | Ingo Schwarze |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-21 | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-20 | \f[] means \fP, not \fR | Ingo Schwarze |
2018-08-20 | Expand \n(.$ (the number of macro arguments) right in roff_userdef(), | Ingo Schwarze |
2018-08-19 | Add the \) special character, a variant of \& so arcane that i | Ingo Schwarze |
2018-08-19 | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze |
2018-08-19 | do not print horizontal lines inside vertical spans | Ingo Schwarze |
2018-08-19 | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze |
2018-08-18 | Bugfix: When a line ends with '\ \"', don't strip the trailing space | Ingo Schwarze |
2018-08-18 | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze |
2018-08-18 | paragraphs can contain .MT and .UR blocks | Ingo Schwarze |
2018-08-18 | If 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 open | Ingo Schwarze |
2018-08-18 | .SY causes a one-column indentation even without any argument | Ingo Schwarze |
2018-08-18 | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze |
2018-08-18 | Unsurprisingly, zero-width non-breaking spaces have... width 0. | Ingo Schwarze |
2018-08-18 | end of sentence detection after .ME and .UE, useful for some GNU manuals | Ingo Schwarze |
2018-08-18 | The .nf/.fi (fill mode) requests never have text children | Ingo Schwarze |
2018-08-18 | Two consecutive .SY blocks only get a blank line in between | Ingo Schwarze |
2018-08-18 | prevent line breaks in the middle of .OP | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-16 | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-15 | fix incomplete variable renaming in previous; | Ingo Schwarze |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-10 | handle the non-portable GNU-style \[charNN], \[charNNN] character | Ingo Schwarze |