| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle an odd edge case where .It is preceded by .Sm. | Ingo Schwarze | 2017-02-22 | 1 | -0/+1 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -2/+0 |
* | The .Nm macro does not only use the default name when it has no | Ingo Schwarze | 2017-02-06 | 1 | -2/+0 |
* | Wrap .St content in a <span class="St">. | Ingo Schwarze | 2017-02-05 | 1 | -2/+10 |
* | fix font selection for .Bf without argument | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 1 | -9/+9 |
* | for .Rs, use <cite> | Ingo Schwarze | 2017-02-05 | 1 | -1/+1 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -8/+12 |
* | eliminate one useless struct and one level of indirection; | Ingo Schwarze | 2017-01-29 | 1 | -2/+2 |
* | Simplify usage of print_otag() even more: | Ingo Schwarze | 2017-01-28 | 1 | -47/+20 |
* | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze | 2017-01-28 | 1 | -16/+16 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -3/+45 |
* | Avoid writing constant style attributes over and over again. | Ingo Schwarze | 2017-01-21 | 1 | -9/+14 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 1 | -7/+7 |
* | Standardize class attributes for semantic macros. | Ingo Schwarze | 2017-01-20 | 1 | -42/+43 |
* | standardize .Rs class attributes | Ingo Schwarze | 2017-01-20 | 1 | -23/+17 |
* | standardize .Bl and .It class attributes | Ingo Schwarze | 2017-01-20 | 1 | -71/+103 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -13/+9 |
* | clean up .Sx and .Xr HTML markup | Ingo Schwarze | 2017-01-19 | 1 | -6/+6 |
* | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | 2017-01-19 | 1 | -9/+7 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 1 | -9/+7 |
* | Implement line breaking of the generated HTML code at space characters | Ingo Schwarze | 2017-01-19 | 1 | -2/+0 |
* | Make HTML output more human readable by overhauling line break logic | Ingo Schwarze | 2017-01-18 | 1 | -1/+0 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -73/+77 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -402/+158 |
* | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze | 2017-01-11 | 1 | -112/+4 |
* | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze | 2017-01-10 | 1 | -29/+1 |
* | For the .Ux/.Ox family of macros, do text production at the validation | Ingo Schwarze | 2017-01-10 | 1 | -34/+1 |
* | unify names of AST node flags; no change of cpp output | Ingo Schwarze | 2017-01-10 | 1 | -18/+18 |
* | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. | Ingo Schwarze | 2017-01-10 | 1 | -0/+3 |
* | The .No macro is not supposed to produce fixed-width font, it is not | Ingo Schwarze | 2017-01-09 | 1 | -1/+1 |
* | Indentation must be measured in units of the surrounding text, | Ingo Schwarze | 2017-01-08 | 1 | -8/+8 |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -24/+25 |
* | Generate simpler in-page links: just replace spaces with underscores. | Ingo Schwarze | 2016-01-04 | 1 | -3/+1 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -54/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -95/+95 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -5/+0 |
* | resolve code duplication and do style cleanup in mdoc_nm_pre(), | Ingo Schwarze | 2015-09-26 | 1 | -8/+4 |
* | Fix multiple aspects of SYNOPSIS .Nm formatting: | Ingo Schwarze | 2015-09-26 | 1 | -2/+3 |
* | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze | 2015-08-30 | 1 | -3/+2 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -17/+10 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -1/+1 |
* | Restore the page headers and page footers that accidentally got lost | Ingo Schwarze | 2015-04-16 | 1 | -6/+2 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -1/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -6/+6 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -53/+54 |
* | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze | 2015-03-03 | 1 | -0/+2 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -4/+5 |
* | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze | 2015-02-11 | 1 | -3/+2 |
* | fix handling of empty .An macros | Ingo Schwarze | 2015-02-05 | 1 | -3/+0 |