aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge Makefile 1.507, configure 1.62, configure.local.example 1.30:VERSION_1_13Ingo Schwarze2017-03-043-16/+26
| | | | relative symlinks for program files
* warn that this is not the newest releaseIngo Schwarze2017-02-222-3/+133
|
* merge revision 1.505:Ingo Schwarze2017-02-221-3/+2
| | | | | Debian wants relative, not absolute symlinks for man pages; suggested by Michael Stapelberg
* provide the regression suite for 1.13, tooIngo Schwarze2017-02-212-9/+46
|
* Drop support for building without SQLite.Ingo Schwarze2017-02-215-81/+22
| | | | There whole point of the 1.13 branch is SQLite support after all.
* first step of 1.13.5 release preparationsIngo Schwarze2017-02-215-37/+48
|
* merge revision 1.161: resolve trivial differences with OpenBSDIngo Schwarze2017-02-181-4/+4
|
* merge revision 1.503: uninstall targetIngo Schwarze2017-02-181-8/+47
|
* merge small style improvements from christos@ to the 1.13 branchIngo Schwarze2017-02-173-7/+10
|
* Merge Makefile 1.501, configure 1.59, configure.local.example 1.28:Ingo Schwarze2017-02-163-11/+22
| | | | add $(LN) configuration variable
* merge revision 1.282: fix apropos -OIngo Schwarze2017-02-161-18/+23
|
* merge main.c 1.281, manpath.c 1.33: -Ttree -OnovalIngo Schwarze2017-02-102-5/+10
|
* merge rev. 1.495: add missing file man.options.1Ingo Schwarze2017-02-051-1/+2
|
* merge rev.s 1.159 and 1.160: gzip bugfix and struct mparse cleanupIngo Schwarze2017-02-031-7/+8
|
* merge rev. 1.158: new sentence, new lineIngo Schwarze2017-01-281-1/+2
|
* merge manpath.c 1.32, main.c 1.280: warn about invalid output optionsIngo Schwarze2017-01-272-33/+129
|
* merge rev 1.242: warn about missing one-line descriptionIngo Schwarze2017-01-271-5/+9
|
* merge rev. 1.241: parse section number from the content of preformatted pagesIngo Schwarze2017-01-271-14/+31
|
* merge rev. 1.240: default to preformatted, not to man(7)Ingo Schwarze2017-01-271-15/+20
|
* merge rev. 1.239: fix base directory detection for makewhatis -tIngo Schwarze2017-01-271-1/+15
|
* merge rev. 1.55: gcc 6 fix from Alpine LinuxIngo Schwarze2017-01-121-3/+3
|
* merge rev. 1.237: completion of NODE_NOSRC workIngo Schwarze2017-01-111-3/+3
|
* merge rev. 1.236: NODE_NOSRC and NODE_NOPRT for .Bx and .AtIngo Schwarze2017-01-101-3/+3
|
* merge rev. 1.235: use NODE_NOSRC for .Ux, .Ox, and friendsIngo Schwarze2017-01-101-131/+136
|
* merge rev. 1.279: make "cat foo.mdoc | man -l" workIngo Schwarze2017-01-091-6/+6
|
* merge rev. 1.278: call new function mparse_updaterc()Ingo Schwarze2017-01-091-2/+3
|
* merge rev. 1.157: new function mparse_updaterc()Ingo Schwarze2017-01-091-1/+8
|
* merge rev.s 1.155 and 1.156: changes to the message catalogueIngo Schwarze2017-01-091-3/+5
|
* merge rev. 1.154: improve message "whitespace at end of input line"Ingo Schwarze2017-01-091-2/+4
|
* merge rev. 1.153: warn about trailing whitespace at the end of commentsIngo Schwarze2016-11-101-6/+12
|
* merge 1.234: cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-2/+3
|
* fix sqlite3_errstr() autodetection if sqlite3 is in /usr/localIngo Schwarze2016-10-201-1/+2
|
* merge reproducible build support including compat glue to 1.13 branch:Ingo Schwarze2016-10-203-35/+62
| | | | mandocdb.c 1.231 & 1.232; configure 1.52 & 1.53; configure.local.example 1.21
* add test-EFTYPE.c, related to configure rev. 1.43.2.5Ingo Schwarze2016-10-201-1/+2
|
* 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
| | | | from getting priority over names from .Sh NAME
* 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
| | | | | Helpful for Solaris 9 and 10. Reminded by Thomas Klausner.
* 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
| | | | | | | | delete manpath(1) support. With the mandoc-based man(1), manpath(1) is utterly useless. Just set MANPATH_DEFAULT in configure.local for sane operating system defaults, use man.conf(5) for machine- specific modifications, and use ${MANPATH}, -m, and -M for user preferences.
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-1926-1262/+2299
| | | | | Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.