aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-4/+2
* Do not fix the default indent for all subsequent files; some may useIngo Schwarze2017-02-041-1/+4
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-107/+5
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-26/+2
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-42/+18
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-24/+24
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-2/+13
* use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze2016-11-081-2/+2
* tag leading .Dv, .Li, and .No in .It;Ingo Schwarze2016-11-081-1/+2
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-081-3/+25
* generate two tag entries from list entries of the formIngo Schwarze2016-11-081-2/+4
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-091-2/+2
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-25/+26
* Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze2015-10-121-2/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-55/+4
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-79/+79
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-5/+1
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-211-3/+3
* The .Dv macro actually forces normal font.Ingo Schwarze2015-09-141-2/+2
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-251-11/+7
* implement tagging for .ErIngo Schwarze2015-07-251-2/+16
* basic tag support for function names; written at YYCIngo Schwarze2015-07-251-3/+18
* basic support for tag priorities; written at YYCIngo Schwarze2015-07-251-3/+3
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-2/+22
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-9/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-2/+2
* Third step towards parser unification:Ingo Schwarze2015-04-021-13/+7
* Second step towards parser unification:Ingo Schwarze2015-04-021-14/+14
* First step towards parser unification:Ingo Schwarze2015-04-021-81/+82
* Fix vertical spacing at the beginning of tables.Ingo Schwarze2015-03-061-1/+3
* In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze2015-03-061-4/+7
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-171-3/+3
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-3/+4
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-111-4/+3
* fix handling of empty .An macrosIngo Schwarze2015-02-051-4/+1
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-051-7/+4
* fix .Eo/.Ec spacingIngo Schwarze2015-02-011-14/+55
* Use relative offsets instead of absolute pointers for the terminalIngo Schwarze2015-01-311-2/+2
* Have pity on the poor stack.Ingo Schwarze2015-01-301-4/+5
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-231-6/+6
* Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze2014-12-241-50/+57
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-2/+3
* some scaling unit fixes:Ingo Schwarze2014-12-231-18/+9
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-2/+3
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-2/+3
* mop up an #ifdef turd deraadt@ stepped intoIngo Schwarze2014-11-281-9/+3
* Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze2014-11-281-7/+11
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-4/+6
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-271-5/+5