| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Two consecutive .SY blocks only get a blank line in between | Ingo Schwarze | 2018-08-18 | 2 | -2/+10 |
* | prevent line breaks in the middle of .OP | Ingo Schwarze | 2018-08-18 | 1 | -1/+2 |
* | Massively reduce the amount of text, cutting it down to what is needed | Ingo Schwarze | 2018-08-18 | 1 | -369/+72 |
* | implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7), | Ingo Schwarze | 2018-08-18 | 9 | -6/+115 |
* | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze | 2018-08-17 | 16 | -135/+161 |
* | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze | 2018-08-16 | 8 | -17/+27 |
* | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze | 2018-08-16 | 2 | -6/+4 |
* | Document \*(.T. | Ingo Schwarze | 2018-08-16 | 1 | -39/+22 |
* | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze | 2018-08-16 | 13 | -10/+144 |
* | process UTF-8 input even in ASCII output mode, | Ingo Schwarze | 2018-08-16 | 1 | -2/+2 |
* | fix incomplete variable renaming in previous; | Ingo Schwarze | 2018-08-15 | 1 | -1/+1 |
* | Change comment: NetBSD just fixed their headers; but leave the | Ingo Schwarze | 2018-08-15 | 1 | -1/+1 |
* | NULL requires <stddef.h> | Ingo Schwarze | 2018-08-15 | 1 | -0/+1 |
* | Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the | Ingo Schwarze | 2018-08-15 | 6 | -61/+66 |
* | support tail arguments on the .ME and .UE macros, | Ingo Schwarze | 2018-08-14 | 10 | -35/+60 |
* | error message for invalid -S argument | Ingo Schwarze | 2018-08-10 | 1 | -0/+9 |
* | handle the non-portable GNU-style \[charNN], \[charNNN] character | Ingo Schwarze | 2018-08-10 | 3 | -10/+31 |
* | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze | 2018-08-10 | 4 | -11/+15 |
* | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze | 2018-08-10 | 3 | -8/+18 |
* | If somebody asks "man 3 chmod", | Ingo Schwarze | 2018-08-09 | 1 | -2/+8 |
* | some fixes for the "www" and "www-install" maintainer targets | Ingo Schwarze | 2018-08-09 | 1 | -8/+13 |
* | release 1.14.4VERSION.1.14.4 | Ingo Schwarze | 2018-08-08 | 1 | -5/+7 |
* | Even though we strongly discourage escaping hyphens in manual pages | Ingo Schwarze | 2018-08-08 | 1 | -1/+1 |
* | Reorder the text in the "Dashes and Hyphens" subsection to keep the | Ingo Schwarze | 2018-08-08 | 1 | -24/+24 |
* | Clarify the confusing "(text)" annotation in the character lists. | Ingo Schwarze | 2018-08-08 | 1 | -16/+17 |
* | After years of deliberation, finally provide a clear recommendation | Ingo Schwarze | 2018-08-08 | 1 | -14/+19 |
* | scanned to groff manual pages for todo items; | Ingo Schwarze | 2018-08-06 | 1 | -0/+28 |
* | Fix an off-by-one string read access that could happen if an empty | Ingo Schwarze | 2018-08-01 | 1 | -2/+1 |
* | After rewriting the parse buffer from scratch, we also have to reset | Ingo Schwarze | 2018-08-01 | 2 | -1/+6 |
* | Avoid a read access one byte beyond the end of an allocated string | Ingo Schwarze | 2018-08-01 | 2 | -3/+3 |
* | more 1.14.4 release preparations: | Ingo Schwarze | 2018-07-31 | 6 | -62/+108 |
* | makewhatis -p complains about language subdirectories | Ingo Schwarze | 2018-07-31 | 1 | -0/+4 |
* | html.c now uses ohash, and new file compat_strndup.c | Ingo Schwarze | 2018-07-31 | 1 | -1/+2 |
* | first steps toward the 1.14.4 release | Ingo Schwarze | 2018-07-31 | 3 | -8/+81 |
* | Issue a STYLE message when normalizing the date format in .Dd/.TH. | Ingo Schwarze | 2018-07-28 | 5 | -7/+22 |