| Commit message (Expand) | Author | Age | Files | Lines |
* | Have pity on the poor stack. | Ingo Schwarze | 2015-01-30 | 1 | -4/+5 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+0 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -1/+1 |
* | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | 2014-12-04 | 1 | -1/+1 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -10/+3 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+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/+6 |
* | 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 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -1/+1 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -6/+2 |
* | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze | 2014-04-20 | 1 | -2/+5 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -47/+22 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze | 2014-03-08 | 1 | -5/+10 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | 2013-10-17 | 1 | -0/+28 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -27/+27 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -1/+3 |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -10/+41 |
* | Jumping out of man_unscope() for the root node is a bad idea | Ingo Schwarze | 2011-12-04 | 1 | -4/+7 |
* | Don't depend on snprintf to handle NULL strings. Deal with missing date. | Joerg Sonnenberger | 2011-11-18 | 1 | -2/+4 |
* | Always print <table> column widths in -T[x]html; | Ingo Schwarze | 2011-10-09 | 1 | -35/+17 |
* | Add the -Ofragment option to -T[]x]html. This accomodates for embedding | Kristaps Dzonsons | 2011-10-05 | 1 | -17/+16 |
* | Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5ex | Kristaps Dzonsons | 2011-08-18 | 1 | -1/+0 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 1 | -4/+1 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+2 |
* | Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'), | Kristaps Dzonsons | 2011-07-07 | 1 | -17/+19 |
* | Clean up how -man -T[x]html handles TP, IP, and HP (dd lists and | Kristaps Dzonsons | 2011-07-07 | 1 | -78/+14 |
* | Fix a TODO noted by schwarze@, originally by Christian Weisgerber: | Kristaps Dzonsons | 2011-07-03 | 1 | -0/+2 |
* | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 | Kristaps Dzonsons | 2011-06-29 | 1 | -2/+3 |
* | Make -T[x]html in -man also be aware of the vertical-space issues in the | Kristaps Dzonsons | 2011-06-18 | 1 | -4/+28 |
* | Fix two TODOs with one check-in. Both of these relate to vertical space | Kristaps Dzonsons | 2011-06-18 | 1 | -1/+0 |
* | Cleanups in -T[x]html: make html_idcat() use the buffer and be called | Kristaps Dzonsons | 2011-05-17 | 1 | -5/+5 |
* | Clean-ups in -T[x]html: inline print_num(), as it was just a single | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+1 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -8/+2 |
* | EQN blocks are now printed in all modes. This is simply a printing of | Kristaps Dzonsons | 2011-02-09 | 1 | -1/+7 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+2 |
* | Refrain from throwing fatal errors for | Ingo Schwarze | 2011-01-17 | 1 | -2/+2 |
* | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -2/+16 |
* | Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff. | Kristaps Dzonsons | 2011-01-12 | 1 | -5/+15 |
* | Make sure that -Thtml doesn't break within literal lines. This is the | Kristaps Dzonsons | 2011-01-12 | 1 | -13/+5 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+9 |
* | Quiesce lint with some type handling. Does not change anything. | Kristaps Dzonsons | 2011-01-07 | 1 | -4/+2 |
* | Protect tbl nodes from getting a post call. | Kristaps Dzonsons | 2011-01-04 | 1 | -3/+10 |