]> git.cameronkatri.com Git - mandoc.git/history - man_html.c
Minimal COMPATIBILITY cleanup:
[mandoc.git] / man_html.c
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.
2014-03-08 Ingo SchwarzeTo find out whether .TP head arguments are same-line...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-11-18 Joerg SonnenbergerDon't depend on snprintf to handle NULL strings. Deal...
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-18 Kristaps DzonsonsAlign `-offset indent' and `D1' by forcing BLOCKQUOTE...
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-07 Kristaps DzonsonsConsiderably fix up -man -T[x]html's handling of verbat...
2011-07-07 Kristaps DzonsonsClean up how -man -T[x]html handles TP, IP, and HP...
2011-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-18 Kristaps DzonsonsMake -T[x]html in -man also be aware of the vertical...
2011-06-18 Kristaps DzonsonsFix two TODOs with one check-in. Both of these relate...
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-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 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-12 Kristaps DzonsonsBring in -Tascii comments for -Thtml MANH_LITERAL line...
2011-01-12 Kristaps DzonsonsMake sure that -Thtml doesn't break within literal...
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 DzonsonsProtect tbl nodes from getting a post call.
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2010-12-24 Kristaps DzonsonsDrastically fix -T[x]html's handling of font-escape...
2010-12-22 Kristaps DzonsonsThrow out negative margin garbage in -man -T[x]html...
2010-12-17 Kristaps DzonsonsBanished -man -Thtml header and footer to example.style...
2010-12-17 Kristaps DzonsonsSignificantly clean up Sh, Ss, SH, and SS handling...
2010-12-15 Kristaps DzonsonsUse a single P tag for paragraph breaks (which can...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsTypo: man_in_pre -> man_ign_pre for `ft'.
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsSmall merges from schwarze@'s man_html.c edits.
2010-12-06 Kristaps DzonsonsLet some man_term.c cleanups bleed into man_html.c.
2010-12-06 Kristaps DzonsonsHeader for `PP', `P', and `LP' should never be printed.
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-07-23 Kristaps DzonsonsEnable literal contexts (Vb/nf) in -T[x]html -man....
2010-07-22 Kristaps DzonsonsFix broken compilation, hopefully before anybody notices.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-23 Kristaps DzonsonsSupport for pod2man standard header macros (Vb, Ve...
2010-03-22 Kristaps DzonsonsClarify -man -T[x]html handling of `br' within `B'.
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-16 Kristaps DzonsonsEnabled -Thtml -mdoc to work with \f (see compat notes...
2009-11-16 Kristaps DzonsonsAbstraction of -Thtml -man font setting (still experime...
2009-11-15 Kristaps DzonsonsFixed -Thtml -man PP left- and top-margin.
2009-11-15 Kristaps Dzonsons\f escapes appear to work properly for -Thtml -man...
2009-11-14 Kristaps DzonsonsInitial check-in of -man -Thtml \f support (needs testing).
2009-11-14 Kristaps DzonsonsFixed \c handling in -Thtml.
2009-11-10 Kristaps DzonsonsNoted that -man text decoration is re-set when exiting...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
2009-10-27 Kristaps DzonsonsAdded "summary" tag to tables in order to silence HTML...
2009-10-26 Kristaps DzonsonsPortability: replaced queue macros in html.c (Joerg...
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-09 Kristaps DzonsonsRS tags implemented for -Tman -Thtml.
2009-10-08 Kristaps DzonsonsConsolidated some -man -Tascii functions.
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-04 Kristaps DzonsonsStructural components of -man -Thtml in place (note...
2009-10-04 Kristaps DzonsonsInitial IP implementation in -Thtml -man.
2009-10-04 Kristaps DzonsonsSS, SH, PP, P, LP, br, sp tags in -man -Thtml.
2009-10-03 Kristaps DzonsonsAdded initial -man framework for -Thtml.
2009-10-03 Kristaps DzonsonsElement tag buffer is now part of struct html.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.