summaryrefslogtreecommitdiffstats
path: root/apropos.c
Commit message (Expand)AuthorAgeFilesLines
* Change the mansearch() interface to use the mlinks table in the databaseIngo Schwarze2013-12-271-1/+3
* Simple partial sync with OpenBSD:Ingo Schwarze2013-07-051-10/+10
* Allow compilation on Mac OSX.Kristaps Dzonsons2012-06-091-0/+1
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-7/+12
* Flip apropos to use mansearch instead of apropos_db.Kristaps Dzonsons2012-06-081-166/+31
* Forgot chdir(2) into volume path.VERSION.1.12.1Kristaps Dzonsons2012-03-241-0/+1
* Small tweaks for release.Kristaps Dzonsons2012-03-241-0/+1
* Be insane. Make apropos(1) subsume man(1).Kristaps Dzonsons2012-03-241-18/+90
* Simplify by not pre-filtering the result vector for satisfied matches:Kristaps Dzonsons2012-03-241-9/+16
* Revert to mandocdb.{index,db} for database files.Kristaps Dzonsons2012-03-231-3/+4
* When parsing catpages, read from the first section (NAME, we hope) untilKristaps Dzonsons2011-12-311-1/+1
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-121-3/+9
* 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