summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_term.c
AgeCommit message (Expand)Author
2015-04-04Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02First step towards parser unification:Ingo Schwarze
2015-03-09Fix vertical spacing at the beginning of tables.Ingo Schwarze
2015-03-09In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze
2015-02-17Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-11do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-01fix .Eo/.Ec spacingIngo Schwarze
2015-01-31Use relative offsets instead of absolute pointers for the terminalIngo Schwarze
2015-01-30Have pity on the poor stack.Ingo Schwarze
2015-01-23Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze
2014-12-24Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-02Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze
2014-11-30Multiple fixes with respect to .Pf:Ingo Schwarze
2014-11-28mop up and #ifdef turd deraadt@ stepped intoIngo Schwarze
2014-11-28Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze
2014-11-27Multiple fixes with respect to .Eo:Ingo Schwarze
2014-11-27Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze
2014-11-25Do not access a NULL pointer when a section has no body,Ingo Schwarze
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
2014-11-19Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze
2014-11-17Multiple fixes with respect to in-line macros:Ingo Schwarze
2014-11-10add required vertical spacing before lists that beginIngo Schwarze
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-20correct the spacing after in-line equationsIngo Schwarze
2014-10-20correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze
2014-10-20correct spacing before inline equationsIngo Schwarze
2014-10-13Properly scale string length measurements for PostScript and PDF output;Ingo Schwarze
2014-09-17simplify handling of .An -[no]split for terminal output:Ingo Schwarze
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-08-21Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze
2014-08-17Segfault fixes from kristaps@.Ingo Schwarze
2014-08-08Bring the handling of defective prologues even closer to groff,Ingo Schwarze
2014-08-08Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze
2014-08-08Various improvements related to .Ex and .Rv:Ingo Schwarze
2014-08-08Partial implementation of .Bd -centered.Ingo Schwarze
2014-07-07no need to skip content before first section headerIngo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-20fix unchecked snprintf(3) in page header printing:Ingo Schwarze
2014-04-20make sure static buffers for snprintf(3) are large enoughIngo Schwarze