| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze | 2016-08-11 | 1 | -3/+4 |
* | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze | 2016-08-10 | 1 | -4/+7 |
* | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze | 2016-08-10 | 1 | -4/+5 |
* | When trying to figure out which C compiler make(1) wants to use, | Ingo Schwarze | 2016-08-10 | 1 | -1/+1 |
* | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze | 2016-08-10 | 1 | -2/+3 |
* | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze | 2016-08-10 | 1 | -0/+1 |
* | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze | 2016-08-10 | 2 | -60/+50 |
* | fix printf("%s", NULL); | Ingo Schwarze | 2016-08-09 | 2 | -4/+6 |
* | The concept of endianness seems to be somewhat newfangled, so the | Ingo Schwarze | 2016-08-05 | 9 | -1/+71 |
* | Really protect <err.h> as already promised in the previous commit message. | Ingo Schwarze | 2016-08-05 | 1 | -0/+2 |
* | missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD | Ingo Schwarze | 2016-08-05 | 1 | -0/+1 |
* | fix a typo that prevented names from .Dt from getting priority | Ingo Schwarze | 2016-08-05 | 1 | -1/+1 |
* | Fix an assertion failure that happened when trying to add a page | Ingo Schwarze | 2016-08-04 | 1 | -1/+1 |
* | POSIX allows PATH_MAX to not be defined, meaning "unlimited". | Ingo Schwarze | 2016-08-02 | 6 | -0/+47 |
* | Repair makewhatis -t, regression in rev. 1.221 reported by naddy@. | Ingo Schwarze | 2016-08-01 | 1 | -2/+3 |
* | Adjust MANDOC_DB and bump MANDOCDB_VERSION now that | Ingo Schwarze | 2016-08-01 | 1 | -2/+2 |
* | document the new file format | Ingo Schwarze | 2016-08-01 | 1 | -79/+151 |
* | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze | 2016-07-31 | 1 | -1/+2 |
* | Autodetect a suitable locale for -Tutf8 mode, | Ingo Schwarze | 2016-07-31 | 5 | -15/+39 |
* | Sort sections and architectures in the pages table. | Ingo Schwarze | 2016-07-29 | 1 | -6/+18 |
* | Sort pages in the pages table by file names. | Ingo Schwarze | 2016-07-29 | 1 | -7/+26 |
* | No need to populate the TYPE_arch and TYPE_sec bits, the information | Ingo Schwarze | 2016-07-29 | 2 | -25/+11 |
* | Autodetect if -lrt is needed for nanosleep(3). | Ingo Schwarze | 2016-07-20 | 4 | -5/+47 |
* | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze | 2016-07-20 | 1 | -2/+2 |
* | Linux compatibility: Work around the lack of EFTYPE and protect <err.h>. | Ingo Schwarze | 2016-07-20 | 8 | -11/+34 |
* | Now that our man.conf(5) format is mature and extremely simple, | Ingo Schwarze | 2016-07-19 | 6 | -102/+14 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 25 | -1238/+2275 |
* | Remove one outdated comment and fix one typo | Ingo Schwarze | 2016-07-19 | 1 | -3/+1 |
* | Since the mdoc/man parser unification, the parser is always allocated | Ingo Schwarze | 2016-07-19 | 1 | -24/+2 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 7 | -27/+15 |
* | cope with -Wmissing-prototypes | Ingo Schwarze | 2016-07-18 | 2 | -4/+25 |
* | To remove the const qualifier from a pointer to an object - either | Ingo Schwarze | 2016-07-15 | 2 | -3/+1 |
* | Fix previous: the mandocdb() prototype was already there, it just | Ingo Schwarze | 2016-07-15 | 1 | -3/+2 |
* | add missing prototypes, no code change; | Ingo Schwarze | 2016-07-15 | 7 | -4/+16 |
* | Sanitize the environment when calling make(1) to autodetect ${CC}. | Ingo Schwarze | 2016-07-15 | 1 | -1/+1 |
* | final 1.13.4 release notesVERSION.1.13.4 | Ingo Schwarze | 2016-07-14 | 3 | -19/+37 |
* | Add support for Mac OS X's sandbox_init(3) sandbox functionality, which | Kristaps Dzonsons | 2016-07-12 | 5 | -0/+35 |
* | Make all components of the URI individually optional, | Ingo Schwarze | 2016-07-11 | 2 | -17/+44 |
* | support LDFLAGS; | Ingo Schwarze | 2016-07-10 | 3 | -6/+15 |
* | On OpenBSD, more(1) is actually less(1) with a small number of | Ingo Schwarze | 2016-07-10 | 1 | -2/+2 |
* | Fix a nasty typo that prevented .so links to gziped manuals | Ingo Schwarze | 2016-07-10 | 1 | -1/+1 |
* | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze | 2016-07-10 | 3 | -26/+13 |
* | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze | 2016-07-09 | 1 | -1/+1 |
* | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze | 2016-07-09 | 4 | -4/+0 |
* | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on | Ingo Schwarze | 2016-07-08 | 3 | -8/+7 |
* | A some missing files to TESTSRCS and DISTFILES | Ingo Schwarze | 2016-07-08 | 1 | -0/+5 |
* | POSIX requires that a process calling tcsetpgrp(3) from the background | Ingo Schwarze | 2016-07-08 | 1 | -6/+18 |
* | some 1.13.4 release preparations | Ingo Schwarze | 2016-07-07 | 4 | -4/+127 |
* | update developer documentation | Ingo Schwarze | 2016-07-07 | 6 | -202/+200 |
* | sync with OpenBSD: do not mention mansearch(3), which is not installed, | Ingo Schwarze | 2016-07-07 | 1 | -1/+0 |