]> git.cameronkatri.com Git - mandoc.git/history - apropos.c
Integrate a moderately-patched version of schwarze@'s support for multiple
[mandoc.git] / apropos.c
2011-11-20 Kristaps DzonsonsIntegrate a moderately-patched version of schwarze...
2011-11-18 Kristaps DzonsonsEvaluation with logical subexpressions. This allows...
2011-11-14 Kristaps DzonsonsHave exprcomp() accept a string instead of an array...
2011-11-13 Ingo SchwarzeRewrite the expression parser for a more concise syntax:
2011-11-13 Ingo SchwarzeLess misleading file names; ok kristaps@.
2011-11-09 Kristaps DzonsonsMake apropos's lookup use a find(1)-like expression...
2011-11-09 Kristaps DzonsonsChange getopt() to be more like schwarze@'s suggestions.
2011-11-09 Kristaps DzonsonsSplit apropos.c into db.c and apropos.h with simpler...
2011-10-09 Kristaps DzonsonsMake apropos results-gathering able to error out and...
2011-10-09 Kristaps DzonsonsRemove some unnecessary variables and note that mchars_...
2011-10-09 Kristaps DzonsonsUse a binary tree (for now, unbalanced) for deduping...
2011-10-08 Kristaps DzonsonsUse mandoc_realloc() in apropos, as we're linking to...
2011-10-07 Kristaps DzonsonsLift hard-coded limit of results.
2011-10-07 Kristaps DzonsonsClean up file a bit: remove errx and err function point...
2011-10-06 Kristaps DzonsonsImport apropos from mandoc-tools after inlining all...