aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-091-2/+2
* Improve parsing of function names.Ingo Schwarze2014-12-051-25/+28
* Do not misinterpret function arguments as function names;Ingo Schwarze2014-12-051-1/+4
* Render text before, not after accumulating flag bits, such that flagsIngo Schwarze2014-12-051-117/+108
* When finding a .so link after the page was already processed,Ingo Schwarze2014-12-041-4/+17
* correctly store .Dt and .TH information in the names tableIngo Schwarze2014-12-041-11/+28
* in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze2014-12-041-2/+17
* In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze2014-12-041-25/+48
* Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze2014-11-271-15/+19
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-261-6/+3
* Three fixes with respect to the names table:Ingo Schwarze2014-11-191-4/+14
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-4/+4
* Fix a regression in term.c rev. 1.229 reported by bentley@:Ingo Schwarze2014-10-271-2/+2
* add missing entry for .ll to the dispatch table;Ingo Schwarze2014-10-121-1/+2
* If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze2014-09-091-12/+16
* Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze2014-09-071-3/+3
* fix debugging outputIngo Schwarze2014-09-071-2/+2
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-031-54/+15
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-031-11/+8
* When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze2014-09-011-1/+8
* do not leak a file descriptor on fdopen(3) failure; from doug@Ingo Schwarze2014-08-231-1/+3
* Improve build system and autodetection.Ingo Schwarze2014-08-161-3/+3
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-1/+5
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+2
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-3/+4
* Absurdly, the return value of sqlite3_column_text()Ingo Schwarze2014-08-051-5/+5
* Prefix messages about bad command line options and argumentsIngo Schwarze2014-06-211-5/+8
* Merge from OpenBSD - Marc Espie improved the ohash interface:Ingo Schwarze2014-06-201-10/+10
* 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
* 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
* Improve error handling in dbopen(). If PRAGMA SQL statements fail,Ingo Schwarze2014-04-271-7/+22
* Reduce the verbosity of makewhatis -t:Ingo Schwarze2014-04-251-1/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-5/+5
* Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze2014-04-231-23/+23
* improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze2014-04-231-2/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-66/+67
* 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
* Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze2014-04-161-12/+12
* Give the mlinks and keys tables a pageid index,Ingo Schwarze2014-04-161-2/+4
* Unify description handling across all document types (mdoc, man, cat).Ingo Schwarze2014-04-131-9/+4
* better error reporting in case of SQL errors: mention dir and fileIngo Schwarze2014-04-131-9/+9
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-101-27/+65
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-091-18/+9
* In -p (picky) mode, warn unless each filename (aka mlink)Ingo Schwarze2014-04-041-25/+30
* Warn about missing mlinks.Ingo Schwarze2014-04-041-1/+41