| Commit message (Expand) | Author | Age | Files | Lines |
* | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze | 2017-05-30 | 1 | -3/+3 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 1 | -1/+0 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 1 | -1/+0 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -4/+6 |
* | Markdown output mode helped us to find the first parser bug (as such, | Ingo Schwarze | 2017-03-03 | 1 | -8/+9 |
* | If a line inside .Bl -column starts with a tab character | Ingo Schwarze | 2016-08-28 | 1 | -1/+1 |
* | add missing prototypes, no code change; | Ingo Schwarze | 2016-07-15 | 1 | -0/+1 |
* | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze | 2015-10-17 | 1 | -15/+45 |
* | Simplify the part of args() that is handling .Bl -column phrases: | Ingo Schwarze | 2015-10-15 | 1 | -72/+27 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -16/+16 |
* | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze | 2015-04-19 | 1 | -1/+1 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -9/+9 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -3/+3 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -5/+6 |
* | fix column numbers of macro arguments in messages | Ingo Schwarze | 2015-02-04 | 1 | -2/+2 |
* | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze | 2014-11-29 | 1 | -11/+6 |
* | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze | 2014-11-28 | 1 | -70/+77 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 1 | -22/+12 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -4/+8 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -3/+3 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+4 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -45/+45 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze | 2013-12-25 | 1 | -3/+3 |
* | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze | 2013-12-22 | 1 | -1/+1 |
* | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze | 2013-12-15 | 1 | -0/+12 |
* | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze | 2012-11-18 | 1 | -3/+3 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -29/+29 |
* | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze | 2012-11-16 | 1 | -2/+3 |
* | The -width and -offset macro arguments consume the next argument | Ingo Schwarze | 2012-04-15 | 1 | -38/+4 |
* | Make the `-width' field to `Bl' not puke if it doesn't have an argument. | Kristaps Dzonsons | 2012-03-23 | 1 | -1/+1 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Add back in a check that the leading `-' exists for arguments. This | Kristaps Dzonsons | 2011-06-18 | 1 | -6/+5 |
* | Clean-up: remove a function only called once. | Kristaps Dzonsons | 2011-06-18 | 1 | -37/+16 |
* | Fix an assertion failure raised by the following interesting scenario: a | Kristaps Dzonsons | 2011-06-18 | 1 | -191/+163 |
* | Lint fixes: remove unused function variables and pass in proper enum | Kristaps Dzonsons | 2011-05-12 | 1 | -7/+6 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -170/+156 |
* | Use mandoc_getarg() for the regular case of processing unquoted | Kristaps Dzonsons | 2011-04-17 | 1 | -19/+3 |
* | Don't shadow global identifiers. | Joerg Sonnenberger | 2011-04-07 | 1 | -12/+12 |
* | As per joerg@'s suggestion, use const arrays when looking up mdoc argvs. | Kristaps Dzonsons | 2011-03-23 | 1 | -37/+68 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | mdoc_argn_free is only used local to mdoc_argv.c, so make it static. | Kristaps Dzonsons | 2011-03-22 | 1 | -3/+4 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+2 |
* | Clean-up in mdoc_argv.c args_checkpunct(). | Kristaps Dzonsons | 2011-03-17 | 1 | -27/+21 |
* | Clean-up in mdoc_argv.c: make CPP-defines into an enum, document, make | Kristaps Dzonsons | 2011-03-17 | 1 | -33/+17 |
* | Clean up mdoc_pmsg invocations to make them not check the return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -13/+6 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -2/+2 |