summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-021-4/+4
* Simplify condition, avoid duplicate code; no functional change.Ingo Schwarze2013-05-291-6/+2
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-291-1/+1
* Should termp_xx_pre() ever get called for a macro it cannot handle,Ingo Schwarze2013-05-181-1/+2
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-36/+37
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-161-6/+6
* fix position and formatting of %U;Ingo Schwarze2012-07-111-1/+1
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-7/+11
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-091-15/+13
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-081-16/+15
* implement -Tman .AnIngo Schwarze2012-07-081-0/+2
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-8/+8
* Correct .Eo spacing:Ingo Schwarze2011-11-031-1/+5
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-0/+2
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-201-15/+22
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-23/+8
* 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
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-1/+2
* 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
* Last low-hanging removal of superfluous variable assignments.Kristaps Dzonsons2011-04-041-6/+13
* Clean up superfluous variables in `Xr' handling in -Tascii.Kristaps Dzonsons2011-04-041-9/+9
* Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii. ThisKristaps Dzonsons2011-04-041-12/+15
* Clean up -Tascii in the same way as -T[x]html regarding `Rv' arguments.Kristaps Dzonsons2011-04-041-10/+15
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-5/+27
* 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-9/+5
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-0/+1
* Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148:Ingo Schwarze2011-02-061-1/+3
* Some pre-handlers produce output, so reorder the code to set upIngo Schwarze2011-02-061-20/+25
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-0/+4
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-021-1/+2
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-251-2/+6
* Push capitalisation of `Bx' second argument into validator, where it belongs.Kristaps Dzonsons2011-01-251-7/+2
* Properly uppercase the first-letter of the `Bx' second argument.Kristaps Dzonsons2011-01-251-2/+7
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-6/+20
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-251-2/+2
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-0/+2
* Make -literal displays only have 8-character displays. From aKristaps Dzonsons2011-01-061-1/+3
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-0/+1
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-7/+22
* As pointed out by schwarze@, %T/%J renders with a normal double-quote, notKristaps Dzonsons2010-12-251-4/+4
* Implement schwarze@'s much more elegant version of my %T/%J fix.Kristaps Dzonsons2010-12-251-3/+3
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-251-3/+42
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-24/+24
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-29/+24
* Handle .Bk the same way as groff 1.20.1:Ingo Schwarze2010-12-191-1/+2