summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* let the build system cope with the recent ohash changesIngo Schwarze2014-06-203-7/+13
* take a note about pandocIngo Schwarze2014-06-201-0/+4
* Merge from OpenBSD - Marc Espie improved the ohash interface:Ingo Schwarze2014-06-204-34/+36
* sync to OpenBSD:Ingo Schwarze2014-06-202-53/+52
* More tweaking of set_basedir().Ingo Schwarze2014-06-201-23/+39
* Some simple set_basedir() cleanup; more to come.Ingo Schwarze2014-06-191-16/+20
* Merge OpenBSD rev. 1.108 by sthen@; original commit message:Ingo Schwarze2014-06-181-1/+2
* some new things to doIngo Schwarze2014-06-101-0/+18
* Render roff escape sequences contained in manual page descriptionsIngo Schwarze2014-05-071-1/+10
* Fix two memory leaks in makewhatis -n:Ingo Schwarze2014-05-071-1/+13
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze2014-05-071-3/+6
* Improve error handling in dbopen(). If PRAGMA SQL statements fail,Ingo Schwarze2014-04-271-6/+21
* OMRON used uppercase for the model names of their Motorola 88100 LUNAIngo Schwarze2014-04-271-2/+2
* Fix a minor optimization i broke in rev. 1.163 on August 20, 2010:Ingo Schwarze2014-04-251-1/+1
* Reduce the verbosity of makewhatis -t:Ingo Schwarze2014-04-252-1/+3
* Various Makefile improvements:Ingo Schwarze2014-04-241-20/+43
* misplaced punctuationIngo Schwarze2014-04-241-2/+2
* prototype for reallocarray()Ingo Schwarze2014-04-231-0/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-4/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-2315-29/+93
* Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze2014-04-231-22/+22
* espie@ suggests using SQL viewsIngo Schwarze2014-04-231-0/+6
* improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze2014-04-232-5/+8
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-239-94/+77
* 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-1/+1
* strlen+malloc+snprintf is error prone;Ingo Schwarze2014-04-201-22/+13
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-204-18/+33
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-205-17/+16
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-2052-2494/+1985
* Two minor tweaks regarding the fallback from -u/-d to default mode:Ingo Schwarze2014-04-191-6/+8
* Properly handle symlinks (hardlinks and .so only files were already ok):Ingo Schwarze2014-04-191-16/+75
* In update mode, when opening the database fails, probably because it isIngo Schwarze2014-04-181-7/+17
* Slowly, the dust begins to settle.Ingo Schwarze2014-04-184-22/+22
* Fix a few lies; polish wording and formatting while here.Ingo Schwarze2014-04-181-23/+30
* Garbage collect one pair of needless parentheses in SQL code generation;Ingo Schwarze2014-04-171-7/+7
* Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze2014-04-162-28/+28
* Give the mlinks and keys tables a pageid index,Ingo Schwarze2014-04-161-1/+3
* Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)Ingo Schwarze2014-04-161-2/+4
* Oops, sorry, revert previous and commit the correct patch:Ingo Schwarze2014-04-151-4/+6
* At the end of mansearch(), fchdir() back to where we started from;Ingo Schwarze2014-04-151-0/+1
* remove documentation of the former macro key "NAME";Ingo Schwarze2014-04-151-1/+0
* Document the database format and SQL code generation;Ingo Schwarze2014-04-153-4/+383
* Using macros in .Sh header lines, or having .Sm off or .Bk -words openIngo Schwarze2014-04-151-11/+7
* Unify description handling across all document types (mdoc, man, cat).Ingo Schwarze2014-04-131-8/+3
* better error reporting in case of SQL errors: mention dir and fileIngo Schwarze2014-04-131-8/+8
* Further apropos(1) speed optimization was trickier than anticipated.Ingo Schwarze2014-04-113-0/+51
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-104-88/+144
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-094-77/+95
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-084-47/+42