summaryrefslogtreecommitdiffstats
path: root/apropos.c
Commit message (Expand)AuthorAgeFilesLines
* Apropos and man.cgi should strcasecmp their output sorting.Kristaps Dzonsons2011-12-071-1/+1
* Make `-i' only apply to regular expressions. For the equality operatorKristaps Dzonsons2011-11-291-2/+2
* Tweak whatis(1):Ingo Schwarze2011-11-281-1/+1
* Get us a whatis(1) mode for apropos(1).Kristaps Dzonsons2011-11-271-8/+12
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-261-9/+9
* Have apropos(1) take advantage of manpath.h instead of doing the workKristaps Dzonsons2011-11-231-133/+4
* Initial support for man.conf/makepath(1).Kristaps Dzonsons2011-11-201-8/+92
* Clarify some behaviour, bringing schwarze@'s patch and mine closer togetherKristaps Dzonsons2011-11-201-22/+21
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-201-19/+89
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-181-37/+13
* Have exprcomp() accept a string instead of an array-pointer. Also, collapseKristaps Dzonsons2011-11-141-1/+28
* 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