2016-11-08 |
Ingo Schwarze | implement tag priority 0, which will tag only keys... |
blob | commitdiff | raw |
2016-11-08 |
Ingo Schwarze | generate two tag entries from list entries of the form |
blob | commitdiff | raw | diff to current |
2016-10-09 |
Ingo Schwarze | Delete complicated code dealing with .Bl -tag without... |
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 | Use "-" rather than "\(hy" for the heads of .Bl -dash... |
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-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Ingo Schwarze | Trailing whitespace is significant when determining... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Ingo Schwarze | The .Dv macro actually forces normal font. |
blob | commitdiff | raw | diff to current |
2015-07-25 |
Ingo Schwarze | Simplify and make tag_put() more efficient by integrati... |
blob | commitdiff | raw | diff to current |
2015-07-25 |
Ingo Schwarze | implement tagging for .Er |
blob | commitdiff | raw | diff to current |
2015-07-25 |
Ingo Schwarze | basic tag support for function names; written at YYC |
blob | commitdiff | raw | diff to current |
2015-07-25 |
Ingo Schwarze | basic support for tag priorities; written at YYC |
blob | commitdiff | raw | diff to current |
2015-07-17 |
Ingo Schwarze | Initial, still somewhat experimental implementation... |
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-04 |
Ingo Schwarze | Rounding rules for horizontal scaling widths are more... |
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-03-06 |
Ingo Schwarze | Fix vertical spacing at the beginning of tables. |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Ingo Schwarze | In mdoc(7), don't mistreat negative .sp arguments as... |
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-05 |
Ingo Schwarze | fix handling of empty .An macros |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Ingo Schwarze | Simplify by deleting the "lastline" member of struct... |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Ingo Schwarze | fix .Eo/.Ec spacing |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Ingo Schwarze | Use relative offsets instead of absolute pointers for... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Have pity on the poor stack. |
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 | some scaling unit fixes: |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Fix the implementation and documentation of \c (continu... |
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-28 |
Ingo Schwarze | mop up an #ifdef turd deraadt@ stepped into |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Be more careful about meta->name. For weird input... |
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-25 |
Ingo Schwarze | Do not access a NULL pointer when a section has no... |
blob | commitdiff | raw | diff to current |
2014-11-21 |
Ingo Schwarze | We repeatedly observed assertion crashes in the low... |
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-10 |
Ingo Schwarze | add required vertical spacing before lists that begin |
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-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Ingo Schwarze | correct the spacing after in-line equations |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Ingo Schwarze | correct spacing *after* inline equations (much simpler... |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Ingo Schwarze | correct spacing before inline equations |
blob | commitdiff | raw | diff to current |
2014-10-13 |
Ingo Schwarze | Properly scale string length measurements for PostScrip... |
blob | commitdiff | raw | diff to current |
2014-09-17 |
Ingo Schwarze | simplify handling of .An -[no]split for terminal output: |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | Implement the traditional -h option for man(1): show... |
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-17 |
Ingo Schwarze | ... and remove the trailing spaces (duh. i should... |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Ingo Schwarze | KNF: fix indentation of previous commit, see style(9): |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Kristaps Dzonsons | Protect against accessing "n->next->child" by first... |
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 | Get rid of the useless FATAL error "child violates... |
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-29 |
Ingo Schwarze | Partial implementation of .Bd -centered. |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | no need to skip content before first section header |
blob | commitdiff | raw | diff to current |
2014-07-03 |
Ingo Schwarze | Fix formatting of empty .Bl -inset item heads. |
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-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | fix unchecked snprintf(3) in page header printing: |
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-04-08 |
Ingo Schwarze | Add a new term_flushln() flag TERMP_BRIND (if break... |
blob | commitdiff | raw | diff to current |
2014-04-08 |
Ingo Schwarze | If the SYNOPSIS section contains an excessively long... |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Support relative arguments to .ll (increase or decrease... |
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-02-16 |
Ingo Schwarze | when indenting, extend the right margin accordingly... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Oops, .Fa never breaks the output line in the middle... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Garbage collect two local variables each used only... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | In the SYNOPSIS, implement hanging indentation for .Fo |
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 | Delete the unused flag TERMP_IGNDELIM |
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-12-24 |
Ingo Schwarze | When deciding whether two consecutive macros are on... |
blob | commitdiff | raw | diff to current |
2013-12-23 |
Ingo Schwarze | Implement a long-standing desideratum, |
blob | commitdiff | raw | diff to current |
2013-12-22 |
Ingo Schwarze | Polishing the worms in my favourite can, term_flushln(). |
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 | Simplify condition, avoid duplicate code; no functional... |
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-18 |
Ingo Schwarze | Should termp_xx_pre() ever get called for a macro it... |
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-11-16 |
Ingo Schwarze | Improve formatting of badly nested font blocks. |
blob | commitdiff | raw | diff to current |
2012-07-11 |
Ingo Schwarze | fix position and formatting of %U; |
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-08 |
Ingo Schwarze | fix .Lk for -Tascii and implement it for -Tman |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Ingo Schwarze | implement -Tman .An |
blob | commitdiff | raw | diff to current |
2011-11-13 |
Ingo Schwarze | Make the default left text margin configurable from... |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Ingo Schwarze | Correct .Eo spacing: |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Ingo Schwarze | Remove a bunch of useless assignments, |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Ingo Schwarze | Sync print_mdoc_head to print_man_head; |
blob | commitdiff | raw | diff to current |
next |