summaryrefslogtreecommitdiffstats
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-3/+6
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-13/+9
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-10/+15
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-116/+72
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-3/+3
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-1/+1
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+12
* In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze2014-03-081-1/+1
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-081-4/+9
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-161-5/+8
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-4/+12
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-111-0/+2
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-0/+30
* In literal mode (.nf), each input line must be kept togetherIngo Schwarze2013-01-051-3/+3
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-20/+20
* Implement .PD for -Tascii.Ingo Schwarze2012-07-291-12/+34
* Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze2012-07-161-1/+1
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-141-3/+14
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-3/+18
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-31/+34
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+3
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-1/+1
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-2/+27
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-18/+37
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-041-6/+9
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-4/+6
* Make the man(7) page footer the same as in groff.Ingo Schwarze2011-11-131-9/+16
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-12/+13
* As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze2011-09-211-4/+2
* Using user-defined macros, surprisingly, it is possibleIngo Schwarze2011-09-201-1/+1
* When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze2011-09-201-1/+2
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-201-4/+4
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-12/+22
* Support nesting of indented blocks.Ingo Schwarze2011-09-181-34/+28
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-1/+1
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-1/+1
* Fix a TODO noted by schwarze@, originally by Christian Weisgerber:Kristaps Dzonsons2011-07-031-0/+2
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-1/+8
* Fix two TODOs with one check-in. Both of these relate to vertical spaceKristaps Dzonsons2011-06-181-11/+15
* Allow RS/RE blocks to nest. This requires first the syntax tree toKristaps Dzonsons2011-06-181-17/+20
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-8/+1
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-301-1/+1
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-301-1/+1
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-1/+1
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-1/+0
* Clean up date handling,Ingo Schwarze2011-03-071-8/+2
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-0/+1
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-0/+2
* Avoid double blank line before a table preceded by .PP.Ingo Schwarze2011-01-251-0/+3
* Fix another regression caused by the reorg of print_man_node() in rev. 1.97:Ingo Schwarze2011-01-231-0/+3