Age | Commit message (Expand) | Author |
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 |
2018-08-10 | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze |
2018-08-10 | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze |
2018-08-09 | If somebody asks "man 3 chmod", | Ingo Schwarze |
2018-08-01 | Fix an off-by-one string read access that could happen if an empty | Ingo Schwarze |
2018-08-01 | After rewriting the parse buffer from scratch, we also have to reset | Ingo Schwarze |
2018-08-01 | Avoid a read access one byte beyond the end of an allocated string | Ingo Schwarze |
2018-07-28 | Issue a STYLE message when normalizing the date format in .Dd/.TH. | Ingo Schwarze |
2018-07-27 | garbage collect the unused "#define INDENT" | Ingo Schwarze |
2018-07-23 | Remove more redundant element selectors where the class selector | Ingo Schwarze |
2018-07-23 | replace the last instances of ex units by em; | Ingo Schwarze |
2018-06-25 | Delete substantial amounts of code | Ingo Schwarze |
2018-06-25 | Get rid of the last explicit length in HTML style= attributes. | Ingo Schwarze |
2018-06-25 | Delete support for style=margin-left attributes, which are no longer used. | Ingo Schwarze |
2018-06-25 | Drop explicit, constant style=margin-left attribute on .Bf blocks. | Ingo Schwarze |
2018-06-25 | Delete support for style=width attributes, which are no longer used. | Ingo Schwarze |
2018-06-25 | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze |
2018-06-25 | Ignore author-specified indentation for .RS; it harms responsive | Ingo Schwarze |
2018-06-25 | Delete support for the style=text-indent attribute, which is no longer used. | Ingo Schwarze |
2018-06-25 | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze |
2018-06-18 | Revert previous: style=height is still used by roff_html.c, and it | Ingo Schwarze |
2018-06-10 | delete support for the HTML style=height property, which is no longer used | Ingo Schwarze |
2018-06-10 | In HTML output, for lists that have an -indent argument, just use | Ingo Schwarze |
2018-06-10 | When formatting man(7) documents that do not contain .SH macros | Ingo Schwarze |
2018-05-29 | Remove redundant value= attributes from option elements, | Ingo Schwarze |
2018-05-29 | Delete support for the print_otag(sw) * and - modifiers, | Ingo Schwarze |
2018-05-29 | Ignore author-specified -width arguments for -tag and -hang lists | Ingo Schwarze |
2018-05-28 | John Gardner tells me that among frontend developers, gratuitous use | Ingo Schwarze |
2018-05-28 | URL-fragment strings can only contain certain characters. | Ingo Schwarze |
2018-05-26 | Start with baby steps towards responsive design: | Ingo Schwarze |
2018-05-26 | Use em units rather than ex units for horizontal lengths. | Ingo Schwarze |
2018-05-25 | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze |
2018-05-20 | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze |
2018-05-20 | various minor improvements | Ingo Schwarze |
2018-05-20 | Protect against malicious manual pages containing .ll requests with | Ingo Schwarze |
2018-05-18 | In a nutshell, all mobile browsers are broken. | Ingo Schwarze |
2018-05-14 | Some broken terminal emulators (e.g. sakura) do the equivalent | Ingo Schwarze |
2018-05-09 | Fix a long-standing issue: | Ingo Schwarze |
2018-05-08 | Eliminate the class=It-* attributes. | Ingo Schwarze |
2018-05-08 | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze |
2018-05-03 | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze |
2018-05-01 | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze |
2018-04-29 | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze |