summaryrefslogtreecommitdiffstats
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze2012-07-131-1/+10
* If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze2012-07-131-27/+54
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-69/+82
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-8/+15
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-27/+67
* basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31Ingo Schwarze2012-07-111-5/+41
* basic implementation of -Tman .Bl -tagIngo Schwarze2012-07-101-5/+5
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-8/+22
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-8/+121
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-091-3/+22
* implement -Tman .Eo and .Ec; OpenBSD rev. 1.26Ingo Schwarze2012-07-091-3/+12
* Implement -Tman .Bf.Ingo Schwarze2012-07-091-5/+41
* fix -Tman font handling for:Ingo Schwarze2012-07-091-66/+146
* implement -Tman .No and .Mt; OpenBSD rev. 1.23Ingo Schwarze2012-07-091-14/+26
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-081-1/+30
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-11/+64
* implement -Tman .AnIngo Schwarze2012-07-081-1/+29
* Add flags to insert a .sp or .br request before the next output,Ingo Schwarze2012-07-081-49/+29
* Instead of adding one integer variable for each global boolean output flagIngo Schwarze2012-07-081-180/+176