aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_man.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correct indentation for lists and displays inside lists.Ingo Schwarze2012-11-181-7/+104
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-19/+20
* For .El .sp, avoid the weird .sp -1v .PP .PP output sequence.Ingo Schwarze2012-07-161-3/+4
* Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze2012-07-161-2/+5
* In -Tman .Bl -compact, skip the blank line only before the first itemIngo Schwarze2012-07-141-2/+3
* Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.Ingo Schwarze2012-07-131-2/+11
* If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze2012-07-131-28/+55
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-70/+83
* Do not crash in -Tman on:Ingo Schwarze2012-07-121-9/+16
* Polish -Tman .Rs support.Ingo Schwarze2012-07-111-28/+68
* basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31Ingo Schwarze2012-07-111-6/+42
* basic implementation of -Tman .Bl -tagIngo Schwarze2012-07-101-6/+6
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-9/+23
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-9/+122
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-091-4/+23
* implement -Tman .Eo and .Ec; OpenBSD rev. 1.26Ingo Schwarze2012-07-091-4/+13
* Implement -Tman .Bf.Ingo Schwarze2012-07-091-6/+42
* fix -Tman font handling for:Ingo Schwarze2012-07-091-67/+147
* implement -Tman .No and .Mt; OpenBSD rev. 1.23Ingo Schwarze2012-07-091-15/+27
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-081-2/+31
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze2012-07-081-12/+65
* implement -Tman .AnIngo Schwarze2012-07-081-2/+30
* Add flags to insert a .sp or .br request before the next output,Ingo Schwarze2012-07-081-50/+30
* Instead of adding one integer variable for each global boolean output flagIngo Schwarze2012-07-081-181/+177
* implement -Tman .VaIngo Schwarze2012-07-081-3/+3
* implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16Ingo Schwarze2012-07-081-2/+42
* Basic implementation of -Tman .Fo and .Fa;Ingo Schwarze2012-07-081-17/+82
* rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze2012-07-071-3/+49
* basic support for -Tman .In; OpenBSD rev. 1.12Ingo Schwarze2012-07-071-2/+33
* after .Lb in library section, break the line in the final outputIngo Schwarze2012-07-071-2/+14
* implement -Tman .Bk; OpenBSD rev. 1.10Ingo Schwarze2012-07-071-5/+36
* implement -Tman .Sm; OpenBSD rev. 1.9Ingo Schwarze2012-07-071-4/+20
* implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8Ingo Schwarze2012-07-071-2/+36
* minor -mdoc -Tman fixesIngo Schwarze2012-07-071-3/+10
* Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze2011-10-241-24/+24
* Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze2011-10-201-19/+54
* Tweak Makefile and add config.h to -Tman to allow cross-compiling onKristaps Dzonsons2011-10-081-1/+5
* Implement a basic -Tman `Rv', like `Ex'.Kristaps Dzonsons2011-10-081-3/+6
* Tidy up -Tman output. This has NO functional change: (1) introduced aKristaps Dzonsons2011-10-081-108/+176
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-1/+9
* implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze2011-09-301-41/+134
* do not assign pointers to literal stringsIngo Schwarze2011-09-201-3/+3
* Initial, incomplete support for -TmanIngo Schwarze2011-09-171-0/+426