summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* If the body of a man(7) .MT or .UR block is empty, do not emit a warning.Ingo Schwarze2022-08-024-9/+1
* Delete OpenBSD-only rules from the regress/roff/de MakefileIngo Schwarze2022-08-021-38/+0
* For accessibility, label the last two widgets in the search form.Ingo Schwarze2022-07-061-4/+6
* https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze2022-07-063-7/+7
* improve the description of header.html and footer.htmlIngo Schwarze2022-07-061-4/+6
* assign the ARIA role "doc-subtitle" to the .Nd element;Ingo Schwarze2022-07-061-1/+1
* While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze2022-07-0614-41/+41
* Finally get rid of the archaic <table> markup for header and footer linesIngo Schwarze2022-07-054-41/+49
* Somehow, the content of header.html ended upIngo Schwarze2022-07-051-30/+42
* Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze2022-07-041-15/+32
* Put the HTML comment containing the Copyright header (if any)Ingo Schwarze2022-07-042-4/+4
* spelling; patch from jsg@Ingo Schwarze2022-07-031-1/+1
* Instead of the custom <div class="manual-text">, use the standardIngo Schwarze2022-07-035-6/+7
* In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze2022-06-262-2/+2
* additional info regarding the .nf <br/> issueIngo Schwarze2022-06-261-1/+3
* If an .Xr macro contains a section argument, write an aria-label attributeIngo Schwarze2022-06-252-11/+21
* Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze2022-06-244-2/+12
* Delete the statement that the default stylesheet only used CSS1Ingo Schwarze2022-06-221-1/+0
* #include <stddef.h>, needed for NULL; bug reported by op@Ingo Schwarze2022-06-211-0/+2
* When looking for the next block to tag, we aren't interested in childrenIngo Schwarze2022-06-081-1/+2
* Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze2022-06-0829-52/+1053
* Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze2022-06-0710-21/+44
* Purge duplicate error reporting from the .tr request parser:Ingo Schwarze2022-06-071-11/+2
* To better match groff parsing, reject digits and some mathematicalIngo Schwarze2022-06-061-7/+9
* adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze2022-06-061-2/+2
* Allow arbitrary argument delimiters for \C, like groff does.Ingo Schwarze2022-06-061-4/+5
* add and update a few entriesIngo Schwarze2022-06-061-0/+11
* With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze2022-06-0516-96/+147
* Small cleanup of error reporting:Ingo Schwarze2022-06-051-11/+12
* During identifier parsing, handle undefined escape sequencesIngo Schwarze2022-06-0318-58/+222
* Since \. is not a character escape sequence, re-classify it from theIngo Schwarze2022-06-023-11/+15
* Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze2022-06-023-31/+25
* Fix a buffer overrun in the roff(7) escape sequence parser that couldIngo Schwarze2022-06-011-0/+3
* Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze2022-05-313-5/+40
* Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze2022-05-313-2/+5
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-307-9/+47
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-206-10/+36
* Test the handling of some additional one-character escape sequencesIngo Schwarze2022-05-203-13/+43
* following the fixed parsing direction of roff_expand() in roff.c rev. 1.388,Ingo Schwarze2022-05-193-29/+29
* Adjust a column number in an error messageIngo Schwarze2022-05-191-1/+1
* fix a wrong column number that got fixed as a side effectIngo Schwarze2022-05-191-1/+1
* remove a bogus warning that went away as a side effectIngo Schwarze2022-05-191-1/+0
* Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze2022-05-196-646/+677
* improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze2022-05-191-1/+6
* Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze2022-05-015-99/+154
* Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze2022-04-309-43/+160
* Add comments to some of the enum roff_tok values;Ingo Schwarze2022-04-301-12/+12
* Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze2022-04-301-16/+9
* The syntax of the roff(7) .mc request is quite specialIngo Schwarze2022-04-289-3/+135
* Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze2022-04-285-9/+59