]> git.cameronkatri.com Git - mandoc.git/history - man_term.c
When a man(7) document contains unreasonably large numbers for
[mandoc.git] / man_term.c
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...
2013-01-05 Ingo SchwarzeIn literal mode (.nf), each input line must be kept...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-07-29 Ingo SchwarzeImplement .PD for -Tascii.
2012-07-16 Ingo SchwarzeAlways fix the man(7) subsection header (.SS) indent...
2012-07-14 Ingo SchwarzeTranslate blank input lines to .sp just like in mdoc(7),
2012-07-13 Ingo SchwarzeIn -man -Tascii, support .sp with negative argument.
2012-07-10 Ingo Schwarzemultiple fixes to -Tascii .HP rendering:
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-12-04 Ingo SchwarzeImplement mdoc(7)-like output style variant for man...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-11-18 Joerg SonnenbergerDon't crash if the date can't be extracted. Don't depen...
2011-11-13 Ingo SchwarzeMake the man(7) page footer the same as in groff.
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-09-21 Ingo SchwarzeAs noticed by kristaps@, when breaking an overflowing...
2011-09-20 Ingo SchwarzeUsing user-defined macros, surprisingly, it is possible
2011-09-20 Ingo SchwarzeWhen advancing the left margin, .RS also needs to reset...
2011-09-20 Ingo SchwarzeSync print_mdoc_head to print_man_head;
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-09-18 Ingo SchwarzeSupport nesting of indented blocks.
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-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-18 Kristaps DzonsonsFix two TODOs with one check-in. Both of these relate...
2011-06-18 Kristaps DzonsonsAllow RS/RE blocks to nest. This requires first the...
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-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 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-25 Ingo SchwarzeAvoid double blank line before a table preceded by...
2011-01-23 Ingo SchwarzeFix another regression caused by the reorg of print_man...
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-16 Ingo SchwarzeWhen processing a blank text line, do not break out...
2011-01-12 Kristaps DzonsonsMake -man -Tascii not break within literal lines, e.g.,
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-11 Kristaps DzonsonsDon't let `in' creep past the right margin.
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-03 Kristaps DzonsonsFor tbl: -man documents print an extra space before...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsMy favourite: removing lots of code in favour of smalle...
2010-12-06 Kristaps DzonsonsHeader for `PP', `P', and `LP' should never be printed.
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-09-15 Kristaps DzonsonsAllow string lengths to account for escapes. Now all...
2010-07-23 Kristaps DzonsonsCollapse `nf', `fi', `Vb', and `Ve' into one function... VERSION_1_10_5_PREPDF
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-22 Kristaps DzonsonsBring `sp', `Sp', and `br' behaviour for -man in line...
2010-07-22 Kristaps DzonsonsHave `nf' and `fi' flush lines. This is necessary...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-10 Ingo SchwarzeFix a regression that crept in in man_term.c 1.73 and...
2010-06-09 Kristaps DzonsonsHave the standard manpage header and footer print on...
2010-06-07 Kristaps DzonsonsFirst check-in of PostScript output. This does not...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
2010-05-17 Joerg Sonnenbergergroff uses three vspaces before the footer too.
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Joerg SonnenbergerFor .IP groff requires a single space only after the...
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
next