aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Backout previous.Ingo Schwarze2010-08-211-14/+1
* .Bl -column phrases ignore spacing rules for trailing punctuationIngo Schwarze2010-08-201-1/+14
* Correctly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja.Kristaps Dzonsons2010-08-091-6/+8
* merge from OpenBSD mdoc_term.c rev. 1.100:Ingo Schwarze2010-08-071-3/+5
* Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaksKristaps Dzonsons2010-07-271-8/+4
* `Ad' is supposed to underline. Found whilst trolling through manuals.Kristaps Dzonsons2010-07-261-2/+2
* In the SYNOPSIS, .Nm at the beginning of an input line startsIngo Schwarze2010-07-211-2/+3
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-191-2/+2
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-191-1/+6
* After .Sm on, spacing ought to restart right away, before the next token,Ingo Schwarze2010-07-161-3/+5
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Proper `Bk -words' support: only suppress breaks within a line, butKristaps Dzonsons2010-07-061-1/+18
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-2/+3
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-28/+6
* Allow empty `Fo' to get by without an assertion.Kristaps Dzonsons2010-07-031-2/+4
* Cached `An' arguments in struct mdoc_an. Note that this isn't aKristaps Dzonsons2010-07-021-16/+3
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-16/+5
* Lint fixes.Kristaps Dzonsons2010-07-021-3/+6
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-23/+25
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-3/+43
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-011-2/+2
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-8/+25
* minor .Bk fixes:Ingo Schwarze2010-06-271-4/+14
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-7/+7
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-271-2/+22
* 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-40/+42
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Remove arg_getattrs(), as we only have arg_getattr()-like calls now thatKristaps Dzonsons2010-06-131-45/+15
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-131-10/+11
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-131-1/+2
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-11/+11
* Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache,Kristaps Dzonsons2010-06-121-8/+11
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-11/+10