| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 1 | -24/+30 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 1 | -14/+7 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -8/+23 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -16/+21 |
* | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze | 2014-04-20 | 1 | -2/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -304/+184 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -1/+11 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | 2013-12-24 | 1 | -1/+1 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 1 | -7/+3 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -28/+29 |
* | .Sq should use curly right quotes in HTML output to match its curly | Ingo Schwarze | 2012-08-12 | 1 | -3/+3 |
* | Correct .Eo spacing: | Ingo Schwarze | 2011-11-03 | 1 | -1/+5 |