summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-2/+17
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-36/+1
* `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.Kristaps Dzonsons2009-10-071-1/+4
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-189/+180
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-60/+38
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-4/+23
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-3/+4
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-241-5/+1
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-5/+6
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-2/+4
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-1/+2
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-3/+3
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-211-2/+2
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-211-30/+14
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-1/+2
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-201-2/+2
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-201-1/+2
* Considerable, wide-ranging improvements to the -Thtml output mode (most espec...Kristaps Dzonsons2009-09-201-2/+3
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-171-1/+37
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-52/+45
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-263/+64
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-24/+48
* More already-fixed FIXMEs.Kristaps Dzonsons2009-08-191-4/+2
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-1/+4
* Fixed groff-compat where two `Sh' calls, with the first not having a body, do...Kristaps Dzonsons2009-07-291-4/+9
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-2/+5
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-1/+2
* Fixed DIAGNOSTIC display (leading double-space only before BODY).Kristaps Dzonsons2009-07-241-2/+3
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-241-2/+63
* `Bd' printing simplified (now that literal text is preserved).Kristaps Dzonsons2009-07-241-28/+11
* Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists.Kristaps Dzonsons2009-07-231-7/+30
* Bl -column now accepts columns = (1 + stated columns), which covers all remai...Kristaps Dzonsons2009-07-231-4/+20
* Re-added `Pa' handling -- had removed it, but it's a bug in groff that it doe...Kristaps Dzonsons2009-07-211-3/+14
* Made `%T' underline instead of quote.Kristaps Dzonsons2009-07-211-18/+7
* Fixed undocumented `-diag' where NULL list item bodies aren't followed by a v...Kristaps Dzonsons2009-07-211-3/+14
* Fixed `Bl -column' undocumented no-vspace rule to only work within the list.Kristaps Dzonsons2009-07-211-16/+29
* Re-fixed `-diag' (accidentally broke in last checkin).Kristaps Dzonsons2009-07-211-1/+3
* Removed `Pa' underline formatting (no groff does this).Kristaps Dzonsons2009-07-211-14/+3
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-211-9/+10
* Right-most column now fills to the right margin (undocumented groff behaviour).Kristaps Dzonsons2009-07-211-2/+8
* Fixed zero-length width string causing assertion (defaulting to 10 -- this ne...Kristaps Dzonsons2009-07-201-1/+5
* Undocumented behaviour in groff: `Bl -column' implies `-compact'.Kristaps Dzonsons2009-07-201-1/+4
* Removed superfluous NOSPACE in bd post.Kristaps Dzonsons2009-07-191-5/+1
* termpair flags unset before post, after body (suggested by schwarze@openbsd).Kristaps Dzonsons2009-07-191-3/+12
* `sp' documented: validates & produces correct output.Kristaps Dzonsons2009-07-171-2/+24
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-1/+14
* Off-by-one space fixed for `Bl -diag'.Kristaps Dzonsons2009-07-161-4/+2
* Fix to presentation date (Ulrich Sporlein)Kristaps Dzonsons2009-07-151-2/+2
* Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org).VERSION_1_8_0Kristaps Dzonsons2009-07-141-7/+2
* Cleaned up arg_width and arg_column functions.Kristaps Dzonsons2009-07-141-17/+28