Age | Commit message (Expand) | Author |
2019-07-11 | When parsing a tab character that is not preceded by a space character | Ingo Schwarze |
2018-12-21 | Rename mandoc_getarg() to roff_getarg() and pass it the roff parser | Ingo Schwarze |
2018-12-14 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-14 | Almost mechanical diff to remove the "struct mparse *" argument | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2017-05-30 | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-03-03 | Markdown output mode helped us to find the first parser bug (as such, | Ingo Schwarze |
2016-08-28 | If a line inside .Bl -column starts with a tab character | Ingo Schwarze |
2016-07-15 | add missing prototypes, no code change; | Ingo Schwarze |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-10-15 | Simplify the part of args() that is handling .Bl -column phrases: | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-02-04 | fix column numbers of macro arguments in messages | Ingo Schwarze |
2014-11-29 | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze |
2014-11-28 | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze |
2014-11-28 | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-04-23 | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze |
2012-04-15 | Two bugfixes regarding the -width and -offset macro arguments: | Ingo Schwarze |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2010-12-29 | Reorg by Kristaps: In libmdoc, replace the union of pointers to structs | Ingo Schwarze |
2010-09-13 | Prevent .Pp and .Lp from looping endlessly on punctuation. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-15 | proper handling of quoted tab-separated column lists | Ingo Schwarze |
2010-05-15 | Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum). | Ingo Schwarze |