summaryrefslogtreecommitdiffstats
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Header for `PP', `P', and `LP' should never be printed.Kristaps Dzonsons2010-12-061-1/+4
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-9/+1
* Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that aKristaps Dzonsons2010-07-231-18/+64
* Fix broken compilation, hopefully before anybody notices.Kristaps Dzonsons2010-07-221-1/+1
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-0/+1
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-0/+1
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-1/+0
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-0/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-1/+4
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-0/+1
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-0/+1
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+0
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-1/+0
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+2
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-1/+7
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-3/+14
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-4/+22
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-1/+7
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-1/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+4
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-2/+8
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-161-19/+12
* Fixed -Thtml -man PP left- and top-margin.Kristaps Dzonsons2009-11-151-6/+6
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-11/+18
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-141-3/+5
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-4/+1
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-0/+3
* More lint fixes.Kristaps Dzonsons2009-10-301-1/+0
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-0/+3
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-4/+8
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-2/+1
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-0/+2
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-6/+2
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+4
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-1/+33
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-14/+128
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-144/+137