]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
Get rid of the useless FATAL error "child violates parent syntax".
[mandoc.git] / mdoc_term.c
2014-07-30 Ingo SchwarzeGet rid of the useless FATAL error "child violates...
2014-07-30 Ingo SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-29 Ingo SchwarzePartial implementation of .Bd -centered.
2014-07-07 Ingo Schwarzeno need to skip content before first section header
2014-07-03 Ingo SchwarzeFix formatting of empty .Bl -inset item heads.
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 Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-08 Ingo SchwarzeAdd a new term_flushln() flag TERMP_BRIND (if break...
2014-04-08 Ingo SchwarzeIf the SYNOPSIS section contains an excessively long...
2014-03-30 Ingo SchwarzeSupport relative arguments to .ll (increase or decrease...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-02-16 Ingo Schwarzewhen indenting, extend the right margin accordingly...
2013-12-25 Ingo SchwarzeOops, .Fa never breaks the output line in the middle...
2013-12-25 Ingo SchwarzeGarbage collect two local variables each used only...
2013-12-25 Ingo SchwarzeIn the SYNOPSIS, implement hanging indentation for .Fo
2013-12-25 Ingo SchwarzeDo not break output lines in .Fn function arguments...
2013-12-24 Ingo SchwarzeDelete the unused flag TERMP_IGNDELIM
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...
2013-12-23 Ingo SchwarzeImplement a long-standing desideratum,
2013-12-22 Ingo SchwarzePolishing the worms in my favourite can, term_flushln().
2013-06-02 Ingo SchwarzeLet .Do .Dq .Ql .So .Sq generate the correct roff(7...
2013-05-29 Ingo SchwarzeSimplify condition, avoid duplicate code; no functional...
2013-05-29 Ingo SchwarzeIn SYNOPSIS mode, .Ek doesn't end a keep.
2013-05-18 Ingo SchwarzeShould termp_xx_pre() ever get called for a macro it...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-11-16 Ingo SchwarzeImprove formatting of badly nested font blocks.
2012-07-11 Ingo Schwarzefix position and formatting of %U;
2012-07-10 Ingo Schwarze* implement -Tman .Bl -item -inset -diag -ohang -dash...
2012-07-09 Ingo Schwarzefix -Tascii .Fd line breaking
2012-07-08 Ingo Schwarzefix .Lk for -Tascii and implement it for -Tman
2012-07-08 Ingo Schwarzeimplement -Tman .An
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-11-03 Ingo SchwarzeCorrect .Eo spacing:
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-09-20 Ingo SchwarzeSync print_mdoc_head to print_man_head;
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
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-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-04 Kristaps DzonsonsLast low-hanging removal of superfluous variable assign...
2011-04-04 Kristaps DzonsonsClean up superfluous variables in `Xr' handling in...
2011-04-04 Kristaps DzonsonsFully fix the `Rv' and `Ex' handlers for -T[x]html...
2011-04-04 Kristaps DzonsonsClean up -Tascii in the same way as -T[x]html regarding...
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-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 Ingo SchwarzeSome pre-handlers produce output, so reorder the code...
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-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-25 Kristaps DzonsonsIf %B is specified, quote %T. Noted by schwarze@ in...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-06 Kristaps DzonsonsMake -literal displays only have 8-character displays...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2010-12-25 Kristaps DzonsonsAs pointed out by schwarze@, %T/%J renders with a norma...
2010-12-25 Kristaps DzonsonsImplement schwarze@'s much more elegant version of...
2010-12-25 Kristaps DzonsonsSpecifying both %T and %J in an `Rs' block causes the...
2010-12-24 Kristaps DzonsonsAs per schwarze@'s suggestions, roll back the refcount...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-19 Ingo SchwarzeHandle .Bk the same way as groff 1.20.1:
2010-12-16 Kristaps DzonsonsMigrate `An' to use a pointer in its data, like everybo...
2010-12-15 Kristaps DzonsonsRemove `Pp' and `Lp' checks in front-ends to make sure...
2010-12-11 Ingo SchwarzeMake SYNOPSIS sections and code having .nr nS enabled
2010-12-05 Kristaps DzonsonsMerge schwarze@'s changes allowing nested displays...
2010-11-29 Kristaps DzonsonsMove `Mt', `Ar', and `Li' handling from mdoc_action...
2010-10-23 Ingo Schwarzelet .Bsx print just "BSD/OS" like in modern groff
2010-10-10 Kristaps Dzonsons`Sm' no longer produces a linebreak when used in `Bd'.
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-09-27 Kristaps DzonsonsSuppress whitespace following Pp, Lp, sp, and the other...
2010-09-26 Kristaps DzonsonsLinted function arguments.
2010-09-26 Kristaps DzonsonsBig clean-up consolidating all punctuation opening...
2010-09-25 Kristaps DzonsonsA `%T' invoked outside of `Rs' should not produce trail...
2010-09-25 Kristaps DzonsonsAdd `Rs' vertical-space in -T[x]html "SEE ALSO" section...
2010-09-23 Ingo SchwarzeWhen the HEAD of an .Nm block in the SYNOPSIS might...
2010-09-04 Kristaps DzonsonsProperly handle -mdoc %A in all outputs. This has...
2010-08-21 Ingo SchwarzeBackout previous.
2010-08-20 Ingo Schwarze.Bl -column phrases ignore spacing rules for trailing...
2010-08-09 Kristaps DzonsonsCorrectly print `Lk' arguments in -Tascii. Issue raise...
2010-08-07 Ingo Schwarzemerge from OpenBSD mdoc_term.c rev. 1.100:
2010-07-27 Kristaps DzonsonsFix how `Bd -unfilled' and `Bd -literal' break lines...
2010-07-26 Kristaps Dzonsons`Ad' is supposed to underline. Found whilst trolling...
2010-07-21 Ingo SchwarzeIn the SYNOPSIS, .Nm at the beginning of an input line...
2010-07-19 Kristaps DzonsonsRemove some FIXMEs: `Ms' accepts arbitrary text, so...
2010-07-19 Kristaps DzonsonsFix spurrious newline emitted by `Pp' when specified...
next