]> git.cameronkatri.com Git - mandoc.git/history - man_term.c
Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro
[mandoc.git] / man_term.c
2021-06-28 Ingo SchwarzeIn terminal output of man(7) documents, stop printing...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2020-01-20 Ingo SchwarzeMake the code more readable by introducing
2019-07-23 Ingo Schwarzetagging support for .TP and .TQ; try e.g. man -O tag...
2019-07-22 Ingo SchwarzeSlowly start implementing tagging support for man(7...
2019-07-01 Ingo Schwarzedelete trailing whitespace and space-tab sequences...
2019-06-27 Ingo SchwarzeImprove "man -h" output.
2019-01-05 Ingo SchwarzeIn groff, when the .SY block macro occurs in no-fill...
2019-01-05 Ingo Schwarzeminor cleanup, no functional change:
2019-01-05 Ingo SchwarzeSome high-level block macros have an effect similar...
2018-12-31 Ingo SchwarzeCleanup, minus 25 LOC, no functional change:
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-08-26 Ingo SchwarzeSupport nesting of elements with next-line scope.
2018-08-18 Ingo Schwarze.SY causes a one-column indentation even without any...
2018-08-18 Ingo SchwarzeThe .nf/.fi (fill mode) requests never have text children
2018-08-18 Ingo SchwarzeTwo consecutive .SY blocks only get a blank line in...
2018-08-18 Ingo Schwarzeprevent line breaks in the middle of .OP
2018-08-18 Ingo Schwarzeimplement the GNU man-ext .SY/.YS (synopsis block)...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2018-08-16 Ingo Schwarzeimplement the GNU man-ext .TQ macro in man(7),
2018-08-14 Ingo Schwarzesupport tail arguments on the .ME and .UE macros,
2018-06-10 Ingo SchwarzeWhen formatting man(7) documents that do not contain...
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2017-07-31 Ingo SchwarzeFix an out of bounds read access to a constant array...
2017-06-25 Ingo Schwarzeadd support for the MT and ME mailto macros, used for...
2017-06-17 Ingo Schwarzecorrect handling of blank lines after \c
2017-06-17 Ingo Schwarzeproperly set the default indentation
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-05-09 Ingo SchwarzeTrailing \c suppresses the output line break even if
2017-05-07 Ingo Schwarzeimplement .DT in terms of .ta; needed for print/ghostvi...
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-02-15 Ingo SchwarzeFix previous: I forgot that i had to change the conven...
2017-02-11 Ingo SchwarzeDo not read one element past the end of the static...
2017-02-04 Ingo SchwarzeDo not fix the default indent for all subsequent files...
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
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-09-21 Ingo SchwarzeTrailing whitespace is significant when determining...
2015-04-19 Ingo SchwarzeIf an explicit line break request (.br or .sp) occurs...
2015-04-19 Ingo SchwarzeDecouple the token code for "no request or macro" from...
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-06 Ingo SchwarzeDo not mistreat empty arguments to font alternating...
2015-04-06 Ingo SchwarzeOn a new RS nesting level, the saved width starts from...
2015-04-06 Ingo SchwarzeUse the default width for .RS without arguments.
2015-04-04 Ingo SchwarzeGive man(7) section and subsection headers hanging...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-04-04 Ingo SchwarzeFix a quirk with respect to empty .HP.
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-15 Ingo SchwarzeAvoid off-by-one read access to the termacts array...
2015-03-06 Ingo SchwarzeFix vertical spacing at the beginning of tables.
2015-01-30 Ingo SchwarzeHave pity on the poor stack.
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2014-12-24 Ingo SchwarzeFor .RS, we need to save the information how much we...
2014-12-24 Ingo SchwarzeWhen a man(7) document contains unreasonably large...
2014-12-23 Ingo Schwarzesupport negative horizontal widths in man(7);
2014-12-23 Ingo Schwarzesome scaling unit fixes:
2014-12-23 Ingo Schwarzeeven if the second argument to .IP is invalid, don...
2014-12-23 Ingo Schwarzecorrectly handle scaling units after .PD
2014-12-04 Ingo Schwarzefix handling of roff requests having a default scale...
2014-12-04 Ingo SchwarzeIgnore macros that never produce any text when deciding...
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-11-21 Ingo SchwarzeWe repeatedly observed assertion crashes in the low...
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-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-06-20 Ingo SchwarzeAs suggested by jmc@, only include line and column...
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 SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-08 Ingo SchwarzeAdd a new term_flushln() flag TERMP_BRIND (if break...
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-03-08 Ingo SchwarzeIn .nf mode, use the MAN_LINE flag to detect input...
2014-03-08 Ingo SchwarzeTo find out whether .TP head arguments are same-line...
2014-02-16 Ingo Schwarzewhen indenting, extend the right margin accordingly...
2013-12-22 Ingo SchwarzePolishing the worms in my favourite can, term_flushln().
2013-11-11 Ingo SchwarzeIn the parser, when closing an explicit block that...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
next