| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -6/+3 |
* | fix .Eo/.Ec spacing | Ingo Schwarze | 2015-02-01 | 1 | -13/+51 |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 1 | -3/+4 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze | 2015-01-23 | 1 | -5/+5 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -2/+6 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -2/+2 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -1/+2 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+1 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -1/+2 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -8/+13 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -1/+1 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze | 2014-11-19 | 1 | -2/+4 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -1/+12 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -27/+13 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 1 | -1/+1 |
* | Don't pretend we have a separate XHTML and HTML mode any more. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+1 |
* | Remove <p> in favour of <div class="spacer">. | Kristaps Dzonsons | 2014-09-27 | 1 | -5/+5 |
* | Remove last hard-coded width attribute. | Kristaps Dzonsons | 2014-09-27 | 1 | -7/+0 |
* | HTML5-isation: remove more alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -24/+23 |
* | Continue in HTML5-ing by kicking out some hard-coded alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -4/+2 |
* | Kick out "summary" attribute, which isn't HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -6/+4 |
* | First, add space for default styling for HTML5 (non-fragment) output. | Kristaps Dzonsons | 2014-09-27 | 1 | -6/+4 |
* | implement .An -[no]split for -Thtml | Ingo Schwarze | 2014-09-17 | 1 | -3/+27 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 1 | -3/+4 |
* | Revert previous, as requested by kristaps@. | Ingo Schwarze | 2014-08-14 | 1 | -4/+6 |
* | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze | 2014-08-13 | 1 | -6/+4 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -3/+8 |