| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze | 2014-07-30 | 1 | -53/+3 |
* | Remove two useless FATAL errors. | Ingo Schwarze | 2014-07-30 | 1 | -7/+15 |
* | better name and wording for the last two non-generic errors | Ingo Schwarze | 2014-07-30 | 1 | -1/+2 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 1 | -25/+16 |
* | Partial implementation of .Bd -centered. | Ingo Schwarze | 2014-07-29 | 1 | -1/+1 |
* | no need to delete any content from .Rs blocks, | Ingo Schwarze | 2014-07-07 | 1 | -34/+11 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -1/+2 |
* | Cleanup with respect to bad macro arguments. | Ingo Schwarze | 2014-07-05 | 1 | -56/+61 |
* | Cleanup regarding -offset and -width: | Ingo Schwarze | 2014-07-05 | 1 | -55/+51 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -23/+26 |
* | Clean up messages related to missing arguments. | Ingo Schwarze | 2014-07-04 | 1 | -16/+12 |
* | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze | 2014-07-03 | 1 | -24/+22 |
* | Improve and test the messages about empty macros, | Ingo Schwarze | 2014-07-02 | 1 | -1/+3 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 1 | -3/+4 |
* | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze | 2014-07-02 | 1 | -3/+7 |
* | Clean up warnings related to macros and nesting. | Ingo Schwarze | 2014-07-02 | 1 | -2/+4 |
* | Improve "skipping paragraph macro" messages, | Ingo Schwarze | 2014-07-02 | 1 | -13/+29 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -4/+37 |
* | Clean up the warnings related to document structure. | Ingo Schwarze | 2014-07-01 | 1 | -26/+47 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 1 | -13/+9 |
* | Start systematic improvements of error reporting. | Ingo Schwarze | 2014-06-20 | 1 | -9/+9 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+4 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -20/+11 |
* | strlen+malloc+snprintf is error prone; | Ingo Schwarze | 2014-04-20 | 1 | -22/+13 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -6/+4 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -253/+239 |
* | Using macros in .Sh header lines, or having .Sm off or .Bk -words open | Ingo Schwarze | 2014-04-15 | 1 | -11/+7 |
* | Support the CONTEXT section for kernel manual pages found in Solaris and | Ingo Schwarze | 2014-03-31 | 1 | -0/+3 |
* | Allow ERRORS in section 4; OpenBSD rev. 1.121. | Ingo Schwarze | 2014-03-30 | 1 | -2/+4 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | Retire the old concat() function. | Ingo Schwarze | 2014-03-23 | 1 | -77/+26 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 1 | -5/+3 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Remove useless use of strnlen(3). | Ingo Schwarze | 2014-01-11 | 1 | -1/+1 |
* | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze | 2014-01-07 | 1 | -29/+22 |
* | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze | 2014-01-06 | 1 | -5/+5 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 1 | -0/+1 |
* | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | 2013-12-15 | 1 | -2/+2 |
* | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze | 2013-10-21 | 1 | -2/+8 |
* | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze | 2013-10-06 | 1 | -19/+61 |
* | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze | 2013-10-06 | 1 | -19/+58 |
* | Support setting arbitrary roff(7) number registers, | Ingo Schwarze | 2013-10-05 | 1 | -5/+6 |
* | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze | 2013-09-16 | 1 | -1/+2 |
* | Put .%C before .%D in .Rs output | Ingo Schwarze | 2013-08-05 | 1 | -2/+2 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -16/+16 |
* | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze | 2012-11-16 | 1 | -1/+1 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 1 | -4/+33 |
* | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze | 2012-07-16 | 1 | -6/+36 |
* | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze | 2012-07-12 | 1 | -12/+17 |
* | fix position and formatting of %U; | Ingo Schwarze | 2012-07-11 | 1 | -2/+2 |