aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc-db.c
Commit message (Expand)AuthorAgeFilesLines
* Lint-checks over mandoc-db.c.Kristaps Dzonsons2011-04-051-19/+15
* Use a little more horsepower in parsing out NAME sections from -manKristaps Dzonsons2011-04-051-17/+57
* Fix type- and NULL-check to be correct node (last, not child). PreventsKristaps Dzonsons2011-04-051-2/+2
* Add mandoc-db.c checking for utility-name in NAME section of -manKristaps Dzonsons2011-04-051-4/+78
* Have `Fd' detection in mandoc-db also look for local includes (i.e.,Kristaps Dzonsons2011-04-041-3/+3
* Add manual page for mandoc-db (mostly to document the file format ofKristaps Dzonsons2011-04-041-17/+18
* Have mandoc-db create an recno-addressed index of files alongside theKristaps Dzonsons2011-04-031-60/+84
* Have mandoc-db use config.h for strlcat(). Then create the btreeKristaps Dzonsons2011-04-031-30/+38
* Add an initial keyword-indexer as an alternative front-end to libmandoc.a.Kristaps Dzonsons2011-04-021-0/+636