aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-1/+4
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-5/+9
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-3/+2
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+3
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-7/+3
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-7/+5
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-2/+34
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-15/+129
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-145/+138
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-21/+78
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-6/+93
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-10/+303
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-2/+97
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-1/+2
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+30