summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_macro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeschwarze2020-01-191-2/+3
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:schwarze2020-01-191-2/+2
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)schwarze2019-01-071-3/+14
* Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, suchschwarze2019-01-011-4/+46
* Cleanup, minus 15 LOC, no functional change:schwarze2018-12-311-2/+1
* Cleanup, no functional change:schwarze2018-12-301-2/+2
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserschwarze2018-12-211-23/+66
* Almost mechanical diff to remove the "struct mparse *" argumentschwarze2018-12-141-42/+33
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allschwarze2018-12-041-2/+2
* Remove more pointer arithmetic passing via regions outside the arrayschwarze2018-08-171-22/+30
* Macro argument quoting does not prevent recognition of punctuationschwarze2017-05-301-23/+17
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-5/+3
* move .ll to the roff modulesschwarze2017-05-051-3/+2
* Parser reorg:schwarze2017-05-041-7/+6
* Parser unification: use nice ohashes for all three request and macro tables;schwarze2017-04-291-2/+2
* Continue parser unification:schwarze2017-04-241-43/+42
* Fix handling of trailing punctuation in .Lk.schwarze2017-04-171-2/+6
* Fix block scoping error if an explicit block is broken by twoschwarze2017-02-161-3/+6
* Remove the ENDBODY_NOSPACE flag, simplifying the code.schwarze2017-02-161-4/+4
* Never look for broken blocks inside blocks that are already closed.schwarze2017-02-111-4/+5
* Do not prematurely close .Nd containing a broken child.schwarze2017-02-111-3/+9
* Do not prematurely mark intermediate blocks as broken while scanningschwarze2017-02-111-10/+17
* For child macros of block-end macros, only scan backwards for pendingschwarze2017-02-101-7/+8
* Oops, the previous commit unintentionally included this file.schwarze2017-02-101-1/+1
* In -Ttree output mode, show the BROKEN node flag andschwarze2017-02-101-7/+15
* unify names of AST node flags; no change of cpp outputschwarze2017-01-101-31/+31
* When a mismatching end macro occurs while at least two nested blocksschwarze2016-08-201-14/+23
* When scanning upwards for a column list to put a .Ta macro in,schwarze2016-08-201-2/+2
* Even after switching from a pending head to the body, we have toschwarze2016-08-131-2/+2
* In order to become able to generate syntax tree nodes on the roff(7)schwarze2015-10-201-13/+7
* Very tricky diff to fix macro interpretation and spacing around tabsschwarze2015-10-171-23/+29
* When blk_full() handles an .It line in .Bl -column and indirectlyschwarze2015-10-151-1/+6
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsschwarze2015-10-121-11/+1
* modernize style: "return" is not a function; ok cmp(1)schwarze2015-10-061-25/+25
* /* NOTREACHED */ after abort() is silly, delete itschwarze2015-09-261-2/+1
* mdoc_valid_post() may indirectly call roff_node_unlink() which mayschwarze2015-05-011-2/+2
* Setting the "last" member of struct roff_node was done at an extremelyschwarze2015-05-011-4/+2
* Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,schwarze2015-05-011-2/+2
* If a block body gets broken, that's no good reason to extend theschwarze2015-04-291-2/+4
* Do not mark a block with the MDOC_BROKEN flag if it merely containsschwarze2015-04-291-1/+3
* Get rid of two empty wrapper functions. No functional change.schwarze2015-04-231-2/+2
* Avoid a use after free when the target node is deleted during validation.schwarze2015-04-211-13/+16
* Unify trickier node handling functions.schwarze2015-04-191-4/+4
* Unify some node handling functions that use TOKEN_NONE.schwarze2015-04-191-3/+3
* Decouple the token code for "no request or macro" from the individualschwarze2015-04-191-18/+19
* Unify node handling functions:schwarze2015-04-191-17/+18
* Replace the structs mdoc and man by a unified struct roff_man.schwarze2015-04-181-21/+22
* If a partial explicit block extending to the next input line followsschwarze2015-04-051-4/+16
* Reduce code duplication, no functional change:schwarze2015-04-051-51/+45
* Arguments to end macros of broken partial explicit blocksschwarze2015-04-051-10/+8