summaryrefslogtreecommitdiffstats
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refrain from throwing fatal errors forIngo Schwarze2011-01-171-2/+2
* When processing a blank text line, do not break out of text processingIngo Schwarze2011-01-161-2/+2
* Make -man -Tascii not break within literal lines, e.g.,Kristaps Dzonsons2011-01-121-27/+33
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-2/+6
* Don't let `in' creep past the right margin.Kristaps Dzonsons2011-01-111-0/+5
* Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze2011-01-041-15/+24
* For tbl: -man documents print an extra space before `TS' blocks.Kristaps Dzonsons2011-01-031-0/+2
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-0/+1
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-1/+9
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-2/+0
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-0/+43
* My favourite: removing lots of code in favour of smaller, tighter code.Kristaps Dzonsons2010-12-061-79/+49
* Header for `PP', `P', and `LP' should never be printed.Kristaps Dzonsons2010-12-061-1/+1
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-6/+1
* Allow string lengths to account for escapes. Now all calls to calculateKristaps Dzonsons2010-09-151-0/+4
* Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION.1.10.5.PREPDFKristaps Dzonsons2010-07-231-18/+17
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-0/+43
* Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc'sKristaps Dzonsons2010-07-221-15/+10
* Have `nf' and `fi' flush lines. This is necessary or the LITERAL willKristaps Dzonsons2010-07-221-0/+2
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-0/+1
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-40/+38
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.Ingo Schwarze2010-06-101-2/+2
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-1/+1
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-8/+14
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-1/+4
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-0/+1
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-0/+1
* groff uses three vspaces before the footer too.Joerg Sonnenberger2010-05-171-0/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+0
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-1/+0
* For .IP groff requires a single space only after the head, adopt.Joerg Sonnenberger2010-05-151-2/+0
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-2/+6
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-1/+1