summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2022-07-06For accessibility, label the last two widgets in the search form.Ingo Schwarze
2022-07-06https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze
2022-07-06improve the description of header.html and footer.htmlIngo Schwarze
2022-07-06assign the ARIA role "doc-subtitle" to the .Nd element;Ingo Schwarze
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze
2022-07-05Finally get rid of the archaic <table> markup for header and footer linesIngo Schwarze
2022-07-05Somehow, the content of header.html ended upIngo Schwarze
2022-07-04Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze
2022-07-04Repair "make man.cgi" which got accidentally broken in the previousIngo Schwarze
2022-07-04Put the HTML comment containing the Copyright header (if any)Ingo Schwarze
2022-07-03Instead of the custom <div class="manual-text">, use the standardIngo Schwarze
2022-06-28spellingJonathan Gray
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
2022-06-25If an .Xr macro contains a section argument, write an aria-label attributeIngo Schwarze
2022-06-24Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze
2022-06-22Delete the statement that the default stylesheet only used CSS1Ingo Schwarze
2022-06-08When looking for the next block to tag, we aren't interested in childrenIngo Schwarze
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-07Purge duplicate error reporting from the .tr request parser:Ingo Schwarze
2022-06-06To better match groff parsing, reject digits and some mathematicalIngo Schwarze
2022-06-06Allow arbitrary argument delimiters for \C, like groff does.Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-05Small cleanup of error reporting:Ingo Schwarze
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-06-02Since \. is not a character escape sequence, re-classify it from theIngo Schwarze
2022-06-02Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze
2022-06-01Fix a buffer overrun in the roff(7) escape sequence parser that couldIngo Schwarze
2022-05-31Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze
2022-05-31Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze
2022-05-30Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze
2022-05-20Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze
2022-05-19Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze
2022-05-19improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-30Add comments to some of the enum roff_tok values;Ingo Schwarze
2022-04-30Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-24When we open a new .while loop, let's not attempt to close outIngo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-23If the last data row of a tbl(7) contains nothing but a horizontal line,Ingo Schwarze
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze