summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc-db.c
Commit message (Expand)AuthorAgeFilesLines
* Add configurations (`Cd') to mandoc-db mining.Kristaps Dzonsons2011-05-041-3/+22
* Pick up authors in mandoc-db.Kristaps Dzonsons2011-05-031-3/+22
* Have mandoc-db grok `Dt'/`TH' manual title as well.Kristaps Dzonsons2011-05-031-1/+7
* Back out stripping of non-predef and non-special escape sequences fromKristaps Dzonsons2011-05-021-5/+4
* Have mandoc-db strip out escapes that aren't special or predefinedKristaps Dzonsons2011-05-011-16/+55
* Let mandoc-db grok `St' tokens.Kristaps Dzonsons2011-04-281-3/+21
* Let mandoc-db also collect -man descriptions.Kristaps Dzonsons2011-04-121-6/+26
* Have mandoc-db accumulate manual page descriptions (`Nd' in -mdoc parlance)Kristaps Dzonsons2011-04-111-30/+80
* Use dbt_xxxx functions to stash both filename and manual section in theKristaps Dzonsons2011-04-111-17/+19
* 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