summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_term.c
AgeCommit message (Expand)Author
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-06-20As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-20fix unchecked snprintf(3) in page header printing:Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-04-08Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze
2014-03-30Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
2014-03-08In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze
2014-03-08To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze
2014-02-16when indenting, extend the right margin accordingly, when needed;Ingo Schwarze
2013-12-22Polishing the worms in my favourite can, term_flushln().Ingo Schwarze
2013-11-11In the parser, when closing an explicit block that is not open,Ingo Schwarze
2013-10-17Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze
2013-01-05In literal mode (.nf), each input line must be kept togetherIngo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-07-29Implement .PD for -Tascii.Ingo Schwarze
2012-07-16Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze
2012-07-14Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
2012-07-10multiple fixes to -Tascii .HP rendering:Ingo Schwarze
2012-06-02Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze
2012-02-26Support .OP, one of the extended man macros; from kristaps@.Ingo Schwarze
2011-12-05As requested by kristaps@, add and improve comments related to -Omdoc;Ingo Schwarze
2011-12-04When a man document contains nothing at all except one or more invalidIngo Schwarze
2011-11-13Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze
2011-11-13Make the man(7) page footer the same as in groff.Ingo Schwarze
2011-11-13Make the default left text margin configurable from the command line,Ingo Schwarze
2011-09-21As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze
2011-09-20Using user-defined macros, surprisingly, it is possibleIngo Schwarze
2011-09-20When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze
2011-09-20Sync print_mdoc_head to print_man_head;Ingo Schwarze
2011-09-19Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-07-07As .RS may nest and may contain embedded paragraphs,Ingo Schwarze
2011-07-05Sync to bsd.lv (all coded by kristaps@):Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-03-07Clean up date handling,Ingo Schwarze
2011-01-25Avoid double blank line before a table preceded by .PP.Ingo Schwarze
2011-01-23Fix another regression caused by the reorg of print_man_node() in rev. 1.61:Ingo Schwarze
2011-01-17Refrain from throwing fatal errors forIngo Schwarze
2011-01-16In literal context, do not generate output line breaks between macroIngo Schwarze
2011-01-16If the first character of a free-form text input line is whitespace,Ingo Schwarze
2011-01-11When (cumulative) indentation requested by .in exceeds the rightIngo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2010-12-19Remove `i' and `r' macro handlers. These macros, originally part of theIngo Schwarze
2010-12-07Complete the merge of bsd.lv version 1.10.7:Ingo Schwarze