aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-3/+3
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-31/+31
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-14/+8
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-4/+4
* Second step towards parser unification:Ingo Schwarze2015-04-021-9/+9
* First step towards parser unification:Ingo Schwarze2015-04-021-27/+28
* If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze2015-03-031-1/+3
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-2/+2
* Have pity on the poor stack.Ingo Schwarze2015-01-301-5/+6
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-2/+1
* some scaling unit fixes:Ingo Schwarze2014-12-231-2/+2
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-041-2/+2
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-11/+4
* header cleanup:Ingo Schwarze2014-12-011-3/+2
* Don't pretend we have a separate XHTML and HTML mode any more.Kristaps Dzonsons2014-09-271-2/+2
* Remove <p> in favour of <div class="spacer">.Kristaps Dzonsons2014-09-271-6/+7
* Remove last hard-coded width attribute.Kristaps Dzonsons2014-09-271-8/+1
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-25/+24
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-271-5/+3
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-271-7/+5
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-271-7/+5
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-2/+2
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-7/+3
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-3/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-48/+23
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+2
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-081-6/+11
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+29
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-28/+28
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-2/+4
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-2/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-11/+42
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-041-5/+8
* Don't depend on snprintf to handle NULL strings. Deal with missing date.Joerg Sonnenberger2011-11-181-3/+5
* Always print <table> column widths in -T[x]html;Ingo Schwarze2011-10-091-36/+18
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-18/+17
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-181-2/+1
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-5/+2
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-3/+3
* Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'),Kristaps Dzonsons2011-07-071-18/+20
* Clean up how -man -T[x]html handles TP, IP, and HP (dd lists andKristaps Dzonsons2011-07-071-79/+15
* Fix a TODO noted by schwarze@, originally by Christian Weisgerber:Kristaps Dzonsons2011-07-031-1/+3
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-3/+4
* Make -T[x]html in -man also be aware of the vertical-space issues in theKristaps Dzonsons2011-06-181-5/+29
* Fix two TODOs with one check-in. Both of these relate to vertical spaceKristaps Dzonsons2011-06-181-2/+1
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-171-6/+6
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-171-2/+2