summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/html.c
AgeCommit message (Expand)Author
2014-12-02Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze
2014-12-01The header libmandoc.h is part of the internal parser interface,Ingo Schwarze
2014-10-29In terminal output, unify handling of Unicode and numbered characterIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-27Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze
2014-10-27Fix a regression in term.c rev. 1.89 reported by bentley@:Ingo Schwarze
2014-10-26Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze
2014-10-13Add missing */ after $OpenBSD$ tagCharles Longeau
2014-10-10Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.Ingo Schwarze
2014-10-09parse and render "from" and "to" clauses in eqn, and render matrices;Ingo Schwarze
2014-10-09initial bits of MathML rendering for eqn(7) -Thtml;Ingo Schwarze
2014-10-07Switch HTML output to polyglot HTML5; have only one single -Thml mode.Ingo Schwarze
2014-08-14Revert previous, as requested by kristaps@.Ingo Schwarze
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
2014-08-13Use <em> for .Em and .Bf -emphasis.Ingo Schwarze
2014-07-23Security fix:Ingo Schwarze
2014-07-22Security fix:Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-01-22Implement the \: (optional line break) escape sequence,Ingo Schwarze
2014-01-05Fix one case where a non-literal is used as format string.Ingo Schwarze
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
2011-07-08clean up .HP, .IP, .TP, .nf, and \c handling in -T[x]html;Ingo Schwarze
2011-07-05Sync to bsd.lv (all coded by kristaps@):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-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
2011-01-16Merge from bsd.lv, original commit message by kristaps@:Ingo Schwarze
2010-12-27In case an ID attribute is written in pieces, only protect the firstIngo 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-19Significant improvements to -Thtml by kristaps@: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-08-20Implement a simple, consistent user interface for error handling.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-27Remove "pt" from struct roffsu, as CSS (the only reason it was there) isIngo Schwarze
2010-06-08Merge more bits that will be going into 1.10.1:Ingo Schwarze
2010-05-26When a word does not fully fit onto the output line, but it containsIngo Schwarze
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-02-18sync to release 1.9.15:Ingo Schwarze
2009-12-24sync to 1.9.14: rewrite escape sequence handling:Ingo Schwarze
2009-12-23sync to 1.9.13: minor fixes:Ingo Schwarze