Age | Commit message (Expand) | Author |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-08-13 | Fix a bug in .Ql handling that has been present since the beginning (2017). | Ingo Schwarze |
2024-06-16 | Add new argument for IEEE 1003.1-2024 aka POSIX.1 | Job Snijders |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-16 | Fix UTF-16 surrogate detection: | Ingo Schwarze |
2024-05-14 | Garbage collect dead code intended to write five- and six-byte UTF-8 | Ingo Schwarze |
2024-05-14 | The makewhatis(8) program already provided a "-T utf8" option | Ingo Schwarze |
2024-03-29 | Back out tzset(3) change, it is not effective. | Todd C. Miller |
2024-03-29 | Call tzset() in main() so we don't need to check TZ repeatedly. | Todd C. Miller |
2023-11-24 | 1. Do not put ASCII_HYPH (0x1c) into the tag file. | Ingo Schwarze |
2023-11-13 | Reduce the man(7) default global indentation from 7n, which was an oddity | Ingo Schwarze |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-10-23 | Support some escape sequences, in particular character escape sequences, | Ingo Schwarze |
2023-10-22 | While doing delayed expansion of escape sequences in macro arguments, | Ingo Schwarze |
2023-10-21 | When parsing a macro argument results in delayed escape sequence | Ingo Schwarze |
2023-10-18 | Support the GNU-specific syntax ".IP \\[bu]" for bullet lists in man(7) | Ingo Schwarze |
2023-10-18 | Better document the purpose and features of the file mandoc.css | Ingo Schwarze |
2023-09-04 | Fix a bug where the wrong digit was used for prioritizing filenames | Ingo Schwarze |
2023-04-28 | Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causes | Ingo Schwarze |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-09-11 | Finally expand and delete the macro SCALE_VS_INIT(). | Ingo Schwarze |
2022-08-28 | Stop skipping vertical space after boxed tables. | Ingo Schwarze |
2022-08-28 | Stop unconditionally emitting vertical space before .TS (table start). | Ingo Schwarze |
2022-08-19 | Up to version 1.22.4, groff_mdoc(7) only considered the first word | Ingo Schwarze |
2022-08-16 | Restore the traditional behaviour of the man(7) single-font | Ingo Schwarze |
2022-08-16 | When starting a new input line, even when continuing the same output | Ingo Schwarze |
2022-08-16 | Even though the constant ASCII_ESC is only used in the roff pre-parser roff.c, | Ingo Schwarze |
2022-08-15 | Simplify handling of no-fill mode in man(7) by inspecting NODE_NOFILL | Ingo Schwarze |
2022-08-15 | Distinguish between escape sequences that produce no output | Ingo Schwarze |
2022-08-15 | In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines, | Ingo Schwarze |
2022-08-15 | In GNU, Heirloom, and Plan 9 roff, literal tab characters are | Ingo Schwarze |
2022-08-09 | prevent breakable hyphens in segment identifiers | Ingo Schwarze |
2022-08-04 | For clarity and consistency, refer to ".Bx 4.0" rather than ".Bx 4". | Ingo Schwarze |
2022-08-02 | If the body of a man(7) .MT or .UR block is empty, do not emit a warning. | Ingo Schwarze |
2022-07-06 | For accessibility, label the last two widgets in the search form. | Ingo Schwarze |
2022-07-06 | https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: | Ingo Schwarze |
2022-07-06 | improve the description of header.html and footer.html | Ingo Schwarze |
2022-07-06 | assign the ARIA role "doc-subtitle" to the .Nd element; | Ingo Schwarze |
2022-07-06 | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze |
2022-07-05 | Finally get rid of the archaic <table> markup for header and footer lines | Ingo Schwarze |
2022-07-05 | Somehow, the content of header.html ended up | Ingo Schwarze |
2022-07-04 | Improve accessibility of man.cgi(8) in various respects, | Ingo Schwarze |
2022-07-04 | Repair "make man.cgi" which got accidentally broken in the previous | Ingo Schwarze |
2022-07-04 | Put the HTML comment containing the Copyright header (if any) | Ingo Schwarze |
2022-07-03 | Instead of the custom <div class="manual-text">, use the standard | Ingo Schwarze |
2022-06-28 | spelling | Jonathan Gray |
2022-06-26 | In groff commit 78e66624 on May 7 20:15:33 2021 +1000, | Ingo Schwarze |
2022-06-25 | If an .Xr macro contains a section argument, write an aria-label attribute | Ingo Schwarze |
2022-06-24 | Improve accessibility of -T html -O toc output by using the <nav> element | Ingo Schwarze |