]> git.cameronkatri.com Git - mandoc.git/history - regress
While the HTML standard allows multiple <h1> elements in the same
[mandoc.git] / regress /
2022-07-06 Ingo SchwarzeWhile the HTML standard allows multiple <h1> elements...
2022-06-26 Ingo SchwarzeIn groff commit 78e66624 on May 7 20:15:33 2021 +1000,
2022-06-08 Ingo SchwarzeSurprisingly, every escape sequence can also be used...
2022-06-07 Ingo SchwarzeSplit the excessively generic diagnostic message "inval...
2022-06-06 Ingo Schwarzeadjust two desired error messages after roff_escape...
2022-06-05 Ingo SchwarzeWith the improved escape sequence parser, it becomes...
2022-06-03 Ingo SchwarzeDuring identifier parsing, handle undefined escape...
2022-05-30 Ingo SchwarzeDummy implementation of the roff(7) \V (interpolate...
2022-05-20 Ingo SchwarzeRe-classify the roff(7) \r (reverse line feed) escape...
2022-05-20 Ingo SchwarzeTest the handling of some additional one-character...
2022-05-19 Ingo Schwarzefollowing the fixed parsing direction of roff_expand...
2022-05-19 Ingo SchwarzeAdjust a column number in an error message
2022-05-19 Ingo Schwarzefix a wrong column number that got fixed as a side...
2022-05-19 Ingo Schwarzeremove a bogus warning that went away as a side effect
2022-05-01 Ingo SchwarzeSplit a new function roff_parse_comment() out of roff_e...
2022-04-30 Ingo SchwarzeProvide a new function roff_req_or_macro() to parse...
2022-04-28 Ingo SchwarzeThe syntax of the roff(7) .mc request is quite special
2022-04-28 Ingo SchwarzeElement next-line scopes may nest, so man_breakscope...
2022-04-27 Ingo SchwarzeThe .AT, .DT, and .UC macros are allowed inside next...
2022-04-27 Ingo SchwarzeFix three bugs regarding the interaction of \z and \h:
2022-04-26 Ingo Schwarzetypo in example text: unsused -> unused; noticed by tb@
2022-04-26 Ingo SchwarzeAt the end of every tbl(7) cell, clear the \z state.
2022-04-26 Ingo SchwarzeIf a node is tagged explicitly, skip implicit tagging...
2022-04-24 Ingo SchwarzeIf a .shift request has a negative argument, do not...
2022-04-13 Ingo SchwarzeTo prevent infinite recursion while expanding eqn(7...
2022-04-13 Ingo SchwarzeDo not die on an assertion if an input file contains...
2022-04-13 Ingo SchwarzeSurprisingly, groff supports multiple copy mode escapes...