summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-1/+1
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-2/+2
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-261-8/+4
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-181-2/+2
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-1/+2
* Lint fixes.Kristaps Dzonsons2010-07-021-1/+1
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-011-1/+4
* Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze2010-07-011-0/+3
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-10/+19
* p->end is an enum: treat it as such.Kristaps Dzonsons2010-07-011-2/+2
* Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze2010-06-301-3/+42
* fix a typo in the function declaration;Ingo Schwarze2010-06-291-1/+1
* Considerably simplify block rewind rules; no functional change intended.Ingo Schwarze2010-06-291-206/+69
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-72/+194
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-24/+15
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-15/+18
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Lint fixes (noops).Kristaps Dzonsons2010-05-311-2/+1
* Remove now-superfluous check on `Ta' context.Kristaps Dzonsons2010-05-311-20/+0
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-311-1/+11
* `Ta' scope-checks need to be more specific (until implicit `It' handlingKristaps Dzonsons2010-05-311-1/+4
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-22/+96
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-13/+19
* Final word on lac/ac. Document flow as it relates to phrasing, as I'llKristaps Dzonsons2010-05-301-4/+17
* Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()Kristaps Dzonsons2010-05-301-1/+3
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-301-8/+12
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-11/+32
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-261-1/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-14/+18
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-10/+12
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-6/+21
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-22/+14
* Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...Kristaps Dzonsons2010-05-141-0/+20
* Removed remaining "1 == ppos" invocations.Kristaps Dzonsons2010-05-141-4/+10
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-11/+6
* Lint fix.Kristaps Dzonsons2010-05-131-0/+1
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-12/+21
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-14/+44
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-3/+3
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-071-7/+4
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-071-20/+24
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-9/+9
* Protection against running lookup() against quoted words.Kristaps Dzonsons2010-05-071-16/+25
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-071-124/+144
* Fix mdoc bug found by Claus Assmann: `Pf' should be callable.Kristaps Dzonsons2010-04-061-1/+1
* Enum-ised REWIND return values.Kristaps Dzonsons2010-04-051-6/+8
* Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ...Kristaps Dzonsons2010-04-051-3/+8
* Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit...Kristaps Dzonsons2010-03-311-8/+13
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-311-4/+2
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-15/+52