]> git.cameronkatri.com Git - mandoc.git/history - html.c
The files mandoc.c and mandoc.h contained both specialised low-level
[mandoc.git] / html.c
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-22 Ingo SchwarzeImplement the \: (optional line break) escape sequence,
2014-01-05 Joerg SonnenbergerTag functions with format strings as arguments as print...
2013-08-08 Ingo SchwarzeImplement the roff(7) font-escape sequence \f(BI "bold...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-07-07 Kristaps DzonsonsFix handling of the `\c' escape in -T[x]html.
2011-07-04 Kristaps DzonsonsThe bufcat() function in -T[x]html was eating one byte...
2011-05-24 Kristaps DzonsonsUse the correct Unicode value for the zero-width space...
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-18 Kristaps DzonsonsMake any un-recognised font be considered a call for...
2011-05-17 Kristaps DzonsonsFlip on unicode output (via \[uNNNN]) in -T[x]html...
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-17 Kristaps DzonsonsClean up -T[x]html by using a table instead of a switch...
2011-05-15 Kristaps DzonsonsFix missing support for \N'n' when calculating string...
2011-05-14 Kristaps DzonsonsGive -Thtml and -Txhtml the gift of recognising escapes...
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2010-12-27 Ingo SchwarzeIn case an ID attribute is written in pieces, only...
2010-12-24 Kristaps DzonsonsApparently the U tag is deprecated, so use a SPAN inste...
2010-12-24 Kristaps DzonsonsDrastically fix -T[x]html's handling of font-escape...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-20 Kristaps DzonsonsMore use default tags, this time I and U. Also fix...
2010-12-20 Kristaps DzonsonsGive header and footer table cells default widths ...
2010-12-17 Kristaps DzonsonsMake literal `Bd' use a PRE in -Thtml. Make `Bd' outpu...
2010-12-17 Kristaps DzonsonsHave synopsis_pre() in -Thtml emit P or BR, not DIVs.
2010-12-15 Kristaps DzonsonsUse a single P tag for paragraph breaks (which can...
2010-12-15 Kristaps DzonsonsRemove stupid outer DIV tag in favour of regular BODY...
2010-12-15 Kristaps DzonsonsIn-progress move from -T[x]html using DIVs for its...
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-26 Kristaps DzonsonsMake `Sm' start no-spacing after the first output word...
2010-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-07-06 Kristaps DzonsonsBrought function arguments and style in ine with term_w...
2010-06-25 Kristaps DzonsonsRemove "pt" from struct roffsu, as CSS (the only reason...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-07 Kristaps DzonsonsAdd -Owidth=width option to mandoc -Tascii. Asked...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-04-12 Kristaps DzonsonsFix to auto-closing of LINK tag in -Txhtml (thanks...
2010-04-08 Kristaps DzonsonsRemoved pipe from front-end ("typographic") recognition...
2010-04-03 Kristaps DzonsonsRemoved erroneous `{' and `}' as punctuation (see mdoc...
2010-02-17 Kristaps DzonsonsFixed printing of XHTML DOCTYPE "html" vs. "HTML".
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-30 Kristaps DzonsonsMandate html attributes for xhtml.
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 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 DzonsonsRemoved superfluous HTML_NEWLINE.
2009-11-14 Kristaps DzonsonsFix of fix of -Thtml nospace.
2009-11-14 Kristaps DzonsonsFixed \c handling in -Thtml.
2009-11-12 Kristaps DzonsonsFixed \c support for all input and output modes (docume...
2009-11-10 Kristaps DzonsonsLint fixes in function call.
2009-11-09 Kristaps DzonsonsDocumented \s and cleaned up \f documentation in mdoc...
2009-11-05 Kristaps DzonsonsDocumented that `\s' and `\f' don't work in HTML mode...
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).
next