summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Improve build system and autodetection.Ingo Schwarze2014-08-161-2/+2
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-0/+4
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-2/+3
* Absurdly, the return value of sqlite3_column_text()Ingo Schwarze2014-08-051-4/+4
* Prefix messages about bad command line options and argumentsIngo Schwarze2014-06-211-4/+7
* Merge from OpenBSD - Marc Espie improved the ohash interface:Ingo Schwarze2014-06-201-9/+9
* 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
* 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
* Improve error handling in dbopen(). If PRAGMA SQL statements fail,Ingo Schwarze2014-04-271-6/+21
* Reduce the verbosity of makewhatis -t:Ingo Schwarze2014-04-251-0/+2
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-4/+4
* Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze2014-04-231-22/+22
* improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze2014-04-231-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-65/+66
* 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
* Rename the mpages.id column to mpages.pageid. There is no good reasonIngo Schwarze2014-04-161-11/+11
* Give the mlinks and keys tables a pageid index,Ingo Schwarze2014-04-161-1/+3
* 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
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-101-26/+64
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-091-17/+8
* In -p (picky) mode, warn unless each filename (aka mlink)Ingo Schwarze2014-04-041-24/+29
* Warn about missing mlinks.Ingo Schwarze2014-04-041-0/+40
* Remember which names are in the NAME section.Ingo Schwarze2014-04-041-5/+8
* When the -n or -t flag is given to makewhatis(8),Ingo Schwarze2014-04-041-5/+39
* Instead of silently doing nothing at all,Ingo Schwarze2014-04-031-0/+5
* Rename the -W option to -p (mnemonics: picky, print to stderr):Ingo Schwarze2014-04-031-7/+10
* The -v option of mandocdb(8) clashes with the -v option of espie@'sIngo Schwarze2014-04-031-12/+12
* Without bloating mandoc(1) itself, let mandocdb(8) support filesIngo Schwarze2014-03-261-16/+80
* Improve error reporting.Ingo Schwarze2014-03-261-33/+51
* If an .Nd block contains macros, avoid fragmented entries in mandocdb(8),Ingo Schwarze2014-03-231-25/+3
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-231-46/+7
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-4/+1
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Register pure .so pages as mlinks, not as mpages.Ingo Schwarze2014-03-191-19/+67
* Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze2014-03-191-1/+1
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-191-5/+5
* Allow checking that databases are up to date even when you have no writeIngo Schwarze2014-03-181-20/+94
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-5/+14
* Avoid the risk of trying to modify a literal string.Ingo Schwarze2014-01-191-2/+3
* Always store the arch in lower-case only.Ingo Schwarze2014-01-191-5/+9
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-191-1/+16
* Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze2014-01-181-0/+9
* Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze2014-01-181-4/+2