summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* In literal context, do not generate output line breaks between macroschwarze2011-01-161-14/+6
* If the first character of a free-form text input line is whitespace,schwarze2011-01-161-1/+10
* Remove an unused variable, and use int for array indices (not size_t);schwarze2011-01-091-5/+3
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-7/+6
* Multiple man(7) .IP and .TP fixes started during p2k10:schwarze2011-01-041-22/+10
* Yet another batch of -Thtml polishing from kristaps@:schwarze2010-12-251-29/+24
* Use yet more standard HTML tags,schwarze2010-12-221-97/+79
* Significant improvements to -Thtml by kristaps@:schwarze2010-12-191-96/+32
* Remove `i' and `r' macro handlers. These macros, originally part of theschwarze2010-12-191-3/+1
* Back out my .ft implementation for -Thtml.schwarze2010-12-071-46/+2
* Never print .P, .PP, and .LP header content.schwarze2010-12-061-2/+5
* Now that we have proper .de support in the roff(7) library,schwarze2010-11-291-21/+5
* Implement the roff .ft (change font) request for man(7).schwarze2010-11-291-1/+46
* Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.schwarze2010-10-151-1/+3
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-18/+65
* Merge release 1.10.4 (all code by kristaps@), providing four new features:schwarze2010-07-131-3/+2
* Full .nr nS support, unbreaking the kernel manuals.schwarze2010-06-271-2/+3
* Merge bsd.lv release 1.10.0,schwarze2010-06-061-2/+5
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-1/+2
* implement .AT and .UC; from Joerg Sonnenbergerschwarze2010-05-231-1/+2
* Support nested roff instructions:schwarze2010-05-201-4/+1
* In theory, Kristaps never intended to write a roff parser,schwarze2010-05-161-7/+1
* removed restriction on integer manual sections in -man;schwarze2010-05-151-3/+3
* Implement roff conditional instructions .if .ie .el, in man(7) only for now;schwarze2010-04-251-1/+4
* merge 1.9.17, keeping local patchesschwarze2010-03-261-6/+20
* merge 1.9.16, keeping local patchesschwarze2010-03-251-4/+28
* Accept the non-standard macros .Sp (similar to .sp)schwarze2010-03-021-2/+5
* sync to release 1.9.15:schwarze2010-02-181-2/+2
* sync to 1.9.14: rewrite escape sequence handling:schwarze2009-12-241-33/+41
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-6/+12
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-9/+6
* sync to 1.9.9, featuring:schwarze2009-10-211-0/+696