summaryrefslogtreecommitdiffstats
path: root/apropos.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the expression parser for a more concise syntax:Ingo Schwarze2011-11-131-8/+3
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-131-1/+1
* Make apropos's lookup use a find(1)-like expression. I'll write more onKristaps Dzonsons2011-11-091-56/+15
* Change getopt() to be more like schwarze@'s suggestions.Kristaps Dzonsons2011-11-091-5/+5
* Split apropos.c into db.c and apropos.h with simpler code (re-written, butKristaps Dzonsons2011-11-091-536/+24
* Make apropos results-gathering able to error out and clean up beforeKristaps Dzonsons2011-10-091-14/+16
* Remove some unnecessary variables and note that mchars_alloc never returnsKristaps Dzonsons2011-10-091-25/+7
* Use a binary tree (for now, unbalanced) for deduping the records in theKristaps Dzonsons2011-10-091-5/+31
* Use mandoc_realloc() in apropos, as we're linking to libmandoc.a.Kristaps Dzonsons2011-10-081-4/+1
* Lift hard-coded limit of results.Kristaps Dzonsons2011-10-071-5/+7
* Clean up file a bit: remove errx and err function pointers from theKristaps Dzonsons2011-10-071-117/+97
* Import apropos from mandoc-tools after inlining all source filesKristaps Dzonsons2011-10-061-0/+689