]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
When finding a bogus database entry,
[mandoc.git] / mdoc_term.c
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-06-04 Ingo SchwarzeMake term_flushln() simpler and more robust:
2017-06-01 Ingo SchwarzeMinimal implementation of the \h (horizontal motion...
2017-05-30 Ingo Schwarzefix formatting of intermediate punctuation in .Lk
2017-05-09 Ingo SchwarzeTrailing \c suppresses the output line break even if
2017-05-07 Ingo SchwarzeBasic implementation of the roff(7) .ta (define tab...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeStart roff formatter modules for HTML and termininal...
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-04-17 Ingo SchwarzeFix handling of trailing punctuation in .Lk.
2017-04-14 Ingo SchwarzeShow long .Lk URIs in like an indented display, similar...
2017-04-14 Ingo SchwarzeDo not make the colon after the .Lk link text italic.
2017-02-17 Ingo SchwarzeUse typographic quotes rather than '"' for .Rs %T ...
2017-02-16 Ingo SchwarzeSurprisingly, groff does not support scaling units...
2017-02-16 Ingo SchwarzeRemove the ENDBODY_NOSPACE flag, simplifying the code.
2017-02-06 Ingo SchwarzeThe .Nm macro does not only use the default name when...
2017-02-04 Ingo SchwarzeDo not fix the default indent for all subsequent files...
2017-01-11 Ingo SchwarzeDo text production for .Bt, .Ex, .Rv, .Ud at the valida...
2017-01-10 Ingo SchwarzeUse new NODE_NOSRC and NODE_NOPRT flags for .Bx and...
2017-01-10 Ingo SchwarzeFor the .Ux/.Ox family of macros, do text production...
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2017-01-10 Ingo SchwarzeIntroduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.
2016-11-08 Ingo Schwarzeuse .Fn in custom sections for tagging, in addition...
2016-11-08 Ingo Schwarzetag leading .Dv, .Li, and .No in .It;
2016-11-08 Ingo Schwarzeimplement tag priority 0, which will tag only keys...
2016-11-08 Ingo Schwarzegenerate two tag entries from list entries of the form
2016-10-09 Ingo SchwarzeDelete complicated code dealing with .Bl -tag without...
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2015-10-12 Ingo SchwarzeUse "-" rather than "\(hy" for the heads of .Bl -dash...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-09-21 Ingo SchwarzeTrailing whitespace is significant when determining...
2015-09-14 Ingo SchwarzeThe .Dv macro actually forces normal font.
2015-07-25 Ingo SchwarzeSimplify and make tag_put() more efficient by integrati...
2015-07-25 Ingo Schwarzeimplement tagging for .Er
2015-07-25 Ingo Schwarzebasic tag support for function names; written at YYC
2015-07-25 Ingo Schwarzebasic support for tag priorities; written at YYC
2015-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-03-06 Ingo SchwarzeFix vertical spacing at the beginning of tables.
2015-03-06 Ingo SchwarzeIn mdoc(7), don't mistreat negative .sp arguments as...
2015-02-17 Ingo SchwarzeRender \(lq and \(rq as '"' in -Tascii mode but leave...
2015-02-12 Ingo SchwarzeDelete the mdoc_node.pending pointer and the function...
2015-02-11 Ingo Schwarzedo not access a NULL pointer if an .Eo block lacks...
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...
next