]> git.cameronkatri.com Git - mandoc.git/history - mdoc_man.c
Continue parser unification:
[mandoc.git] / mdoc_man.c
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...
2012-07-10 Ingo Schwarzebasic implementation of -Tman .Bl -tag
2012-07-10 Ingo Schwarzemultiple fixes to -Tascii .HP rendering:
2012-07-10 Ingo Schwarze* implement -Tman .Bl -item -inset -diag -ohang -dash...
2012-07-09 Ingo Schwarzefix -Tascii .Fd line breaking
2012-07-09 Ingo Schwarzeimplement -Tman .Eo and .Ec; OpenBSD rev. 1.26
2012-07-09 Ingo SchwarzeImplement -Tman .Bf.
2012-07-09 Ingo Schwarzefix -Tman font handling for:
2012-07-09 Ingo Schwarzeimplement -Tman .No and .Mt; OpenBSD rev. 1.23
2012-07-08 Ingo Schwarzefix .Lk for -Tascii and implement it for -Tman
2012-07-08 Ingo Schwarzefix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft...
2012-07-08 Ingo Schwarzeimplement -Tman .An
2012-07-08 Ingo SchwarzeAdd flags to insert a .sp or .br request before the...
2012-07-08 Ingo SchwarzeInstead of adding one integer variable for each global...
2012-07-08 Ingo Schwarzeimplement -Tman .Va
2012-07-08 Ingo Schwarzeimplement -Tman .Vt; OpenBSD rev. 1.15 and 1.16
2012-07-08 Ingo SchwarzeBasic implementation of -Tman .Fo and .Fa;
2012-07-07 Ingo Schwarzerudimentary support for -Tman .Ft and .Fn;
2012-07-07 Ingo Schwarzebasic support for -Tman .In; OpenBSD rev. 1.12
2012-07-07 Ingo Schwarzeafter .Lb in library section, break the line in the...
2012-07-07 Ingo Schwarzeimplement -Tman .Bk; OpenBSD rev. 1.10
2012-07-07 Ingo Schwarzeimplement -Tman .Sm; OpenBSD rev. 1.9
2012-07-07 Ingo Schwarzeimplement -Tman .Bd -offset and -compact; OpenBSD rev...
2012-07-07 Ingo Schwarzeminor -mdoc -Tman fixes
next