aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-26/+25
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-15/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-72/+72
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-12/+6
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-3/+3
* Third step towards parser unification:Ingo Schwarze2015-04-021-3/+3
* Second step towards parser unification:Ingo Schwarze2015-04-021-11/+11
* First step towards parser unification:Ingo Schwarze2015-04-021-34/+35
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-3/+3
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-8/+11
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-111-4/+3
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-3/+6
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-3/+25
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-281-6/+9
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-6/+6
* Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze2014-12-241-29/+28
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-1/+5
* fix typo in previousIngo Schwarze2014-12-231-3/+3
* some scaling unit fixes:Ingo Schwarze2014-12-231-3/+3
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-2/+3
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-5/+14
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-11/+11
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-3/+24
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-1/+5
* Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze2014-11-061-2/+2
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-9/+9
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-4/+7
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-3/+4
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-10/+95
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-5/+7
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-4/+9
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-5/+42
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-6/+7
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-70/+71
* Improve formatting of broken blocks in -Tman,Ingo Schwarze2014-03-301-3/+12
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+11
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-3/+4
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-2/+5
* Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze2013-12-251-4/+9
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-1/+11
* Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze2013-12-241-2/+5
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-19/+18
* Printf size_t vars with %zu, not %ld;Ingo Schwarze2013-10-071-5/+5
* Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze2013-09-151-4/+3
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-021-6/+6
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-291-2/+2
* Support .Bl -offset in -mdoc -Tman.Ingo Schwarze2013-05-191-4/+22
* Move printing of the .RS macro into print_offs() such that print_offs()Ingo Schwarze2013-05-191-5/+5
* Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze2012-12-311-35/+49