aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* add EFTYPE, corresponding to configure rev. 1.43.2.5Ingo Schwarze2016-10-201-1/+2
* merge rev. 1.46: work around the lack of EFTYPEIngo Schwarze2016-10-201-1/+4
* merge rev. 1.233: 0x%llu is a bad idea, make that 0x%llxIngo Schwarze2016-10-201-2/+2
* merge rev. 1.226: fix a typo that prevented names from .DtIngo Schwarze2016-10-201-94/+372
* merge ".Bl -tag without -width" fix to 1.13 branchIngo Schwarze2016-10-181-2/+8
* merge wide stream fixes from HEAD to 1.13, rev. 1.276 and 1.277Ingo Schwarze2016-09-181-32/+49
* merge tentative 'entering directory' fix for gmake to 1.13 branchIngo Schwarze2016-08-101-2/+2
* backport to 1.13: fix printf("%s", NULL)Ingo Schwarze2016-08-091-5/+27
* 1.13 backport: handle absence of PATH_MAXIngo Schwarze2016-08-023-3/+7
* 1.13 backport: autodetect UTF8_LOCALEIngo Schwarze2016-07-312-3/+37
* 1.13 backport: Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-203-75/+187
* Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-204-7/+49
* 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-15/+38
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-196-108/+20
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-1926-1262/+2299
* Remove one outdated comment and fix one typoIngo Schwarze2016-07-191-4/+2
* Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze2016-07-191-25/+3
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-197-33/+21
* cope with -Wmissing-prototypesIngo Schwarze2016-07-182-5/+26
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-152-5/+3
* Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze2016-07-151-4/+3
* add missing prototypes, no code change;Ingo Schwarze2016-07-157-9/+21
* 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-22/+40
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-125-3/+38
* Make all components of the URI individually optional,Ingo Schwarze2016-07-112-20/+47
* support LDFLAGS;Ingo Schwarze2016-07-103-8/+17
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-3/+3
* Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze2016-07-101-2/+2
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-103-30/+17
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-2/+2
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-094-8/+4
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-083-11/+10
* A some missing files to TESTSRCS and DISTFILESIngo Schwarze2016-07-081-1/+6
* POSIX requires that a process calling tcsetpgrp(3) from the backgroundIngo Schwarze2016-07-081-7/+19
* some 1.13.4 release preparationsIngo Schwarze2016-07-074-8/+131
* update developer documentationIngo Schwarze2016-07-076-211/+209
* sync with OpenBSD: do not mention mansearch(3), which is not installed,Ingo Schwarze2016-07-071-3/+2
* sync with OpenBSD: do not talk about nginx(8)Ingo Schwarze2016-07-071-5/+3
* Update and simplify the documentation of the -s option,Ingo Schwarze2016-07-011-31/+7
* delete two entries that are doneIngo Schwarze2016-06-051-6/+1
* Trim trailing whitespace from man.conf lines; patch from millert@.Ingo Schwarze2016-05-281-6/+5
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-282-44/+20
* Delete useless variables that could sneak into the MakefileIngo Schwarze2016-05-181-7/+7
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-3/+3
* Various people (among others Maxim Belooussov and Carsten Kunze)Ingo Schwarze2016-05-183-50/+72
* Linux needs <stddef.h>, or NULL isn't defined.Ingo Schwarze2016-05-182-0/+2
* Only focus on the query input box when no manual page is displayed,Ingo Schwarze2016-04-291-9/+18
* Set the "autofocus" attribute on the query text box.Ingo Schwarze2016-04-281-2/+2