| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Debian needs relative symlinks not only for manual pages, | Ingo Schwarze | 2017-03-04 | 3 | -13/+23 |
* | Markdown output mode helped us to find the first parser bug (as such, | Ingo Schwarze | 2017-03-03 | 1 | -8/+9 |
* | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze | 2017-03-03 | 6 | -9/+1490 |
* | remove a few redundant conditions that jsg@ found with cppcheck | Ingo Schwarze | 2017-03-03 | 4 | -4/+4 |
* | Fix a copy-and-paste error that caused man(7) manuals without | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |
* | A missing initialization could randomly cause regular expression | Ingo Schwarze | 2017-03-03 | 1 | -0/+1 |
* | Fix previous: do not access the byte before the string if the string | Ingo Schwarze | 2017-03-03 | 1 | -1/+1 |
* | Pledge man.cgi(8). | Ingo Schwarze | 2017-02-22 | 1 | -0/+16 |
* | Since SQLite is gone, we no longer need the "flock" pledge. | Ingo Schwarze | 2017-02-22 | 1 | -2/+2 |
* | Handle an odd edge case where .It is preceded by .Sm. | Ingo Schwarze | 2017-02-22 | 1 | -0/+1 |
* | Debian wants relative, not absolute symlinks for man pages; | Ingo Schwarze | 2017-02-22 | 1 | -2/+1 |
* | fix spelling error; | Ingo Schwarze | 2017-02-21 | 1 | -1/+1 |
* | release 1.14.1VERSION.1.14.1 | Ingo Schwarze | 2017-02-21 | 2 | -13/+21 |
* | resolve trivial differences with OpenBSD: | Ingo Schwarze | 2017-02-18 | 1 | -3/+1 |
* | add some regress targets | Ingo Schwarze | 2017-02-18 | 1 | -0/+28 |
* | preconv_encode() can take a const input buffer; | Ingo Schwarze | 2017-02-18 | 2 | -7/+7 |
* | Provide an uninstall target, to help cleaning up after installing | Ingo Schwarze | 2017-02-18 | 1 | -7/+50 |
* | proper test for O_DIRECTORY | Ingo Schwarze | 2017-02-18 | 6 | -10/+12 |
* | double quotes were fixed, finally | Ingo Schwarze | 2017-02-18 | 1 | -4/+1 |
* | Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii | Ingo Schwarze | 2017-02-17 | 7 | -6/+70 |
* | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze | 2017-02-17 | 11 | -17/+16 |
* | more tests for .IP/.nf interaction that i forgot to commit | Ingo Schwarze | 2017-02-17 | 2 | -2/+69 |
* | No need to cast NULL when assigning it to a variable; | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
* | Improve clarity of some casts; | Ingo Schwarze | 2017-02-17 | 2 | -7/+7 |
* | Make the directory explicit where source files are located. | Ingo Schwarze | 2017-02-17 | 1 | -1/+4 |
* | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze | 2017-02-17 | 8 | -9/+9 |
* | Fix a read buffer overrun that copied random data from memory into | Ingo Schwarze | 2017-02-17 | 1 | -3/+11 |
* | add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org> | Ingo Schwarze | 2017-02-16 | 3 | -7/+18 |
* | fix previous: stupid typo | Ingo Schwarze | 2017-02-16 | 1 | -2/+2 |
* | Provide a variable BINM_CATMAN. | Ingo Schwarze | 2017-02-16 | 4 | -5/+15 |
* | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze | 2017-02-16 | 4 | -9/+15 |
* | Fix rev. 1.280: -O syntax is different in default apropos(1) output | Ingo Schwarze | 2017-02-16 | 1 | -17/+22 |
* | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze | 2017-02-16 | 4 | -12/+31 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 7 | -21/+7 |
* | Style improvement, no functional change. | Ingo Schwarze | 2017-02-15 | 1 | -7/+6 |
* | Fix previous: I forgot that i had to change the convention how | Ingo Schwarze | 2017-02-15 | 1 | -1/+1 |
* | Do not access a NULL pointer if a matrix or square root are empty. | Ingo Schwarze | 2017-02-12 | 9 | -11/+43 |
* | Do not read one element past the end of the static const termacts array. | Ingo Schwarze | 2017-02-11 | 1 | -1/+2 |
* | new regression tests for mdoc_macro.c revs. 1.211-1.215 | Ingo Schwarze | 2017-02-11 | 13 | -12/+85 |
* | Disable three UTF-8 tests that expose bugs in wcwidth(3) in the | Ingo Schwarze | 2017-02-11 | 1 | -1/+1 |
* | Never look for broken blocks inside blocks that are already closed. | Ingo Schwarze | 2017-02-11 | 2 | -3/+6 |
* | Do not prematurely close .Nd containing a broken child. | Ingo Schwarze | 2017-02-11 | 2 | -3/+11 |
* | Do not prematurely mark intermediate blocks as broken while scanning | Ingo Schwarze | 2017-02-11 | 1 | -9/+16 |
* | For child macros of block-end macros, only scan backwards for pending | Ingo Schwarze | 2017-02-10 | 1 | -6/+7 |
* | In the SYNOPSIS, .Nm blocks can get broken if one of their children | Ingo Schwarze | 2017-02-10 | 2 | -6/+16 |
* | In -Ttree output mode, show the BROKEN node flag and | Ingo Schwarze | 2017-02-10 | 6 | -7/+29 |
* | same as mandocdb.c rev. 1.196: | Ingo Schwarze | 2017-02-09 | 1 | -2/+3 |
* | Illumos doesn't have O_DIRECTORY. Work around that for now, may | Ingo Schwarze | 2017-02-09 | 1 | -0/+4 |
* | Escape literal braces in a regular expression. | Ingo Schwarze | 2017-02-09 | 1 | -1/+1 |
* | On some systems (e.g. Solaris 11) diff(1) does not support -a. | Ingo Schwarze | 2017-02-08 | 1 | -5/+9 |