2014-07-02 |
Ingo Schwarze | Implement the obsolete macros .En .Es .Fr .Ot for backw... |
blob | commitdiff | raw |
2014-04-20 |
Ingo Schwarze | make sure static buffers for snprintf(3) are large... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Improve formatting of broken blocks in -Tman, |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Implement .Fo/.Fa/.Fc indentation and break handling... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Do not break output lines in .Fn function arguments... |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | Implement SYNOPSIS .Fn indentation for -Tman. |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | It turns out SYNOPSIS mode does not imply .Bk in general, |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Ingo Schwarze | Printf size_t vars with %zu, not %ld; |
blob | commitdiff | raw | diff to current |
2013-09-15 |
Ingo Schwarze | Use normal line macro recognition, do not attempt to... |
blob | commitdiff | raw | diff to current |
2013-06-02 |
Ingo Schwarze | Let .Do .Dq .Ql .So .Sq generate the correct roff(7... |
blob | commitdiff | raw | diff to current |
2013-05-29 |
Ingo Schwarze | In SYNOPSIS mode, .Ek doesn't end a keep. |
blob | commitdiff | raw | diff to current |
2013-05-19 |
Ingo Schwarze | Support .Bl -offset in -mdoc -Tman. |
blob | commitdiff | raw | diff to current |
2013-05-19 |
Ingo Schwarze | Move printing of the .RS macro into print_offs() such... |
blob | commitdiff | raw | diff to current |
2012-12-31 |
Ingo Schwarze | Rewrite indentation handling for nested lists in a... |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Ingo Schwarze | In -Tman mode, support automatic word keeps in the... |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Ingo Schwarze | Three portability improvements by millert@: |
blob | commitdiff | raw | diff to current |
2012-11-18 |
Ingo Schwarze | Make the generated man(7) code more portable by using .PD |
blob | commitdiff | raw | diff to current |
2012-11-18 |
Ingo Schwarze | Correct indentation for lists and displays inside lists. |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Ingo Schwarze | For .El .sp, avoid the weird .sp -1v .PP .PP output... |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Ingo Schwarze | Several -mdoc parser improvements related to vertical... |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Ingo Schwarze | In -Tman .Bl -compact, skip the blank line only before... |
blob | commitdiff | raw | diff to current |
2012-07-13 |
Ingo Schwarze | Adjust -Tman SYNOPSIS .Nm indentation using .HP; reques... |
blob | commitdiff | raw | diff to current |
2012-07-13 |
Ingo Schwarze | If the tag in .Bl -tag .It would leave exactly one... |
blob | commitdiff | raw | diff to current |
2012-07-13 |
Ingo Schwarze | In -man -Tascii, support .sp with negative argument. |
blob | commitdiff | raw | diff to current |
2012-07-12 |
Ingo Schwarze | Do not crash in -Tman on: |
blob | commitdiff | raw | diff to current |
2012-07-11 |
Ingo Schwarze | Polish -Tman .Rs support. |
blob | commitdiff | raw | diff to current |
2012-07-11 |
Ingo Schwarze | basic implementation of -Tman .Bl -column using tbl... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Ingo Schwarze | basic implementation of -Tman .Bl -tag |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Ingo Schwarze | multiple fixes to -Tascii .HP rendering: |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Ingo Schwarze | * implement -Tman .Bl -item -inset -diag -ohang -dash... |
blob | commitdiff | raw | diff to current |
2012-07-09 |
Ingo Schwarze | fix -Tascii .Fd line breaking |
blob | commitdiff | raw | diff to current |
2012-07-09 |
Ingo Schwarze | implement -Tman .Eo and .Ec; OpenBSD rev. 1.26 |
blob | commitdiff | raw | diff to current |
2012-07-09 |
Ingo Schwarze | Implement -Tman .Bf. |
blob | commitdiff | raw | diff to current |
2012-07-09 |
Ingo Schwarze | fix -Tman font handling for: |
blob | commitdiff | raw | diff to current |
2012-07-09 |
Ingo Schwarze | implement -Tman .No and .Mt; OpenBSD rev. 1.23 |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | fix .Lk for -Tascii and implement it for -Tman |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft... |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | implement -Tman .An |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | Add flags to insert a .sp or .br request before the... |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | Instead of adding one integer variable for each global... |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | implement -Tman .Va |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16 |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | Basic implementation of -Tman .Fo and .Fa; |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | rudimentary support for -Tman .Ft and .Fn; |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | basic support for -Tman .In; OpenBSD rev. 1.12 |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | after .Lb in library section, break the line in the... |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | implement -Tman .Bk; OpenBSD rev. 1.10 |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | implement -Tman .Sm; OpenBSD rev. 1.9 |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | implement -Tman .Bd -offset and -compact; OpenBSD rev... |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Ingo Schwarze | minor -mdoc -Tman fixes |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Ingo Schwarze | Implement missing enclosures (Ao Do Qo Qq So Bro Brq) |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Ingo Schwarze | Implement the missing text production macros (Bsx Bx... |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Kristaps Dzonsons | Tweak Makefile and add config.h to -Tman to allow cross... |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Kristaps Dzonsons | Implement a basic -Tman `Rv', like `Ex'. |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Kristaps Dzonsons | Tidy up -Tman output. This has NO functional change... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Kristaps Dzonsons | If -Tman is specified and input is -man, echo the prepr... |
blob | commitdiff | raw | diff to current |
2011-09-30 |
Ingo Schwarze | implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po ... |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Ingo Schwarze | do not assign pointers to literal strings |
blob | commitdiff | raw | diff to current |
2011-09-17 |
Ingo Schwarze | Initial, incomplete support for -Tman |
blob | commitdiff | raw | diff to current |
|