| Commit message (Expand) | Author | Age | Files | Lines |
* | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze | 2013-12-31 | 1 | -3/+13 |
* | Change the mansearch() interface to use the mlinks table in the database | Ingo Schwarze | 2013-12-27 | 1 | -1/+3 |
* | Simple partial sync with OpenBSD: | Ingo Schwarze | 2013-07-05 | 1 | -10/+10 |
* | Allow compilation on Mac OSX. | Kristaps Dzonsons | 2012-06-09 | 1 | -0/+1 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -7/+12 |
* | Flip apropos to use mansearch instead of apropos_db. | Kristaps Dzonsons | 2012-06-08 | 1 | -166/+31 |
* | Forgot chdir(2) into volume path.VERSION.1.12.1 | Kristaps Dzonsons | 2012-03-24 | 1 | -0/+1 |
* | Small tweaks for release. | Kristaps Dzonsons | 2012-03-24 | 1 | -0/+1 |
* | Be insane. Make apropos(1) subsume man(1). | Kristaps Dzonsons | 2012-03-24 | 1 | -18/+90 |
* | Simplify by not pre-filtering the result vector for satisfied matches: | Kristaps Dzonsons | 2012-03-24 | 1 | -9/+16 |
* | Revert to mandocdb.{index,db} for database files. | Kristaps Dzonsons | 2012-03-23 | 1 | -3/+4 |
* | When parsing catpages, read from the first section (NAME, we hope) until | Kristaps Dzonsons | 2011-12-31 | 1 | -1/+1 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -3/+9 |
* | Apropos and man.cgi should strcasecmp their output sorting. | Kristaps Dzonsons | 2011-12-07 | 1 | -1/+1 |
* | Make `-i' only apply to regular expressions. For the equality operator | Kristaps Dzonsons | 2011-11-29 | 1 | -2/+2 |
* | Tweak whatis(1): | Ingo Schwarze | 2011-11-28 | 1 | -1/+1 |
* | Get us a whatis(1) mode for apropos(1). | Kristaps Dzonsons | 2011-11-27 | 1 | -8/+12 |
* | Sync to OpenBSD, mostly gratuitous and whitespace differences, | Ingo Schwarze | 2011-11-26 | 1 | -9/+9 |
* | Have apropos(1) take advantage of manpath.h instead of doing the work | Kristaps Dzonsons | 2011-11-23 | 1 | -133/+4 |
* | Initial support for man.conf/makepath(1). | Kristaps Dzonsons | 2011-11-20 | 1 | -8/+92 |
* | Clarify some behaviour, bringing schwarze@'s patch and mine closer together | Kristaps Dzonsons | 2011-11-20 | 1 | -22/+21 |
* | Integrate a moderately-patched version of schwarze@'s support for multiple | Kristaps Dzonsons | 2011-11-20 | 1 | -19/+89 |
* | Evaluation with logical subexpressions. This allows support for arbitrary, | Kristaps Dzonsons | 2011-11-18 | 1 | -37/+13 |
* | Have exprcomp() accept a string instead of an array-pointer. Also, collapse | Kristaps Dzonsons | 2011-11-14 | 1 | -1/+28 |
* | Rewrite the expression parser for a more concise syntax: | Ingo Schwarze | 2011-11-13 | 1 | -8/+3 |
* | Less misleading file names; ok kristaps@. | Ingo Schwarze | 2011-11-13 | 1 | -1/+1 |
* | Make apropos's lookup use a find(1)-like expression. I'll write more on | Kristaps Dzonsons | 2011-11-09 | 1 | -56/+15 |
* | Change getopt() to be more like schwarze@'s suggestions. | Kristaps Dzonsons | 2011-11-09 | 1 | -5/+5 |
* | Split apropos.c into db.c and apropos.h with simpler code (re-written, but | Kristaps Dzonsons | 2011-11-09 | 1 | -536/+24 |
* | Make apropos results-gathering able to error out and clean up before | Kristaps Dzonsons | 2011-10-09 | 1 | -14/+16 |
* | Remove some unnecessary variables and note that mchars_alloc never returns | Kristaps Dzonsons | 2011-10-09 | 1 | -25/+7 |
* | Use a binary tree (for now, unbalanced) for deduping the records in the | Kristaps Dzonsons | 2011-10-09 | 1 | -5/+31 |
* | Use mandoc_realloc() in apropos, as we're linking to libmandoc.a. | Kristaps Dzonsons | 2011-10-08 | 1 | -4/+1 |
* | Lift hard-coded limit of results. | Kristaps Dzonsons | 2011-10-07 | 1 | -5/+7 |
* | Clean up file a bit: remove errx and err function pointers from the | Kristaps Dzonsons | 2011-10-07 | 1 | -117/+97 |
* | Import apropos from mandoc-tools after inlining all source files | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+689 |