summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-2/+2
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-7/+10
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-111-3/+2
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-2/+5
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-2/+24
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-281-5/+8
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-5/+5
* Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze2014-12-241-28/+27
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-0/+4
* fix typo in previousIngo Schwarze2014-12-231-2/+2
* some scaling unit fixes:Ingo Schwarze2014-12-231-2/+2
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-1/+2
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-4/+13
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-10/+10
* Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze2014-11-191-2/+23
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-0/+4
* Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze2014-11-061-1/+1
* Major bugsquashing with respect to -offset and -width:Ingo Schwarze2014-10-301-8/+8
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-3/+6
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-2/+3
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-9/+94
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-4/+6
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-3/+8
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-4/+41
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-5/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-69/+70
* Improve formatting of broken blocks in -Tman,Ingo Schwarze2014-03-301-2/+11
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+10
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-2/+3
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-1/+4
* Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze2013-12-251-3/+8
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-0/+10
* Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze2013-12-241-1/+4
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-18/+17
* Printf size_t vars with %zu, not %ld;Ingo Schwarze2013-10-071-4/+4
* Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze2013-09-151-3/+2
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-021-5/+5
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-291-1/+1
* Support .Bl -offset in -mdoc -Tman.Ingo Schwarze2013-05-191-3/+21
* Move printing of the .RS macro into print_offs() such that print_offs()Ingo Schwarze2013-05-191-4/+4
* Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze2012-12-311-34/+48
* In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze2012-11-191-21/+33
* Three portability improvements by millert@:Ingo Schwarze2012-11-191-8/+9
* Make the generated man(7) code more portable by using .PDIngo Schwarze2012-11-181-5/+19
* Correct indentation for lists and displays inside lists.Ingo Schwarze2012-11-181-6/+103
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-18/+19
* For .El .sp, avoid the weird .sp -1v .PP .PP output sequence.Ingo Schwarze2012-07-161-2/+3
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-161-1/+4
* In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze2012-07-141-1/+2