aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-7/+2
* Allow string lengths to account for escapes. Now all calls to calculateKristaps Dzonsons2010-09-151-1/+5
* Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION_1_10_5_PREPDFKristaps Dzonsons2010-07-231-19/+18
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+44
* Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc'sKristaps Dzonsons2010-07-221-16/+11
* Have `nf' and `fi' flush lines. This is necessary or the LITERAL willKristaps Dzonsons2010-07-221-1/+3
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-41/+39
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.Ingo Schwarze2010-06-101-3/+3
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-2/+2
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-9/+15
* Allow bad -man dates to flow verbatim into the front-ends. Noted byKristaps Dzonsons2010-05-261-2/+5
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-1/+2
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+2
* groff uses three vspaces before the footer too.Joerg Sonnenberger2010-05-171-1/+3
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-6/+1
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-2/+1
* For .IP groff requires a single space only after the head, adopt.Joerg Sonnenberger2010-05-151-3/+1
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-3/+7
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+2
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-121-1/+4
* Back out OpenBSD special case (ok Ingo Schwarze).Kristaps Dzonsons2010-05-101-12/+12
* Proper leading spaces for new- and old-groff in -man -Tascii mode.Kristaps Dzonsons2010-05-101-2/+20
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-5/+3
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-1/+9
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-2/+5
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-10/+24
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-37/+44
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+5
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-12/+3
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...Kristaps Dzonsons2009-11-121-14/+2
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-80/+36
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-2/+6
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-101-1/+3
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-25/+10
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-3/+3
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-271-18/+7
* Full `%U' support.Kristaps Dzonsons2009-10-261-30/+30
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-7/+3
* Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).Kristaps Dzonsons2009-10-211-2/+2
* Lint fixes.Kristaps Dzonsons2009-10-181-4/+4
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-7/+11
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-117/+51
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-2/+45
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-27/+46