aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Patches for man.cameronkatri.comcameronkatriCameron Katri2022-07-232-30/+43
* For accessibility, label the last two widgets in the search form.HEADmainIngo Schwarze2022-07-061-5/+7
* https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze2022-07-063-10/+10
* improve the description of header.html and footer.htmlIngo Schwarze2022-07-061-6/+8
* assign the ARIA role "doc-subtitle" to the .Nd element;Ingo Schwarze2022-07-061-2/+2
* While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze2022-07-0614-46/+46
* Finally get rid of the archaic <table> markup for header and footer linesIngo Schwarze2022-07-054-45/+53
* Somehow, the content of header.html ended upIngo Schwarze2022-07-051-31/+43
* Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze2022-07-041-16/+33
* Put the HTML comment containing the Copyright header (if any)Ingo Schwarze2022-07-042-6/+6
* spelling; patch from jsg@Ingo Schwarze2022-07-031-3/+3
* Instead of the custom <div class="manual-text">, use the standardIngo Schwarze2022-07-035-11/+12
* In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze2022-06-262-3/+3
* additional info regarding the .nf <br/> issueIngo Schwarze2022-06-261-2/+4
* If an .Xr macro contains a section argument, write an aria-label attributeIngo Schwarze2022-06-252-13/+23
* Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze2022-06-244-7/+17
* Delete the statement that the default stylesheet only used CSS1Ingo Schwarze2022-06-221-3/+2
* #include <stddef.h>, needed for NULL; bug reported by op@Ingo Schwarze2022-06-211-1/+3
* When looking for the next block to tag, we aren't interested in childrenIngo Schwarze2022-06-081-2/+3
* Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze2022-06-0829-58/+1059
* Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze2022-06-0710-26/+49
* Purge duplicate error reporting from the .tr request parser:Ingo Schwarze2022-06-071-12/+3
* 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-1/+12
* With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze2022-06-0516-99/+150
* Small cleanup of error reporting:Ingo Schwarze2022-06-051-11/+12
* During identifier parsing, handle undefined escape sequencesIngo Schwarze2022-06-0318-61/+225
* Since \. is not a character escape sequence, re-classify it from theIngo Schwarze2022-06-023-12/+16
* Avoid the layering violation of re-parsing for \E in roff_expand().Ingo Schwarze2022-06-023-32/+26
* 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-7/+42
* Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze2022-05-313-5/+8
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-307-12/+50
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-206-11/+37
* 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-650/+681
* improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze2022-05-191-2/+7
* Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze2022-05-015-100/+155
* Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze2022-04-309-44/+161
* Add comments to some of the enum roff_tok values;Ingo Schwarze2022-04-301-13/+13
* Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze2022-04-301-17/+10
* The syntax of the roff(7) .mc request is quite specialIngo Schwarze2022-04-289-7/+139
* Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze2022-04-285-9/+59
* The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze2022-04-2712-10/+106