aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refrain from throwing fatal errors forIngo Schwarze2011-01-171-3/+3
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-3/+17
* Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff.Kristaps Dzonsons2011-01-121-6/+16
* Make sure that -Thtml doesn't break within literal lines. This is theKristaps Dzonsons2011-01-121-14/+6
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-1/+10
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-5/+3
* Protect tbl nodes from getting a post call.Kristaps Dzonsons2011-01-041-4/+11
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-2/+3
* Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze2011-01-041-22/+10
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-13/+6
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-241-29/+24
* Throw out negative margin garbage in -man -T[x]html in favour of usingKristaps Dzonsons2010-12-221-97/+79
* Banished -man -Thtml header and footer to example.style.css as well.Kristaps Dzonsons2010-12-171-32/+19
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-171-57/+13
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-9/+2
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-3/+1
* Typo: man_in_pre -> man_ign_pre for `ft'.Kristaps Dzonsons2010-12-061-2/+2
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+2
* Small merges from schwarze@'s man_html.c edits.Kristaps Dzonsons2010-12-061-7/+3
* Let some man_term.c cleanups bleed into man_html.c.Kristaps Dzonsons2010-12-061-7/+3
* Header for `PP', `P', and `LP' should never be printed.Kristaps Dzonsons2010-12-061-2/+5
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-10/+2
* Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that aKristaps Dzonsons2010-07-231-19/+65
* Fix broken compilation, hopefully before anybody notices.Kristaps Dzonsons2010-07-221-2/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+2
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-1/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-2/+1
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-2/+5
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-1/+2
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-6/+1
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-2/+1
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-3/+3
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-2/+8
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-4/+15
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-5/+23
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-2/+8
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-2/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+5
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-3/+9
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-161-20/+13
* Fixed -Thtml -man PP left- and top-margin.Kristaps Dzonsons2009-11-151-7/+7
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-12/+19
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-141-4/+6
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-5/+2
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-1/+4