]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
fix handling of empty .An macros
[mandoc.git] / mdoc_term.c
2015-02-05 Ingo Schwarzefix handling of empty .An macros
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-02-01 Ingo Schwarzefix .Eo/.Ec spacing
2015-01-31 Ingo SchwarzeUse relative offsets instead of absolute pointers for...
2015-01-30 Ingo SchwarzeHave pity on the poor stack.
2015-01-23 Ingo SchwarzeLet .Aq/.Ao/.Ac print "<>" instead of the normal "...
2014-12-24 Ingo SchwarzeSupport negative indentations for mdoc(7) displays...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-11-30 Ingo SchwarzeMultiple fixes with respect to .Pf:
2014-11-28 Ingo Schwarzemop up an #ifdef turd deraadt@ stepped into
2014-11-28 Ingo SchwarzeBe more careful about meta->name. For weird input...
2014-11-27 Ingo SchwarzeMultiple fixes with respect to .Eo:
2014-11-27 Ingo SchwarzeFix the obsolete .Db (toggle debug mode) macro to ignor...
2014-11-25 Ingo SchwarzeDo not access a NULL pointer when a section has no...
2014-11-21 Ingo SchwarzeWe repeatedly observed assertion crashes in the low...
2014-11-19 Ingo SchwarzeLet .Ao and .Aq render as "<>" after .An and as "\...
2014-11-17 Ingo SchwarzeMultiple fixes with respect to in-line macros:
2014-11-10 Ingo Schwarzeadd required vertical spacing before lists that begin
2014-10-30 Ingo SchwarzeMajor bugsquashing with respect to -offset and -width:
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-20 Ingo Schwarzecorrect the spacing after in-line equations
2014-10-20 Ingo Schwarzecorrect spacing *after* inline equations (much simpler...
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-10-13 Ingo SchwarzeProperly scale string length measurements for PostScrip...
2014-09-17 Ingo Schwarzesimplify handling of .An -[no]split for terminal output:
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-08-21 Ingo SchwarzeRight after .Fl, a middle delimiter triggers an empty...
2014-08-17 Ingo Schwarze... and remove the trailing spaces (duh. i should...
2014-08-17 Ingo SchwarzeKNF: fix indentation of previous commit, see style(9):
2014-08-17 Kristaps DzonsonsProtect against accessing "n->next->child" by first...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-06 Ingo SchwarzeBring the handling of defective prologues even closer...
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...
next