| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove two entries that were done | Ingo Schwarze | 2018-07-28 | 1 | -10/+2 |
* | garbage collect the unused "#define INDENT" | Ingo Schwarze | 2018-07-27 | 2 | -4/+0 |
* | Remove more redundant element selectors where the class selector | Ingo Schwarze | 2018-07-23 | 1 | -36/+36 |
* | replace the last instances of ex units by em; | Ingo Schwarze | 2018-07-23 | 1 | -5/+5 |
* | new todos, mostly from Pali Rohar, mostly tbl(7) | Ingo Schwarze | 2018-07-16 | 1 | -0/+18 |
* | Delete substantial amounts of code | Ingo Schwarze | 2018-06-25 | 5 | -175/+22 |
* | Get rid of the last explicit length in HTML style= attributes. | Ingo Schwarze | 2018-06-25 | 1 | -12/+2 |
* | Delete support for style=margin-left attributes, which are no longer used. | Ingo Schwarze | 2018-06-25 | 2 | -19/+2 |
* | Drop explicit, constant style=margin-left attribute on .Bf blocks. | Ingo Schwarze | 2018-06-25 | 1 | -1/+1 |
* | Delete support for style=width attributes, which are no longer used. | Ingo Schwarze | 2018-06-25 | 2 | -64/+0 |
* | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze | 2018-06-25 | 4 | -34/+1 |
* | Ignore author-specified indentation for .RS; it harms responsive | Ingo Schwarze | 2018-06-25 | 1 | -20/+2 |
* | Delete support for the style=text-indent attribute, which is no longer used. | Ingo Schwarze | 2018-06-25 | 2 | -8/+1 |
* | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze | 2018-06-25 | 2 | -15/+9 |
* | Revert previous: style=height is still used by roff_html.c, and it | Ingo Schwarze | 2018-06-18 | 1 | -1/+4 |
* | delete support for the HTML style=height property, which is no longer used | Ingo Schwarze | 2018-06-10 | 2 | -7/+0 |
* | In HTML output, for lists that have an -indent argument, just use | Ingo Schwarze | 2018-06-10 | 2 | -18/+11 |
* | When formatting man(7) documents that do not contain .SH macros | Ingo Schwarze | 2018-06-10 | 1 | -0/+12 |
* | Remove redundant value= attributes from option elements, | Ingo Schwarze | 2018-05-29 | 1 | -7/+5 |
* | Delete support for the print_otag(sw) * and - modifiers, | Ingo Schwarze | 2018-05-29 | 2 | -21/+2 |
* | Ignore author-specified -width arguments for -tag and -hang lists | Ingo Schwarze | 2018-05-29 | 1 | -6/+5 |
* | John Gardner tells me that among frontend developers, gratuitous use | Ingo Schwarze | 2018-05-28 | 1 | -52/+55 |
* | URL-fragment strings can only contain certain characters. | Ingo Schwarze | 2018-05-28 | 1 | -2/+8 |
* | Start with baby steps towards responsive design: | Ingo Schwarze | 2018-05-26 | 1 | -0/+14 |
* | Use em units rather than ex units for horizontal lengths. | Ingo Schwarze | 2018-05-26 | 1 | -19/+19 |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 5 | -31/+55 |
* | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze | 2018-05-21 | 3 | -2/+5 |
* | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze | 2018-05-21 | 3 | -3/+4 |