]> git.cameronkatri.com Git - mandoc.git/history - mdoc_html.c
To make the code more readable, delete 283 /* FALLTHROUGH */ comments
[mandoc.git] / mdoc_html.c
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-09-26 Ingo Schwarzeresolve code duplication and do style cleanup in mdoc_n...
2015-09-26 Ingo SchwarzeFix multiple aspects of SYNOPSIS .Nm formatting:
2015-08-30 Ingo SchwarzeIf an .Fo macro lacks its mandatory argument, don't...
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-16 Ingo SchwarzeRestore the page headers and page footers that accident...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-03 Ingo SchwarzeIf an eqn(7) starts on a new input line, be sure to...
2015-02-12 Ingo SchwarzeDelete the mdoc_node.pending pointer and the function...
2015-02-11 Ingo Schwarzedo not access a NULL pointer if an .Eo block lacks...
2015-02-05 Ingo Schwarzefix handling of empty .An macros
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-02-01 Ingo Schwarzefix .Eo/.Ec spacing
2015-01-30 Ingo SchwarzeHave pity on the poor stack.
2015-01-23 Ingo SchwarzeLet .Aq/.Ao/.Ac print "<>" instead of the normal "...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo Schwarzeheader cleanup:
2014-11-30 Ingo SchwarzeMultiple fixes with respect to .Pf:
2014-11-27 Ingo SchwarzeMultiple fixes with respect to .Eo:
2014-11-27 Ingo SchwarzeFix the obsolete .Db (toggle debug mode) macro to ignor...
2014-11-19 Ingo SchwarzeLet .Ao and .Aq render as "<>" after .An and as "\...
2014-11-17 Ingo SchwarzeMultiple fixes with respect to in-line macros:
2014-10-30 Ingo SchwarzeMajor bugsquashing with respect to -offset and -width:
2014-10-10 Ingo Schwarzesync Copyright years after merge to OpenBSD; no code...
2014-09-27 Kristaps DzonsonsDon't pretend we have a separate XHTML and HTML mode...
2014-09-27 Kristaps DzonsonsRemove <p> in favour of <div class="spacer">.
2014-09-27 Kristaps DzonsonsRemove last hard-coded width attribute.
2014-09-27 Kristaps DzonsonsHTML5-isation: remove more alignments.
2014-09-27 Kristaps DzonsonsContinue in HTML5-ing by kicking out some hard-coded...
2014-09-27 Kristaps DzonsonsKick out "summary" attribute, which isn't HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-09-17 Ingo Schwarzeimplement .An -[no]split for -Thtml
2014-08-21 Ingo SchwarzeRight after .Fl, a middle delimiter triggers an empty...
2014-08-14 Ingo SchwarzeRevert previous, as requested by kristaps@.
2014-08-13 Ingo SchwarzeUse <em> for .Em and .Bf -emphasis.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-06 Ingo SchwarzeBring the handling of defective prologues even closer...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-07-30 Ingo SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-02 Ingo SchwarzeWhen .Sm is called without an argument, groff toggles...
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo Schwarzefix unchecked snprintf(3) in page header printing:
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2013-12-24 Ingo SchwarzeIt turns out SYNOPSIS mode does not imply .Bk in general,
2013-12-24 Ingo SchwarzeWhen deciding whether two consecutive macros are on...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-08-12 Ingo Schwarze.Sq should use curly right quotes in HTML output to...
2011-11-03 Ingo SchwarzeCorrect .Eo spacing:
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-10-09 Ingo SchwarzeAlways print <table> column widths in -T[x]html;
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-08-26 Kristaps DzonsonsMake sure that `Ql' literalises its arguments in -T...
2011-08-18 Kristaps DzonsonsAlign `-offset indent' and `D1' by forcing BLOCKQUOTE...
2011-08-18 Kristaps DzonsonsHave `Li' be correctly monospaced in -T[x]html. Also...
2011-08-10 Kristaps DzonsonsAllow `Sx' and `Ss' to have child nodes. Fixes manuals...
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-04 Kristaps DzonsonsThe bufcat() function in -T[x]html was eating one byte...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-16 Kristaps DzonsonsHave -T[x]html print out the link target for `Lk' if...
2011-05-17 Kristaps DzonsonsClean-up fallout: differentiate ID's and HREF's (where...
2011-05-17 Kristaps DzonsonsCleanups in -T[x]html: make html_idcat() use the buffer...
2011-05-17 Kristaps DzonsonsClean-ups in -T[x]html: inline print_num(), as it was...
2011-05-14 Kristaps DzonsonsGive -Thtml and -Txhtml the gift of recognising escapes...
2011-04-23 Kristaps DzonsonsRevert last change: this screwed up displaying in other...
2011-04-23 Kristaps DzonsonsMake the `Nm' -Thtml attribute be min-width instead...
2011-04-04 Kristaps DzonsonsSuppress a space following the "(" for -T[x]html `Fn...
2011-04-04 Kristaps DzonsonsHave `Fd' in -T[x]html generate an "include" link if...
2011-04-04 Kristaps DzonsonsFix a bug that slip in: PAIR_XXXX macros expanded to...
2011-04-04 Kristaps DzonsonsFully fix the `Rv' and `Ex' handlers for -T[x]html...
2011-04-04 Kristaps DzonsonsMake `Rv' do the Right Thing regarding commas and ...
2011-04-04 Kristaps DzonsonsFix possible segfaults in `Lk' -T[x]html handler, which...
2011-04-04 Kristaps DzonsonsClean-up in -T[x]html: remove some unnecessary assignme...
2011-04-04 Kristaps DzonsonsClean up handling of `In' for -T[x]html such that it...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsEQN blocks are now printed in all modes. This is simpl...
2011-02-06 Ingo SchwarzeFix a regression caused by mdoc_term.c 1.214 / mdoc_htm...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-29 Kristaps DzonsonsWhen in a <PRE>, don't print out the <BR> before lines...
2011-01-25 Kristaps DzonsonsArguments to `Bsx' and friends are separated by a non...
2011-01-25 Kristaps DzonsonsPush capitalisation of `Bx' second argument into valida...
2011-01-25 Kristaps DzonsonsProperly uppercase the first-letter of the `Bx' second...
2011-01-25 Kristaps DzonsonsHave `Bx' accept two arguments, not just one, and join...
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-07 Kristaps DzonsonsQuiesce lint with some type handling. Does not change...
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2010-12-24 Kristaps DzonsonsMake `Fo' use a B instead of SPAN (left-over).
next