Age | Commit message (Expand) | Author |
2017-11-10 | Be less assertive when warning about a possible typo. | Jeremie Courreges-Anglas |
2017-11-10 | streamline termp allocation. this will allow the init function to | Marc Espie |
2017-11-01 | shrink the generated PostScript by more than 50% by actually using PostScript | Marc Espie |
2017-10-29 | Print a human-readable media name in the %%DocumentMedia DSC comment | Ingo Schwarze |
2017-10-26 | more readable conversion of paper size from millimeters to PostScript | Ingo Schwarze |
2017-10-25 | The page footer line (psmarg) is created in ps_begin(), and the | Ingo Schwarze |
2017-10-25 | Properly close out the top-level Font object, the end-of-page | Ingo Schwarze |
2017-09-12 | Do not segfault when there are two .Dt macros, the first without | Ingo Schwarze |
2017-09-07 | typo: convertion -> convention | David Coppa |
2017-09-06 | fix a NULL pointer access on deroff() failure; | Ingo Schwarze |
2017-08-26 | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | Ingo Schwarze |
2017-08-26 | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | Ingo Schwarze |
2017-08-26 | No need to fork and exec rm(1) -rf, we know that we have exactly | Ingo Schwarze |
2017-08-23 | remove spacing after another representation of unary minus | Ingo Schwarze |
2017-08-23 | remove spacing after unary minus | Ingo Schwarze |
2017-08-23 | eliminate white space after opening and before closing punctuation | Ingo Schwarze |
2017-08-23 | Suppress spacing before certain kinds of lists. | Ingo Schwarze |
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze |
2017-08-23 | Switch ASCII rendering of the same mathematical symbols and greek | Ingo Schwarze |
2017-08-22 | Correct the mandoc.db(5) requirements of man(1) after the deprecation | Ingo Schwarze |
2017-08-22 | When finding a bogus database entry, | Ingo Schwarze |
2017-08-21 | When the stdout stream gets broken, there is no point in reading | Ingo Schwarze |
2017-08-19 | Delete the lie that $PAGER would only be used with -a or -l; the text | Ingo Schwarze |
2017-08-19 | document -O mdoc; triggered by a question from jmc@ and OK jmc@ | Ingo Schwarze |
2017-08-11 | Make the "new sentence, new line" check stricter, allowing digits | Ingo Schwarze |
2017-08-11 | Add two EXAMPLES; triggered by a question from jmc@. | Ingo Schwarze |
2017-08-09 | Explain how to transform markup for the terminal when not using a | Ingo Schwarze |
2017-08-02 | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze |
2017-07-31 | Ignore explicitly specified negative column widths rather than | Ingo Schwarze |
2017-07-31 | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze |
2017-07-28 | When the mparse_alloc() prototype changed in read.c 1.151, updating | Ingo Schwarze |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-07-26 | Fix a typo that caused a non-constant string | Ingo Schwarze |
2017-07-26 | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze |
2017-07-20 | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze |
2017-07-20 | Do not call err(3) from the parser. Call mandoc_vmsg() and | Ingo Schwarze |
2017-07-20 | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze |
2017-07-19 | Prefer arch-dependent over arch-independent pages if the name priority, | Ingo Schwarze |
2017-07-16 | The only elements using floats are dt.It-tag, so the only elements | Ingo Schwarze |
2017-07-15 | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze |
2017-07-15 | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze |
2017-07-15 | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze |
2017-07-15 | correct left margins for different classes of definition lists | Ingo Schwarze |
2017-07-15 | Print the right character for mathematical overbar. | Anthony J. Bentley |
2017-07-15 | Improve rev. 1.199 further: | Ingo Schwarze |
2017-07-14 | always give commas their own <mo> element, | Ingo Schwarze |
2017-07-14 | The .Dd and .TH macros must interrupt .ce, too; | Ingo Schwarze |
2017-07-14 | Explicitly initialize a variable where the compiler is (understandably) | Ingo Schwarze |
2017-07-14 | Fix an assertion failure triggered by print_otag("sw+-l", NULL). | Ingo Schwarze |
2017-07-14 | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze |