summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_html.c
AgeCommit message (Expand)Author
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-08-12.Sq should use curly right quotes in HTML output to match its curlyMatthew Dempsky
2011-11-03Correct .Eo spacing:Ingo Schwarze
2011-10-16Remove a bunch of useless assignments,Ingo Schwarze
2011-10-09Always print <table> column widths in -T[x]html;Ingo Schwarze
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-07-05Sync to bsd.lv (all coded by kristaps@):Ingo Schwarze
2011-06-18Have -T[x]html print out the link target for `Lk'Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-03-07Clean up date handling,Ingo Schwarze
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-01-31When in a <PRE>, don't print out the <BR> before lines that haveIngo Schwarze
2011-01-30Make .Bx accept not more than two arguments.Ingo Schwarze
2011-01-16Merge from bsd.lv, original commit message by kristaps@:Ingo Schwarze
2011-01-16If the first character of a free-form text input line is whitespace,Ingo Schwarze
2011-01-09Remove an unused variable, and use int for array indices (not size_t);Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-12-29Reorg by Kristaps: In libmdoc, replace the union of pointers to structsIngo Schwarze
2010-12-25Yet another batch of -Thtml polishing from kristaps@:Ingo Schwarze
2010-12-22More small -Thtml improvements by kristaps@,Ingo Schwarze
2010-12-19Handle .Bk in -Thmtl the same way as in -Tascii.Ingo Schwarze
2010-12-19Significant improvements to -Thtml by kristaps@:Ingo Schwarze
2010-12-06Do not follow .D1 and .Dl inside .Bd with a blank line.Ingo Schwarze
2010-12-01Merge mdoc_action.c into mdoc_validate.c, because having two places to doIngo Schwarze
2010-10-23let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze
2010-10-23.Sm no longer produces a linebreak when used in .BdIngo Schwarze
2010-10-16Support tbl(1) code embedded into mdoc(7) input files.Ingo Schwarze
2010-10-01* need a space before .No even if it starts with a closing delimiterIngo Schwarze
2010-09-27Merge the last bits of 1.10.6 (released today), most were already in:Ingo Schwarze
2010-09-26consolidate all enclosure opening and closing functionsIngo Schwarze
2010-09-26no punctuation after .%* outside .RsIngo Schwarze
2010-09-20Format multiple authors (.%A) in the same way as groff:Ingo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-08-07In -Thtml output, preserve blank lines at the end of .Bd -literal.Ingo Schwarze
2010-07-31Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-06-29Support for badly nested blocks, written around the time ofIngo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-08Merge more bits that will be going into 1.10.1:Ingo Schwarze
2010-06-06Merge bsd.lv version 1.10.1 (to be released soon).Ingo Schwarze
2010-05-24Fix segfault in mixing old enum types for -Thtml -mdoc; from kristaps@.Ingo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze