aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-111-3/+3
* Merge OpenBSD revision 1.17:Ingo Schwarze2013-09-171-24/+70
* Simple partial sync with OpenBSD:Ingo Schwarze2013-07-051-11/+11
* Allow compilation on Mac OSX.Kristaps Dzonsons2012-06-091-1/+2
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-8/+13
* Flip apropos to use mansearch instead of apropos_db.Kristaps Dzonsons2012-06-081-167/+32
* Forgot chdir(2) into volume path.VERSION_1_12_1Kristaps Dzonsons2012-03-241-1/+2
* Small tweaks for release.Kristaps Dzonsons2012-03-241-1/+2
* Be insane. Make apropos(1) subsume man(1).Kristaps Dzonsons2012-03-241-19/+91
* Simplify by not pre-filtering the result vector for satisfied matches:Kristaps Dzonsons2012-03-241-10/+17
* Revert to mandocdb.{index,db} for database files.Kristaps Dzonsons2012-03-231-4/+5
* When parsing catpages, read from the first section (NAME, we hope) untilKristaps Dzonsons2011-12-311-2/+2
* 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