]> git.cameronkatri.com Git - mandoc.git/history - mdoc_man.c
add forgotten mparse options to two rarely used programs
[mandoc.git] / mdoc_man.c
2019-01-04 Ingo SchwarzeOops, i forgot to adjust this file to the changes in...
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-15 Ingo SchwarzeSeveral improvements to escape sequence handling.
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-08-23 Ingo SchwarzeThe upcoming .while request will have to re-execute...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2018-04-05 Ingo SchwarzeDo not use a non-portable .R man(7) macro. Neither...
2018-04-05 Ingo SchwarzeFor .Do/.Dq, use the documented and portable \(lq and...
2018-01-13 Ingo SchwarzeRemove the implicit display feature of .Lk because...
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-10 Ingo Schwarzedo not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and...
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-04 Ingo SchwarzeImplement the roff(7) .mc (right margin character)...
2017-05-30 Ingo Schwarzefix formatting of intermediate punctuation in .Lk
2017-05-08 Ingo SchwarzeBasic implementation of the roff(7) .ti (temporary...
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 SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-04-17 Ingo Schwarzeimplement display of long .Lk URIs to match -Tascii
2017-04-17 Ingo SchwarzeFix handling of trailing punctuation in .Lk.
2017-04-14 Ingo SchwarzeDo not make the colon after the .Lk link text italic.
2017-03-04 Ingo SchwarzeRemove a redundant condition in .%T handling, no functi...
2017-02-17 Ingo SchwarzeUse typographic quotes rather than '"' for .Rs %T ...
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-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-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
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-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-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-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-06 Ingo Schwarzebetter handle .Fo and .Fd without argument
2015-02-01 Ingo Schwarzefix .Eo/.Ec spacing
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
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 Schwarzefix typo in previous
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-11-30 Ingo SchwarzeMultiple fixes with respect to .Pf:
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-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-06 Ingo SchwarzeLet -Tascii \(bu (bullet) output agree with groff;
2014-10-30 Ingo SchwarzeMajor bugsquashing with respect to -offset and -width:
2014-08-21 Ingo SchwarzeRight after .Fl, a middle delimiter triggers an empty...
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 SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
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-20 Ingo Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImprove formatting of broken blocks in -Tman,
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
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,
2013-12-25 Ingo SchwarzeImplement .Fo/.Fa/.Fc indentation and break handling...
2013-12-25 Ingo SchwarzeDo not break output lines in .Fn function arguments...
2013-12-24 Ingo SchwarzeImplement SYNOPSIS .Fn indentation for -Tman.
2013-12-24 Ingo SchwarzeIt turns out SYNOPSIS mode does not imply .Bk in general,
2013-10-07 Ingo SchwarzePrintf size_t vars with %zu, not %ld;
2013-09-15 Ingo SchwarzeUse normal line macro recognition, do not attempt to...
2013-06-02 Ingo SchwarzeLet .Do .Dq .Ql .So .Sq generate the correct roff(7...
2013-05-29 Ingo SchwarzeIn SYNOPSIS mode, .Ek doesn't end a keep.
2013-05-19 Ingo SchwarzeSupport .Bl -offset in -mdoc -Tman.
2013-05-19 Ingo SchwarzeMove printing of the .RS macro into print_offs() such...
2012-12-31 Ingo SchwarzeRewrite indentation handling for nested lists in a...
2012-11-19 Ingo SchwarzeIn -Tman mode, support automatic word keeps in the...
2012-11-19 Ingo SchwarzeThree portability improvements by millert@:
2012-11-18 Ingo SchwarzeMake the generated man(7) code more portable by using .PD
2012-11-18 Ingo SchwarzeCorrect indentation for lists and displays inside lists.
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-07-16 Ingo SchwarzeFor .El .sp, avoid the weird .sp -1v .PP .PP output...
2012-07-16 Ingo SchwarzeSeveral -mdoc parser improvements related to vertical...
2012-07-14 Ingo SchwarzeIn -Tman .Bl -compact, skip the blank line only before...
2012-07-13 Ingo SchwarzeAdjust -Tman SYNOPSIS .Nm indentation using .HP; reques...
2012-07-13 Ingo SchwarzeIf the tag in .Bl -tag .It would leave exactly one...
2012-07-13 Ingo SchwarzeIn -man -Tascii, support .sp with negative argument.
2012-07-12 Ingo SchwarzeDo not crash in -Tman on:
2012-07-11 Ingo SchwarzePolish -Tman .Rs support.
2012-07-11 Ingo Schwarzebasic implementation of -Tman .Bl -column using tbl...
next