summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-5/+6
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-19/+16
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-42/+7
* Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.Ingo Schwarze2010-06-101-4/+3
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-7/+6
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-7/+15
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-071-77/+91
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-1/+4
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-061-33/+33
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-041-2/+4
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-041-3/+10
* Documented `In' in full.Kristaps Dzonsons2010-06-041-18/+15
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-6/+1
* De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-2/+2
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-1/+2
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-17/+25
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-3/+1
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-1/+3
* Documented `Ud'.Kristaps Dzonsons2010-05-261-1/+5
* sync to OpenBSD:Ingo Schwarze2010-05-241-9/+7
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-1/+6
* fix an obvious typo in print_bvspace():Ingo Schwarze2010-05-241-2/+2
* Fix 1.125: Add missing return in termp_nm_pre.Joerg Sonnenberger2010-05-221-1/+2
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-91/+48
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-3/+7