]> git.cameronkatri.com Git - mandoc.git/history - html.c
Added mandoc_a2time() for proper date conversion.
[mandoc.git] / html.c
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-11-01 Kristaps DzonsonsLint fix.
2009-11-01 Kristaps DzonsonsUsing putchar for single-character prints (noted by...
2009-11-01 Kristaps Dzonsonsprint_encode() using strcspn instead of looping/putchar...
2009-11-01 Kristaps DzonsonsReplaced putchar() loop with fwrite() (noted by Joerg...
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-30 Kristaps DzonsonsLint fixes.
2009-10-30 Kristaps DzonsonsContinued safe handling of allocations.
2009-10-30 Kristaps DzonsonsAdded newline after block-level closing tags (suggested...
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
2009-10-28 Kristaps DzonsonsRemoved superfluous memset (thanks Joerg Sonnenberger).
2009-10-28 Kristaps DzonsonsFixed un-reset buffer in `.In', -Thtml, -mdoc.
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-20 Kristaps DzonsonsMore updates to mdoc.7.
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
2009-10-09 Kristaps DzonsonsScaling factor made floating point (as per groff.7...
2009-10-07 Kristaps DzonsonsFixed side-effect of linting (oops).
2009-10-07 Kristaps DzonsonsLint-ified.
2009-10-07 Kristaps DzonsonsMade default string units (-Thtml -mdoc) to use `m...
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-04 Kristaps DzonsonsExample style-sheet reflecting modified section/subsect...
2009-10-03 Kristaps DzonsonsLintified (noops).
2009-10-03 Kristaps DzonsonsFixed mandoc.1 examples (new -Thtml options).
2009-10-03 Kristaps DzonsonsAdded the -oincludes=FMT option.
2009-10-03 Kristaps DzonsonsElement tag buffer is now part of struct html.
2009-09-24 Kristaps DzonsonsAdded Bf, Pf, etc. to -Thtml.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.
2009-09-21 Kristaps DzonsonsRemoved man handling in -Thtml (for now).
2009-09-21 Kristaps DzonsonsFix height of hard-breaks in -Thtml.
2009-09-21 Kristaps DzonsonsConsolidation of Pp/sp/br/Lp stuff.
2009-09-21 Kristaps DzonsonsFix in outopts processing.
2009-09-21 Kristaps DzonsonsFixed body/divbody structure of html pages.
2009-09-21 Kristaps Dzonsonsgetsubopt() is in unistd.h, not stdlib.h (error in...
2009-09-21 Kristaps DzonsonsLint pass (OpenBSD-alpha). Noops.
2009-09-21 Kristaps DzonsonsRemoved new-born out.{h,c} (not a good idea).
2009-09-21 Kristaps DzonsonsAdded example stylesheet.
2009-09-21 Kristaps DzonsonsTentative addition of front-end utility functions ...
2009-09-20 Kristaps DzonsonsUsing inline-blocks for header and footer (works much...
2009-09-20 Kristaps DzonsonsHeaders and footers in -Thtml. Various minor additions.
2009-09-20 Kristaps DzonsonsBl -column in place for -Thtml.
2009-09-20 Kristaps DzonsonsSome extra html tags and near-complete Bl: -tag is...
2009-09-20 Kristaps DzonsonsFixed memory leak on close.
2009-09-20 Kristaps DzonsonsConsiderable, wide-ranging improvements to the -Thtml...
2009-09-17 Kristaps DzonsonsConsider html fixes, most importantly -tag and -hang...
2009-09-17 Kristaps DzonsonsHang lists in html (the hard one first).
2009-09-17 Kristaps DzonsonsMore html.
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...
2009-09-16 Kristaps DzonsonsMore updates to html.c.
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2008-12-15 Kristaps DzonsonsPurged all old files in favour of new design. Selectiv...
2008-12-12 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps DzonsonsPrettier HTML.
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps DzonsonsSx to Sh anchors work.
2008-12-10 Kristaps DzonsonsLinted on NetBSD side.
2008-12-10 Kristaps DzonsonsVersioning up.
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-09 Kristaps Dzonsons*** empty log message ***
2008-12-09 Kristaps DzonsonsConsiderable clean-ups.
2008-12-08 Kristaps Dzonsons*** empty log message ***
2008-12-08 Kristaps DzonsonsAdded warnings for using macros in the wrong sections.
2008-12-07 Kristaps Dzonsons*** empty log message ***
2008-12-06 Kristaps Dzonsons.St macros in place.
2008-12-06 Kristaps Dzonsons*** empty log message ***
2008-12-05 Kristaps Dzonsons*** empty log message ***
2008-12-05 Kristaps DzonsonsNm works properly, many other changes, etc.
2008-12-05 Kristaps Dzonsons*** empty log message ***
2008-12-05 Kristaps Dzonsons*** empty log message ***
2008-12-05 Kristaps Dzonsons*** empty log message ***
2008-12-04 Kristaps Dzonsons*** empty log message ***
2008-12-04 Kristaps DzonsonsCharacter-encoding tests.
2008-12-04 Kristaps DzonsonsMore html-css.
2008-12-03 Kristaps DzonsonsInitial html outputs working.
2008-12-03 Kristaps DzonsonsMajor update.
2008-12-03 Kristaps DzonsonsAbstract ml/mlg/html/xml.