aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-191-4/+4
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-25/+48
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-8/+9
* Clean-up in libmdoc: fix last checks for mdoc_*msg return value, thenKristaps Dzonsons2011-03-171-11/+10
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-8/+8
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-1/+3
* Incorporate same fix for -man post-validation deletion of nodes. ThisKristaps Dzonsons2011-01-121-3/+10
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-1/+4
* Merge schwarze@'s relaxation of scope-breaking rules: allow implicitKristaps Dzonsons2010-12-061-22/+22
* mdoc_action.c is no more. Attic it and remove it from the Makefile.Kristaps Dzonsons2010-11-301-11/+3
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-2/+2
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-3/+3
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-261-9/+5
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-181-3/+3
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-2/+3
* Lint fixes.Kristaps Dzonsons2010-07-021-2/+2
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-011-2/+5
* Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze2010-07-011-1/+4
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-11/+20
* p->end is an enum: treat it as such.Kristaps Dzonsons2010-07-011-3/+3
* Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze2010-06-301-4/+43
* fix a typo in the function declaration;Ingo Schwarze2010-06-291-2/+2
* Considerably simplify block rewind rules; no functional change intended.Ingo Schwarze2010-06-291-207/+70
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-73/+195
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-25/+16
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-16/+19
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Lint fixes (noops).Kristaps Dzonsons2010-05-311-3/+2
* Remove now-superfluous check on `Ta' context.Kristaps Dzonsons2010-05-311-21/+1
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-311-2/+12
* `Ta' scope-checks need to be more specific (until implicit `It' handlingKristaps Dzonsons2010-05-311-2/+5
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-23/+97
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-14/+20
* Final word on lac/ac. Document flow as it relates to phrasing, as I'llKristaps Dzonsons2010-05-301-5/+18
* Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()Kristaps Dzonsons2010-05-301-2/+4
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-301-9/+13
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-12/+33
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-261-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-15/+19
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-11/+13
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-7/+22
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-23/+15
* Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...Kristaps Dzonsons2010-05-141-1/+21
* Removed remaining "1 == ppos" invocations.Kristaps Dzonsons2010-05-141-5/+11
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-12/+7
* Lint fix.Kristaps Dzonsons2010-05-131-1/+2
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-13/+22
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-15/+45
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-4/+4