2019-01-04 |
Ingo Schwarze | Oops, i forgot to adjust this file to the changes in... |
blob | commitdiff | raw |
2018-12-30 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-15 |
Ingo Schwarze | Several improvements to escape sequence handling. |
blob | commitdiff | raw | diff to current |
2018-12-03 |
Ingo Schwarze | In the validators, translate obsolete macro aliases... |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Ingo Schwarze | The upcoming .while request will have to re-execute... |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Ingo Schwarze | Remove more pointer arithmetic passing via regions... |
blob | commitdiff | raw | diff to current |
2018-04-11 |
Ingo Schwarze | preserve comments before .Dd when converting mdoc(7... |
blob | commitdiff | raw | diff to current |
2018-04-05 |
Ingo Schwarze | Do not use a non-portable .R man(7) macro. Neither... |
blob | commitdiff | raw | diff to current |
2018-04-05 |
Ingo Schwarze | For .Do/.Dq, use the documented and portable \(lq and... |
blob | commitdiff | raw | diff to current |
2018-01-13 |
Ingo Schwarze | Remove the implicit display feature of .Lk because... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | Naive implementation of the roff(7) .po (page offset... |
blob | commitdiff | raw | diff to current |
2017-06-14 |
Ingo Schwarze | implement roff(7) .rj (right justify) request |
blob | commitdiff | raw | diff to current |
2017-06-10 |
Ingo Schwarze | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and... |
blob | commitdiff | raw | diff to current |
2017-06-08 |
Ingo Schwarze | make the internal a2roffsu() interface more powerful... |
blob | commitdiff | raw | diff to current |
2017-06-06 |
Ingo Schwarze | Minimal implementation of the roff(7) .ce request ... |
blob | commitdiff | raw | diff to current |
2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
blob | commitdiff | raw | diff to current |
2017-05-30 |
Ingo Schwarze | fix formatting of intermediate punctuation in .Lk |
blob | commitdiff | raw | diff to current |
2017-05-08 |
Ingo Schwarze | Basic implementation of the roff(7) .ti (temporary... |
blob | commitdiff | raw | diff to current |
2017-05-07 |
Ingo Schwarze | Basic implementation of the roff(7) .ta (define tab... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | move .ll to the roff modules |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move handling of the roff(7) .ft request from the man(7) |
blob | commitdiff | raw | diff to current |
2017-05-04 |
Ingo Schwarze | Parser reorg: |
blob | commitdiff | raw | diff to current |
2017-04-24 |
Ingo Schwarze | Continue parser unification: |
blob | commitdiff | raw | diff to current |
2017-04-17 |
Ingo Schwarze | implement display of long .Lk URIs to match -Tascii |
blob | commitdiff | raw | diff to current |
2017-04-17 |
Ingo Schwarze | Fix handling of trailing punctuation in .Lk. |
blob | commitdiff | raw | diff to current |
2017-04-14 |
Ingo Schwarze | Do not make the colon after the .Lk link text italic. |
blob | commitdiff | raw | diff to current |
2017-03-04 |
Ingo Schwarze | Remove a redundant condition in .%T handling, no functi... |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Ingo Schwarze | Use typographic quotes rather than '"' for .Rs %T ... |
blob | commitdiff | raw | diff to current |
2017-02-16 |
Ingo Schwarze | Remove the ENDBODY_NOSPACE flag, simplifying the code. |
blob | commitdiff | raw | diff to current |
2017-02-06 |
Ingo Schwarze | The .Nm macro does not only use the default name when... |
blob | commitdiff | raw | diff to current |
2017-01-11 |
Ingo Schwarze | Do text production for .Bt, .Ex, .Rv, .Ud at the valida... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | For the .Ux/.Ox family of macros, do text production... |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | unify names of AST node flags; no change of cpp output |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes. |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Delete the redundant "nchild" member of struct roff_nod... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Delete the wrapper functions mdoc_meta(), man_meta... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Third step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Ingo Schwarze | Render \(lq and \(rq as '"' in -Tascii mode but leave... |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Ingo Schwarze | Delete the mdoc_node.pending pointer and the function... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
Ingo Schwarze | do not access a NULL pointer if an .Eo block lacks... |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better handle .Fo and .Fd without argument |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Ingo Schwarze | fix .Eo/.Ec spacing |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | * Polish tbl(7) error reporting. |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Ingo Schwarze | Let .Aq/.Ao/.Ac print "<>" instead of the normal "... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | Support negative indentations for mdoc(7) displays... |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | support negative horizontal widths in man(7); |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | fix typo in previous |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | some scaling unit fixes: |
blob | commitdiff | raw | diff to current |
2014-11-30 |
Ingo Schwarze | Multiple fixes with respect to .Pf: |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Multiple fixes with respect to .Eo: |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Fix the obsolete .Db (toggle debug mode) macro to ignor... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Ingo Schwarze | Let .Ao and .Aq render as "<>" after .An and as "\... |
blob | commitdiff | raw | diff to current |
2014-11-17 |
Ingo Schwarze | Multiple fixes with respect to in-line macros: |
blob | commitdiff | raw | diff to current |
2014-11-06 |
Ingo Schwarze | Let -Tascii \(bu (bullet) output agree with groff; |
blob | commitdiff | raw | diff to current |
2014-10-30 |
Ingo Schwarze | Major bugsquashing with respect to -offset and -width: |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Ingo Schwarze | Right after .Fl, a middle delimiter triggers an empty... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Various improvements related to .Ex and .Rv: |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages regarding excess arguments: |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | When .Sm is called without an argument, groff toggles... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Implement the obsolete macros .En .Es .Fr .Ot for backw... |
blob | commitdiff | raw | diff to current |
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 |
next |