summaryrefslogtreecommitdiffstats
path: root/mandoc-db.c
Commit message (Expand)AuthorAgeFilesLines
* Let mandoc-db grok `St' tokens.Kristaps Dzonsons2011-04-281-2/+20
* Let mandoc-db also collect -man descriptions.Kristaps Dzonsons2011-04-121-5/+25
* Have mandoc-db accumulate manual page descriptions (`Nd' in -mdoc parlance)Kristaps Dzonsons2011-04-111-29/+79
* Use dbt_xxxx functions to stash both filename and manual section in theKristaps Dzonsons2011-04-111-16/+18
* Lint-checks over mandoc-db.c.Kristaps Dzonsons2011-04-051-18/+14
* Use a little more horsepower in parsing out NAME sections from -manKristaps Dzonsons2011-04-051-16/+56
* Fix type- and NULL-check to be correct node (last, not child). PreventsKristaps Dzonsons2011-04-051-1/+1
* Add mandoc-db.c checking for utility-name in NAME section of -manKristaps Dzonsons2011-04-051-3/+77
* Have `Fd' detection in mandoc-db also look for local includes (i.e.,Kristaps Dzonsons2011-04-041-2/+2
* Add manual page for mandoc-db (mostly to document the file format ofKristaps Dzonsons2011-04-041-16/+17
* Have mandoc-db create an recno-addressed index of files alongside theKristaps Dzonsons2011-04-031-59/+83
* Have mandoc-db use config.h for strlcat(). Then create the btreeKristaps Dzonsons2011-04-031-29/+37
* Add an initial keyword-indexer as an alternative front-end to libmandoc.a.Kristaps Dzonsons2011-04-021-0/+636