summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-3/+5
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-4/+4
* Do not access a NULL pointer when a section has no body,Ingo Schwarze2014-11-251-6/+9
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-211-10/+8
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-2/+4
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-1/+1
* add required vertical spacing before lists that beginIngo Schwarze2014-11-101-9/+11
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-25/+12
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-3/+0
* correct the spacing after in-line equationsIngo Schwarze2014-10-201-1/+1
* correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze2014-10-201-0/+2
* correct spacing before inline equationsIngo Schwarze2014-10-201-0/+2
* Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze2014-10-131-2/+6
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-171-44/+16
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-17/+24
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-3/+4
* ... and remove the trailing spaces (duh. i should pay more attention)Ingo Schwarze2014-08-171-5/+5
* KNF: fix indentation of previous commit, see style(9):Ingo Schwarze2014-08-171-9/+9
* Protect against accessing "n->next->child" by first checking "n->next".Kristaps Dzonsons2014-08-171-8/+13
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-1/+5
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-1/+4
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-21/+30
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-291-2/+13
* no need to skip content before first section headerIngo Schwarze2014-07-071-1/+4
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-031-1/+1
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-5/+7
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-5/+28
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-17/+14
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-4/+7
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-2/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-324/+207
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-12/+13
* If the SYNOPSIS section contains an excessively long .Nm,Ingo Schwarze2014-04-081-0/+2
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-1/+1
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+16
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-161-2/+5
* Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze2013-12-251-2/+1
* Garbage collect two local variables each used only one single time.Ingo Schwarze2013-12-251-6/+4
* In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze2013-12-251-7/+22
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-0/+2
* Delete the unused flag TERMP_IGNDELIMIngo Schwarze2013-12-241-13/+2
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-17/+8
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-1/+1
* Implement a long-standing desideratum,Ingo Schwarze2013-12-231-0/+16
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-17/+30
* 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