| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze | 2014-11-28 | 1 | -198/+116 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 1 | -375/+233 |
* | Simplify code by making mdoc validation handlers void. | Ingo Schwarze | 2014-11-28 | 1 | -52/+44 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -7/+27 |
* | The .Sm macro accepts at most one argument; | Ingo Schwarze | 2014-11-26 | 1 | -1/+1 |
* | Do not access a NULL pointer when a section has no body, | Ingo Schwarze | 2014-11-25 | 1 | -1/+3 |
* | Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>: | Ingo Schwarze | 2014-11-20 | 1 | -1/+4 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -24/+50 |
* | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze | 2014-09-07 | 1 | -2/+2 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 1 | -13/+12 |
* | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze | 2014-08-16 | 1 | -1/+2 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -1/+1 |
* | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze | 2014-07-30 | 1 | -0/+18 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 1 | -5/+9 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -5/+6 |
* | Improve and test the messages about empty macros, | Ingo Schwarze | 2014-07-02 | 1 | -3/+5 |
* | Clean up warnings related to macros and nesting. | Ingo Schwarze | 2014-07-02 | 1 | -13/+4 |
* | Fix the column numbers associated with in_line_argn() macros; | Ingo Schwarze | 2014-07-02 | 1 | -2/+2 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -13/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -152/+129 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | Treat the line after .Cd as a single argument. | Ingo Schwarze | 2014-01-21 | 1 | -1/+1 |
* | Keep words after .Ic together in a single argument. | Ingo Schwarze | 2014-01-20 | 1 | -1/+1 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 1 | -1/+1 |
* | Do not trigger end-of-sentence spacing by trailing punctuation | Ingo Schwarze | 2013-12-31 | 1 | -19/+0 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | 2013-12-24 | 1 | -2/+1 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 1 | -0/+5 |
* | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze | 2013-10-21 | 1 | -98/+139 |
* | Block closing macros do not allocate a new node but finish an existing | Ingo Schwarze | 2013-09-15 | 1 | -0/+3 |
* | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze | 2012-11-19 | 1 | -4/+10 |
* | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze | 2012-11-18 | 1 | -1/+2 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -175/+180 |
* | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze | 2012-11-16 | 1 | -1/+1 |
* | Let a trailing .Ns macro take effect | Ingo Schwarze | 2012-07-18 | 1 | -1/+8 |
* | 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 |