summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-059-1/+71
* Really protect <err.h> as already promised in the previous commit message.Ingo Schwarze2016-08-051-0/+2
* missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSDIngo Schwarze2016-08-051-0/+1
* fix a typo that prevented names from .Dt from getting priorityIngo Schwarze2016-08-051-1/+1
* Fix an assertion failure that happened when trying to add a pageIngo Schwarze2016-08-041-1/+1
* POSIX allows PATH_MAX to not be defined, meaning "unlimited".Ingo Schwarze2016-08-026-0/+47
* Repair makewhatis -t, regression in rev. 1.221 reported by naddy@.Ingo Schwarze2016-08-011-2/+3
* Adjust MANDOC_DB and bump MANDOCDB_VERSION now thatIngo Schwarze2016-08-011-2/+2
* document the new file formatIngo Schwarze2016-08-011-79/+151
* Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze2016-07-311-1/+2
* Autodetect a suitable locale for -Tutf8 mode,Ingo Schwarze2016-07-315-15/+39
* Sort sections and architectures in the pages table.Ingo Schwarze2016-07-291-6/+18
* Sort pages in the pages table by file names.Ingo Schwarze2016-07-291-7/+26
* No need to populate the TYPE_arch and TYPE_sec bits, the informationIngo Schwarze2016-07-292-25/+11
* Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-204-5/+47
* tag_signal() is dead; from LLVM via Christos ZoulasIngo Schwarze2016-07-201-2/+2
* Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.Ingo Schwarze2016-07-208-11/+34
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-196-102/+14
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-1925-1238/+2275
* Remove one outdated comment and fix one typoIngo Schwarze2016-07-191-3/+1
* Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze2016-07-191-24/+2
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-197-27/+15
* cope with -Wmissing-prototypesIngo Schwarze2016-07-182-4/+25
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-152-3/+1
* Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze2016-07-151-3/+2
* add missing prototypes, no code change;Ingo Schwarze2016-07-157-4/+16
* Sanitize the environment when calling make(1) to autodetect ${CC}.Ingo Schwarze2016-07-151-1/+1
* final 1.13.4 release notesVERSION.1.13.4Ingo Schwarze2016-07-143-19/+37
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-125-0/+35
* Make all components of the URI individually optional,Ingo Schwarze2016-07-112-17/+44
* support LDFLAGS;Ingo Schwarze2016-07-103-6/+15
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-2/+2
* Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze2016-07-101-1/+1
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-103-26/+13
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-1/+1
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-094-4/+0
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-083-8/+7
* A some missing files to TESTSRCS and DISTFILESIngo Schwarze2016-07-081-0/+5
* POSIX requires that a process calling tcsetpgrp(3) from the backgroundIngo Schwarze2016-07-081-6/+18
* some 1.13.4 release preparationsIngo Schwarze2016-07-074-4/+127
* update developer documentationIngo Schwarze2016-07-076-202/+200
* sync with OpenBSD: do not mention mansearch(3), which is not installed,Ingo Schwarze2016-07-071-1/+0
* sync with OpenBSD: do not talk about nginx(8)Ingo Schwarze2016-07-071-4/+2
* Update and simplify the documentation of the -s option,Ingo Schwarze2016-07-011-29/+5
* delete two entries that are doneIngo Schwarze2016-06-051-5/+0
* Trim trailing whitespace from man.conf lines; patch from millert@.Ingo Schwarze2016-05-281-5/+4
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-282-41/+17
* Delete useless variables that could sneak into the MakefileIngo Schwarze2016-05-181-6/+6
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-2/+2
* Various people (among others Maxim Belooussov and Carsten Kunze)Ingo Schwarze2016-05-183-48/+70