aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-2/+2
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-19/+5
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-3/+3
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* Fill mode changes don't break next-line scope in all cases,Ingo Schwarze2015-09-041-3/+3
* Get rid of two empty wrapper functions. No functional change.Ingo Schwarze2015-04-231-3/+2
* Unify trickier node handling functions.Ingo Schwarze2015-04-191-5/+4
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-5/+5
* Unify node handling functions:Ingo Schwarze2015-04-191-7/+9
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-9/+9
* Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171.Ingo Schwarze2015-04-031-119/+34
* It turns out the man(7) parser suffers from unintelligible handlingIngo Schwarze2015-04-031-2/+2
* Second step towards parser unification:Ingo Schwarze2015-04-021-18/+17
* First step towards parser unification:Ingo Schwarze2015-04-021-29/+30
* The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze2015-03-201-2/+2
* Simplify by almost halving the number of macro flags:Ingo Schwarze2015-03-201-16/+18
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-061-17/+11
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-061-1/+8
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-061-1/+8
* preserve .PP before .RE; effect found in audio/pms(1)Ingo Schwarze2015-01-241-2/+13
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-2/+1
* Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze2015-01-241-3/+23
* Explicit block closure macros clobber next-line block head scope,Ingo Schwarze2014-12-161-3/+3
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-87/+54
* Allow the five man(7) font macros to concatenate their line arguments,Ingo Schwarze2014-11-031-8/+11
* When the first child of the node being validated gets deleted duringIngo Schwarze2014-08-181-2/+13
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* Improve handling of next-line scope broken by end of file.Ingo Schwarze2014-07-301-8/+30
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-301-8/+1
* delete forgotten, obsolete rew_warn() prototypeIngo Schwarze2014-07-091-3/+1
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-3/+4
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-071-46/+22
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-37/+23
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+2
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-2/+2
* s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze2013-12-251-1/+2
* Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze2013-12-221-1/+10
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-111-5/+7
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+6
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-61/+61
* Fix an assert() raised by `RS' when following `TP'.Kristaps Dzonsons2012-06-121-2/+2
* Close a preceding implicit block before opening an explicit block.Ingo Schwarze2012-06-031-17/+29
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+3
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-1/+2
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-041-3/+1
* Fix condition. Not enough tea.Joerg Sonnenberger2011-11-181-2/+2
* Slightly adjust last: return successful as some times the correct errorJoerg Sonnenberger2011-11-181-2/+2
* Convert an assert into an explicit check. man_unscope can be triggeredJoerg Sonnenberger2011-11-181-2/+3
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-071-12/+12
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2