Age | Commit message (Expand) | Author |
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 |
2022-06-22 | Delete the statement that the default stylesheet only used CSS1 | Ingo Schwarze |
2022-06-08 | When looking for the next block to tag, we aren't interested in children | Ingo Schwarze |
2022-06-08 | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-07 | Purge duplicate error reporting from the .tr request parser: | Ingo Schwarze |
2022-06-06 | To better match groff parsing, reject digits and some mathematical | Ingo Schwarze |
2022-06-06 | Allow arbitrary argument delimiters for \C, like groff does. | Ingo Schwarze |
2022-06-05 | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze |
2022-06-05 | Small cleanup of error reporting: | Ingo Schwarze |
2022-06-03 | During identifier parsing, handle undefined escape sequences | Ingo Schwarze |
2022-06-02 | Since \. is not a character escape sequence, re-classify it from the | Ingo Schwarze |
2022-06-02 | Avoid the layering violation of re-parsing for \E in roff_expand(). | Ingo Schwarze |
2022-06-01 | Fix a buffer overrun in the roff(7) escape sequence parser that could | Ingo Schwarze |
2022-05-31 | Rudimentary implementation of the \A escape sequence, following groff | Ingo Schwarze |
2022-05-31 | Trivial patch to put the roff(7) \g (interpolate format of register) | Ingo Schwarze |
2022-05-30 | Dummy implementation of the roff(7) \V (interpolate environment variable) | Ingo Schwarze |
2022-05-20 | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze |
2022-05-19 | Make roff_expand() parse left-to-right rather than right-to-left. | Ingo Schwarze |
2022-05-19 | improve a comment explaining a particularly nasty hack; no code change | Ingo Schwarze |
2022-05-01 | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze |
2022-04-30 | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze |
2022-04-30 | Add comments to some of the enum roff_tok values; | Ingo Schwarze |
2022-04-30 | Refactor the handler function roff_block_sub() for clarity and simplicity. | Ingo Schwarze |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-24 | When we open a new .while loop, let's not attempt to close out | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-23 | If the last data row of a tbl(7) contains nothing but a horizontal line, | Ingo Schwarze |
2022-04-13 | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |