]> git.cameronkatri.com Git - mandoc.git/history - mdoc_html.c
"sys/param.h is for kernel interface programs.
[mandoc.git] / mdoc_html.c
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-07 Ingo Schwarzesame as mdoc_term.c rev. 1.180:
2010-07-27 Kristaps DzonsonsFix how `Bd -unfilled' and `Bd -literal' break lines...
2010-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
2010-07-19 Kristaps DzonsonsRemove some FIXMEs: `Ms' accepts arbitrary text, so...
2010-07-19 Kristaps DzonsonsFix spurrious newline emitted by `Pp' when specified...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-07-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-02 Kristaps DzonsonsImplemented -Thtml bits for handling `Nm' blocks.
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-07-01 Kristaps DzonsonsMore reality-checks for the p->end type.
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
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-06-13 Kristaps DzonsonsSwitch on cached -width usage in front-ends.
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
2010-06-12 Kristaps DzonsonsMoved `Bl -compact' into cached data. This allowed...
2010-06-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-06-12 Kristaps DzonsonsCache all of `Bd's resolved arguments into mdoc_bd...
2010-06-12 Kristaps DzonsonsAdded enum mdoc_disp (similar to enum mdoc_list). ...
2010-06-07 Kristaps DzonsonsNormalise SYNOPSIS behaviour after I gave up on followi...
2010-06-06 Kristaps DzonsonsFixed -Tascii and -Thtml rendering of `Ft' and `Fo'.
2010-06-04 Kristaps DzonsonsFix following the first: `Ft' is given special treatmen...
2010-06-04 Kristaps DzonsonsFixed `Fn' newline behaviour and added some regression...
2010-06-04 Kristaps DzonsonsDocumented `In' in full.
2010-06-04 Kristaps DzonsonsFixed `Fd' to format in the right way. Found when...
2010-06-03 Kristaps DzonsonsConsolidated list processing to a single loop in mdoc_v...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsMigrate `Bl -column' phrases to be MDOC_BODY instead...
2010-05-29 Kristaps DzonsonsMoved printing of empty word [back] into mdoc_action...
2010-05-29 Kristaps DzonsonsCommit of patch floated on discuss@ a few days ago...
2010-05-24 Kristaps DzonsonsFix segfault in mixing old enum types for -Thtml -mdoc.
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Kristaps DzonsonsDocumented ie/el.
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-04-08 Kristaps DzonsonsFixed %T: it now correctly underlines, instead of quoti...
2010-04-07 Kristaps DzonsonsBug in printing of reserved words with form \*[xxx...
2010-04-06 Kristaps DzonsonsLet `Bl' accept arguments on the head line with a warni...
2010-04-06 Kristaps Dzonsons`Fl' now correctly suppresses the trailing space if...
2010-04-05 Kristaps DzonsonsFix in `Mt' mailto from a patch by Tim van der Molen.
2010-04-03 Kristaps DzonsonsMerged patch by Ingo Schwarze allowing `Xr' to pass...
2010-03-29 Kristaps DzonsonsIntegrate Ingo Schwarze's patch for mdoc_iscdelim(...
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
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...
2010-01-01 Kristaps DzonsonsDocumented `Fl' in mdoc.7.
2010-01-01 Kristaps Dzonsons`Fl' has each argument be in a separate scope (thanks...
2009-12-02 Kristaps DzonsonsFixed handling of exampledir (pointed out by Ulrich...
2009-11-16 Kristaps DzonsonsEnabled -Thtml -mdoc to work with \f (see compat notes...
2009-11-14 Kristaps DzonsonsRemoved superfluous HTML_NEWLINE.
2009-10-31 Kristaps DzonsonsFixed -Thtml printing of -ohang lists (-mdoc).
2009-10-31 Kristaps DzonsonsPatch on DragonFly BSD syntax (thanks Sascha Wildner).
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
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-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-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-20 Kristaps DzonsonsMore updates to mdoc.7.
2009-10-19 Kristaps DzonsonsContinued work on mdoc.7.
2009-10-19 Kristaps DzonsonsFixed -mdoc -Thtml with -item lists not to default...
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-18 Kristaps DzonsonsAdded horizontal scaling units to -Tman -Tascii.
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-10 Kristaps Dzonsons`Cd' in -Thtml -mdoc correctly breaks lines.
2009-10-08 Kristaps DzonsonsConsolidated some -man -Tascii functions.
2009-10-07 Kristaps DzonsonsLint-ified.
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 DzonsonsStructural components of -man -Thtml in place (note...
2009-10-04 Kristaps DzonsonsSection/subsection anchor names (<a name=xxx>) replaced...
2009-10-03 Kristaps DzonsonsAdded initial -man framework for -Thtml.
2009-10-03 Kristaps Dzonsons`Fn' does not print empty ftype span.
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-26 Kristaps DzonsonsSYNOPSIS functions in -Thtml text-indent and group...
2009-09-26 Kristaps DzonsonsFixed -Thtml handling of -compact lists.
2009-09-26 Kristaps DzonsonsFixed `Bd' prior vertical space (was ignoring -compact).
2009-09-25 Kristaps DzonsonsLint check (noop).
2009-09-25 Kristaps DzonsonsChanged -Thtml document header to be 10/80/10 with...
2009-09-24 Kristaps Dzonsons-Tascii correctly prints `%T' in `Rs' with quotes.
2009-09-24 Kristaps DzonsonsLint-fixes (noop).
2009-09-24 Kristaps DzonsonsProper handling of `Rs' blocks in -Thtml.
2009-09-24 Kristaps DzonsonsFix in -Tascii where `Lb' causes line-break in any...
2009-09-24 Kristaps DzonsonsSync'd example style-sheet to be more like OpenBSD...
2009-09-24 Kristaps DzonsonsAdded Bf, Pf, etc. to -Thtml.
2009-09-24 Kristaps DzonsonsMany more macros added to -Thtml.
2009-09-22 Kristaps DzonsonsFix segfault in -Thtml column lists.
next