summaryrefslogtreecommitdiffstats
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-1/+1
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-6/+2
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-2/+5
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-47/+22
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+1
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-081-5/+10
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-0/+28
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-27/+27
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+3
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-1/+1
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-10/+41
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-041-4/+7
* Don't depend on snprintf to handle NULL strings. Deal with missing date.Joerg Sonnenberger2011-11-181-2/+4
* Always print <table> column widths in -T[x]html;Ingo Schwarze2011-10-091-35/+17
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-17/+16
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-181-1/+0
* Flip on equation printing for -T[x]html.Kristaps Dzonsons2011-07-231-4/+1
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-2/+2
* Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'),Kristaps Dzonsons2011-07-071-17/+19
* Clean up how -man -T[x]html handles TP, IP, and HP (dd lists andKristaps Dzonsons2011-07-071-78/+14
* Fix a TODO noted by schwarze@, originally by Christian Weisgerber:Kristaps Dzonsons2011-07-031-0/+2
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-2/+3
* Make -T[x]html in -man also be aware of the vertical-space issues in theKristaps Dzonsons2011-06-181-4/+28
* Fix two TODOs with one check-in. Both of these relate to vertical spaceKristaps Dzonsons2011-06-181-1/+0
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-171-5/+5
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-171-1/+1
* Clean up date handling,Ingo Schwarze2011-03-071-8/+2
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-1/+7
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-0/+2
* Refrain from throwing fatal errors forIngo Schwarze2011-01-171-2/+2
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-2/+16
* Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff.Kristaps Dzonsons2011-01-121-5/+15
* Make sure that -Thtml doesn't break within literal lines. This is theKristaps Dzonsons2011-01-121-13/+5
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-0/+9
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-4/+2
* Protect tbl nodes from getting a post call.Kristaps Dzonsons2011-01-041-3/+10
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-1/+2
* Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze2011-01-041-21/+9
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-12/+5
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-241-28/+23
* Throw out negative margin garbage in -man -T[x]html in favour of usingKristaps Dzonsons2010-12-221-96/+78
* Banished -man -Thtml header and footer to example.style.css as well.Kristaps Dzonsons2010-12-171-31/+18
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-171-56/+12
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-8/+1
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-2/+0
* Typo: man_in_pre -> man_ign_pre for `ft'.Kristaps Dzonsons2010-12-061-1/+1
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-0/+1
* Small merges from schwarze@'s man_html.c edits.Kristaps Dzonsons2010-12-061-6/+2
* Let some man_term.c cleanups bleed into man_html.c.Kristaps Dzonsons2010-12-061-6/+2