summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-2/+2
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-2/+2
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-2/+3
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-9/+2
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-301-2/+2
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-301-2/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-2/+2
* Last low-hanging removal of superfluous variable assignments.Kristaps Dzonsons2011-04-041-7/+14
* Clean up superfluous variables in `Xr' handling in -Tascii.Kristaps Dzonsons2011-04-041-10/+10
* Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii. ThisKristaps Dzonsons2011-04-041-13/+16
* Clean up -Tascii in the same way as -T[x]html regarding `Rv' arguments.Kristaps Dzonsons2011-04-041-11/+16
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-6/+28
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-2/+1
* Clean up date handling,Ingo Schwarze2011-03-071-10/+6
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-1/+2
* Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148:Ingo Schwarze2011-02-061-2/+4
* Some pre-handlers produce output, so reorder the code to set upIngo Schwarze2011-02-061-21/+26
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+5
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-021-2/+3
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-251-3/+7
* Push capitalisation of `Bx' second argument into validator, where it belongs.Kristaps Dzonsons2011-01-251-8/+3
* Properly uppercase the first-letter of the `Bx' second argument.Kristaps Dzonsons2011-01-251-3/+8
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-7/+21
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-251-3/+3
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-1/+3
* Make -literal displays only have 8-character displays. From aKristaps Dzonsons2011-01-061-2/+4
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-1/+2
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-011-8/+23
* As pointed out by schwarze@, %T/%J renders with a normal double-quote, notKristaps Dzonsons2010-12-251-5/+5
* Implement schwarze@'s much more elegant version of my %T/%J fix.Kristaps Dzonsons2010-12-251-4/+4
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-251-4/+43
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-25/+25
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-30/+25
* Handle .Bk the same way as groff 1.20.1:Ingo Schwarze2010-12-191-2/+3
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-161-3/+3
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-151-6/+1
* Make SYNOPSIS sections and code having .nr nS enabledIngo Schwarze2010-12-111-2/+15
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-1/+5
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-2/+2
* let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze2010-10-231-2/+2
* `Sm' no longer produces a linebreak when used in `Bd'.Kristaps Dzonsons2010-10-101-1/+3
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-6/+5
* Merge from OpenBSD right after 1.10.6; now back to full sync.Ingo Schwarze2010-09-271-2/+1
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-271-1/+21
* Linted function arguments.Kristaps Dzonsons2010-09-261-1/+3
* Big clean-up consolidating all punctuation opening/closing functions intoKristaps Dzonsons2010-09-261-226/+118
* A `%T' invoked outside of `Rs' should not produce trailing punctuation.Kristaps Dzonsons2010-09-251-2/+4
* Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. RemoveKristaps Dzonsons2010-09-251-2/+6
* When the HEAD of an .Nm block in the SYNOPSIS might be widerIngo Schwarze2010-09-231-7/+13
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-041-2/+26