aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.c
Commit message (Expand)AuthorAgeFilesLines
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-121-4/+10
* Apropos and man.cgi should strcasecmp their output sorting.Kristaps Dzonsons2011-12-071-2/+2
* Make `-i' only apply to regular expressions. For the equality operatorKristaps Dzonsons2011-11-291-3/+3
* Tweak whatis(1):Ingo Schwarze2011-11-281-2/+2
* Get us a whatis(1) mode for apropos(1).Kristaps Dzonsons2011-11-271-9/+13
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-261-10/+10
* Have apropos(1) take advantage of manpath.h instead of doing the workKristaps Dzonsons2011-11-231-134/+5
* Initial support for man.conf/makepath(1).Kristaps Dzonsons2011-11-201-9/+93
* Clarify some behaviour, bringing schwarze@'s patch and mine closer togetherKristaps Dzonsons2011-11-201-23/+22
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-201-20/+90
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-181-38/+14
* Have exprcomp() accept a string instead of an array-pointer. Also, collapseKristaps Dzonsons2011-11-141-2/+29
* Rewrite the expression parser for a more concise syntax:Ingo Schwarze2011-11-131-9/+4
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-131-2/+2
* Make apropos's lookup use a find(1)-like expression. I'll write more onKristaps Dzonsons2011-11-091-57/+16
* Change getopt() to be more like schwarze@'s suggestions.Kristaps Dzonsons2011-11-091-6/+6
* Split apropos.c into db.c and apropos.h with simpler code (re-written, butKristaps Dzonsons2011-11-091-537/+25
* Make apropos results-gathering able to error out and clean up beforeKristaps Dzonsons2011-10-091-15/+17
* Remove some unnecessary variables and note that mchars_alloc never returnsKristaps Dzonsons2011-10-091-26/+8
* Use a binary tree (for now, unbalanced) for deduping the records in theKristaps Dzonsons2011-10-091-6/+32
* Use mandoc_realloc() in apropos, as we're linking to libmandoc.a.Kristaps Dzonsons2011-10-081-5/+2
* Lift hard-coded limit of results.Kristaps Dzonsons2011-10-071-6/+8
* Clean up file a bit: remove errx and err function pointers from theKristaps Dzonsons2011-10-071-118/+98
* Import apropos from mandoc-tools after inlining all source filesKristaps Dzonsons2011-10-061-0/+689