| Commit message (Expand) | Author | Age | Files | Lines |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | Fix previous such that all .It HEADs are unparsed, | Ingo Schwarze | 2012-01-05 | 1 | -10/+8 |
* | `-diag' lists aren't parsed, unlike other list types. This fixes a TODO | Kristaps Dzonsons | 2012-01-02 | 1 | -3/+13 |
* | Remove an OpenBSD-specific tweak regarding .Xr spacing and make it | Ingo Schwarze | 2011-12-03 | 1 | -16/+0 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 1 | -4/+1 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD. | Kristaps Dzonsons | 2011-08-10 | 1 | -2/+2 |
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -4/+4 |
* | Closing delimiters only suppress spacing when they follow something. | Ingo Schwarze | 2011-04-25 | 1 | -1/+13 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -3/+3 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -24/+47 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -7/+8 |
* | Clean-up in libmdoc: fix last checks for mdoc_*msg return value, then | Kristaps Dzonsons | 2011-03-17 | 1 | -10/+9 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -7/+7 |
* | Have `Bx' accept two arguments, not just one, and join these arguments | Kristaps Dzonsons | 2011-01-25 | 1 | -0/+2 |
* | Incorporate same fix for -man post-validation deletion of nodes. This | Kristaps Dzonsons | 2011-01-12 | 1 | -2/+9 |
* | Add a "last child" member of struct mdoc_node. | Kristaps Dzonsons | 2010-12-15 | 1 | -0/+3 |
* | Merge schwarze@'s relaxation of scope-breaking rules: allow implicit | Kristaps Dzonsons | 2010-12-06 | 1 | -21/+21 |
* | mdoc_action.c is no more. Attic it and remove it from the Makefile. | Kristaps Dzonsons | 2010-11-30 | 1 | -10/+2 |
* | Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c. | Kristaps Dzonsons | 2010-11-29 | 1 | -1/+1 |
* | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 1 | -2/+2 |
* | If an explicit scope is still open at the end of an input file, | Ingo Schwarze | 2010-09-26 | 1 | -8/+4 |
* | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze | 2010-07-18 | 1 | -2/+2 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -1/+2 |
* | Lint fixes. | Kristaps Dzonsons | 2010-07-02 | 1 | -1/+1 |
* | In the mdoc(7) parser, inspect roff registers early such that all parts | Ingo Schwarze | 2010-07-01 | 1 | -1/+4 |
* | Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs. | Ingo Schwarze | 2010-07-01 | 1 | -0/+3 |
* | Improve .Nm indentation in the SYNOPSIS; | Ingo Schwarze | 2010-07-01 | 1 | -10/+19 |
* | p->end is an enum: treat it as such. | Kristaps Dzonsons | 2010-07-01 | 1 | -2/+2 |
* | Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never be | Ingo Schwarze | 2010-06-30 | 1 | -3/+42 |
* | fix a typo in the function declaration; | Ingo Schwarze | 2010-06-29 | 1 | -1/+1 |
* | Considerably simplify block rewind rules; no functional change intended. | Ingo Schwarze | 2010-06-29 | 1 | -206/+69 |
* | Support for badly nested blocks, written around the time of | Ingo Schwarze | 2010-06-29 | 1 | -72/+194 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -24/+15 |
* | Mechanical diff allowing the const struct regset to propogate through | Kristaps Dzonsons | 2010-06-26 | 1 | -15/+18 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Lint fixes (noops). | Kristaps Dzonsons | 2010-05-31 | 1 | -2/+1 |
* | Remove now-superfluous check on `Ta' context. | Kristaps Dzonsons | 2010-05-31 | 1 | -20/+0 |
* | Add ability to interpret initial free-form lines as part of a `Bl | Kristaps Dzonsons | 2010-05-31 | 1 | -1/+11 |
* | `Ta' scope-checks need to be more specific (until implicit `It' handling | Kristaps Dzonsons | 2010-05-31 | 1 | -1/+4 |
* | Remove enum mdocargerr from phrase() (unused). | Kristaps Dzonsons | 2010-05-31 | 1 | -22/+96 |
* | Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This | Kristaps Dzonsons | 2010-05-30 | 1 | -13/+19 |
* | Final word on lac/ac. Document flow as it relates to phrasing, as I'll | Kristaps Dzonsons | 2010-05-30 | 1 | -4/+17 |
* | Obvious fix to last patch: have ARGS_PEND also be flagged for phrase() | Kristaps Dzonsons | 2010-05-30 | 1 | -1/+3 |
* | First in several iterative patches in getting complex -column lists | Kristaps Dzonsons | 2010-05-30 | 1 | -8/+12 |
* | Commit of patch floated on discuss@ a few days ago: if an in_line scope | Kristaps Dzonsons | 2010-05-29 | 1 | -11/+32 |
* | Fixed `Lb' to be in_line (reported by Ulrich Spoerlein). | Kristaps Dzonsons | 2010-05-26 | 1 | -1/+1 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -14/+18 |
* | Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum). | Ingo Schwarze | 2010-05-15 | 1 | -10/+12 |