aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-301-23/+17
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-5/+3
* move .ll to the roff modulesIngo Schwarze2017-05-051-3/+2
* Parser reorg:Ingo Schwarze2017-05-041-7/+6
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-2/+2
* Continue parser unification:Ingo Schwarze2017-04-241-43/+42
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-2/+6
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-161-3/+6
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-4/+4
* Never look for broken blocks inside blocks that are already closed.Ingo Schwarze2017-02-111-4/+5
* Do not prematurely close .Nd containing a broken child.Ingo Schwarze2017-02-111-3/+9
* Do not prematurely mark intermediate blocks as broken while scanningIngo Schwarze2017-02-111-10/+17
* For child macros of block-end macros, only scan backwards for pendingIngo Schwarze2017-02-101-7/+8
* In the SYNOPSIS, .Nm blocks can get broken if one of their childrenIngo Schwarze2017-02-101-7/+15
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-31/+31
* When a mismatching end macro occurs while at least two nested blocksIngo Schwarze2016-08-201-14/+23
* When scanning upwards for a column list to put a .Ta macro in,Ingo Schwarze2016-08-201-2/+2
* Even after switching from a pending head to the body, we have toIngo Schwarze2016-08-111-2/+2
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-13/+7
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-171-23/+29
* When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze2015-10-151-1/+6
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-11/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-25/+25
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* mdoc_valid_post() may indirectly call roff_node_unlink() which mayIngo Schwarze2015-05-011-2/+2
* Setting the "last" member of struct roff_node was done at an extremelyIngo Schwarze2015-05-011-4/+2
* Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,Ingo Schwarze2015-05-011-2/+2
* If a block body gets broken, that's no good reason to extend theIngo Schwarze2015-04-291-2/+4
* Do not mark a block with the MDOC_BROKEN flag if it merely containsIngo Schwarze2015-04-291-1/+3
* Get rid of two empty wrapper functions. No functional change.Ingo Schwarze2015-04-231-2/+2
* Avoid a use after free when the target node is deleted during validation.Ingo Schwarze2015-04-211-13/+16
* Unify trickier node handling functions.Ingo Schwarze2015-04-191-4/+4
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-3/+3
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-18/+19
* Unify node handling functions:Ingo Schwarze2015-04-191-17/+18
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-21/+22
* If a partial explicit block extending to the next input line followsIngo Schwarze2015-04-051-4/+16
* Reduce code duplication, no functional change:Ingo Schwarze2015-04-051-51/+45
* Arguments to end macros of broken partial explicit blocksIngo Schwarze2015-04-051-10/+8
* Second step towards parser unification:Ingo Schwarze2015-04-021-40/+38
* First step towards parser unification:Ingo Schwarze2015-04-021-20/+21
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-121-110/+78
* explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze2015-02-111-1/+8
* Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze2015-02-101-34/+44
* Closing a block validates it, which may end up deleting it,Ingo Schwarze2015-02-071-1/+2
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-061-3/+4
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-061-1/+7
* better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze2015-02-061-1/+12
* fix handling of empty .An macrosIngo Schwarze2015-02-051-2/+2
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-051-8/+2