aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are deprecated.Ingo Schwarze2014-06-241-48/+24
* Below DIAGNOSTICS, document the SYSERR message level;Ingo Schwarze2014-06-231-5/+7
* Minimal COMPATIBILITY cleanup:Ingo Schwarze2014-06-221-36/+7
* Minimal cleanup of the COMPATIBILITY section:Ingo Schwarze2014-06-221-40/+11
* Reduce the verbosity of error messages caused by open(2) failures.Ingo Schwarze2014-06-212-5/+8
* Prefix messages about bad command line options and argumentsIngo Schwarze2014-06-212-12/+19
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-208-39/+51
* Start systematic improvements of error reporting.Ingo Schwarze2014-06-206-33/+40
* Prefix error messages from mandoc(1) with "mandoc: "Ingo Schwarze2014-06-201-2/+3
* let the build system cope with the recent ohash changesIngo Schwarze2014-06-203-8/+14
* take a note about pandocIngo Schwarze2014-06-201-1/+5
* Merge from OpenBSD - Marc Espie improved the ohash interface:Ingo Schwarze2014-06-204-36/+38
* sync to OpenBSD:Ingo Schwarze2014-06-202-53/+52
* More tweaking of set_basedir().Ingo Schwarze2014-06-201-24/+40
* Some simple set_basedir() cleanup; more to come.Ingo Schwarze2014-06-191-17/+21
* Merge OpenBSD rev. 1.108 by sthen@; original commit message:Ingo Schwarze2014-06-181-2/+3
* some new things to doIngo Schwarze2014-06-101-1/+19
* Render roff escape sequences contained in manual page descriptionsIngo Schwarze2014-05-071-2/+11
* Fix two memory leaks in makewhatis -n:Ingo Schwarze2014-05-071-2/+14
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze2014-05-071-4/+7
* Improve error handling in dbopen(). If PRAGMA SQL statements fail,Ingo Schwarze2014-04-271-7/+22
* OMRON used uppercase for the model names of their Motorola 88100 LUNAIngo Schwarze2014-04-271-3/+3
* Fix a minor optimization i broke in rev. 1.163 on August 20, 2010:Ingo Schwarze2014-04-251-2/+2
* Reduce the verbosity of makewhatis -t:Ingo Schwarze2014-04-252-4/+6
* Various Makefile improvements:Ingo Schwarze2014-04-241-20/+43
* misplaced punctuationIngo Schwarze2014-04-241-4/+4
* prototype for reallocarray()Ingo Schwarze2014-04-231-0/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-5/+4
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-2315-40/+104
* Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze2014-04-231-23/+23
* espie@ suggests using SQL viewsIngo Schwarze2014-04-231-1/+7
* improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze2014-04-232-7/+10
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-239-103/+86
* add a LICENSE file for clarity and for the convenience of portersIngo Schwarze2014-04-222-1/+45
* in debug messages, truncating strings of excessive lengths is actuallyIngo Schwarze2014-04-201-2/+2
* strlen+malloc+snprintf is error prone;Ingo Schwarze2014-04-201-23/+14
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-204-22/+37
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-205-22/+21
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-2052-2546/+2037
* Two minor tweaks regarding the fallback from -u/-d to default mode:Ingo Schwarze2014-04-191-7/+9
* Properly handle symlinks (hardlinks and .so only files were already ok):Ingo Schwarze2014-04-191-17/+76
* In update mode, when opening the database fails, probably because it isIngo Schwarze2014-04-181-8/+18
* Slowly, the dust begins to settle.Ingo Schwarze2014-04-184-26/+26
* Fix a few lies; polish wording and formatting while here.Ingo Schwarze2014-04-181-25/+32
* Garbage collect one pair of needless parentheses in SQL code generation;Ingo Schwarze2014-04-171-8/+8
* Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze2014-04-162-30/+30
* Give the mlinks and keys tables a pageid index,Ingo Schwarze2014-04-161-2/+4
* Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)Ingo Schwarze2014-04-161-3/+5
* Oops, sorry, revert previous and commit the correct patch:Ingo Schwarze2014-04-151-5/+7
* At the end of mansearch(), fchdir() back to where we started from;Ingo Schwarze2014-04-151-1/+2