| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix grammar; while here, improve spacing; from sobrado@ | Ingo Schwarze | 2017-09-04 | 1 | -1/+1 |
* | format ".IP *" etc. as <ul> rather than <dl> | Ingo Schwarze | 2017-09-02 | 1 | -0/+4 |
* | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | Ingo Schwarze | 2017-08-26 | 1 | -5/+5 |
* | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | Ingo Schwarze | 2017-08-26 | 1 | -39/+51 |
* | No need to fork and exec rm(1) -rf, we know that we have exactly | Ingo Schwarze | 2017-08-26 | 1 | -20/+3 |
* | remove spacing after another representation of unary minus | Ingo Schwarze | 2017-08-23 | 1 | -2/+4 |
* | remove spacing after unary minus | Ingo Schwarze | 2017-08-23 | 1 | -2/+4 |
* | eliminate white space after opening and before closing punctuation | Ingo Schwarze | 2017-08-23 | 4 | -5/+11 |
* | use the tty-char macro file for ASCII comparisons | Ingo Schwarze | 2017-08-23 | 1 | -1/+1 |
* | Suppress spacing before certain kinds of lists. | Ingo Schwarze | 2017-08-23 | 2 | -3/+13 |
* | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze | 2017-08-23 | 3 | -13/+13 |
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 21 | -113/+118 |
* | Switch ASCII rendering of the same mathematical symbols and greek | Ingo Schwarze | 2017-08-23 | 2 | -82/+82 |
* | Correct the mandoc.db(5) requirements of man(1) after the deprecation | Ingo Schwarze | 2017-08-22 | 1 | -2/+6 |
* | When finding a bogus database entry, | Ingo Schwarze | 2017-08-22 | 1 | -0/+10 |
* | When the stdout stream gets broken, there is no point in reading | Ingo Schwarze | 2017-08-21 | 1 | -0/+11 |
* | sync with FreeBSD; | Ingo Schwarze | 2017-08-20 | 1 | -6/+16 |
* | Delete the lie that $PAGER would only be used with -a or -l; the text | Ingo Schwarze | 2017-08-19 | 1 | -5/+0 |
* | document -O mdoc; triggered by a question from jmc@ and OK jmc@ | Ingo Schwarze | 2017-08-19 | 1 | -0/+14 |
* | Make the "new sentence, new line" check stricter, allowing digits | Ingo Schwarze | 2017-08-11 | 1 | -2/+2 |
* | Add two EXAMPLES; triggered by a question from jmc@. | Ingo Schwarze | 2017-08-11 | 1 | -0/+10 |
* | Explain how to transform markup for the terminal when not using a | Ingo Schwarze | 2017-08-09 | 1 | -10/+16 |
* | release 1.14.3VERSION.1.14.3 | Ingo Schwarze | 2017-08-05 | 2 | -1/+16 |
* | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze | 2017-08-02 | 2 | -23/+51 |
* | Ignore explicitly specified negative column widths rather than | Ingo Schwarze | 2017-07-31 | 2 | -1/+7 |
* | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze | 2017-07-31 | 2 | -3/+3 |
* | final tweaks for the 1.14.2 releaseVERSION.1.14.2 | Ingo Schwarze | 2017-07-28 | 2 | -13/+19 |
* | When the mparse_alloc() prototype changed in read.c 1.179, updating | Ingo Schwarze | 2017-07-28 | 1 | -1/+1 |
* | fix typo in TERMP_MULTICOL flag test; | Ingo Schwarze | 2017-07-28 | 1 | -1/+1 |
* | disable .Xr -Tlint test for now, | Ingo Schwarze | 2017-07-28 | 1 | -0/+3 |
* | Do not test .Xr here. It is not what this directory should focus on, | Ingo Schwarze | 2017-07-28 | 6 | -28/+20 |
* | Fix a typo that caused a non-constant string | Ingo Schwarze | 2017-07-26 | 1 | -2/+1 |
* | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze | 2017-07-26 | 1 | -1/+1 |
* | two more entries from the mdoclint TODO, clerified by wiz@ | Ingo Schwarze | 2017-07-24 | 1 | -1/+10 |
* | migrate the mdoclint(1) TODO list here, from pkgsrc | Ingo Schwarze | 2017-07-22 | 1 | -0/+13 |
* | Avoid cross reference to mandoc(1) because it may cause a message | Ingo Schwarze | 2017-07-20 | 6 | -12/+12 |
* | more renaming from mdocml to mandoc | Ingo Schwarze | 2017-07-20 | 3 | -13/+13 |
* | mention -Tlint to stdout | Ingo Schwarze | 2017-07-20 | 1 | -0/+2 |
* | MAP_PRIVATE is pointless without PROT_WRITE | Ingo Schwarze | 2017-07-20 | 1 | -5/+0 |
* | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze | 2017-07-20 | 3 | -16/+12 |
* | Do not call err(3) from the parser. Call mandoc_vmsg() and | Ingo Schwarze | 2017-07-20 | 1 | -9/+15 |
* | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze | 2017-07-20 | 2 | -5/+15 |
* | three ideas found in a different TODO file | Ingo Schwarze | 2017-07-20 | 1 | -0/+8 |
* | * clean catman.o which was missing | Ingo Schwarze | 2017-07-20 | 1 | -13/+5 |
* | sync | Ingo Schwarze | 2017-07-20 | 1 | -2/+2 |
* | Fix incorrectly swapped labels of left/right arrows; from bentley@. | Ingo Schwarze | 2017-07-20 | 1 | -1/+1 |
* | delete some entries that have been taken care of | Ingo Schwarze | 2017-07-19 | 1 | -47/+0 |
* | more bits for 1.14.2 | Ingo Schwarze | 2017-07-19 | 1 | -5/+9 |
* | Prefer arch-dependent over arch-independent pages if the name priority, | Ingo Schwarze | 2017-07-19 | 1 | -3/+19 |
* | Run the regression tests iteratively rather than recursively. | Ingo Schwarze | 2017-07-18 | 2 | -232/+236 |