]> git.cameronkatri.com Git - mandoc.git/history - apropos.c
in apropos(1) output, sort names and avoid multiple section numbers
[mandoc.git] / apropos.c
2014-01-06 Ingo SchwarzeDrop Nd from the mpages table, it is still in the keys...
2013-12-31 Ingo SchwarzeExperimental feature to let apropos(1) show different...
2013-12-27 Ingo SchwarzeChange the mansearch() interface to use the mlinks...
2013-07-05 Ingo SchwarzeSimple partial sync with OpenBSD:
2012-06-09 Kristaps DzonsonsAllow compilation on Mac OSX.
2012-06-09 Kristaps DzonsonsMerge whatis.1 into apropos.1 (and remove), add whatis...
2012-06-08 Kristaps DzonsonsFlip apropos to use mansearch instead of apropos_db.
2012-03-24 Kristaps DzonsonsForgot chdir(2) into volume path. VERSION_1_12_1
2012-03-24 Kristaps DzonsonsSmall tweaks for release.
2012-03-24 Kristaps DzonsonsBe insane. Make apropos(1) subsume man(1).
2012-03-24 Kristaps DzonsonsSimplify by not pre-filtering the result vector for...
2012-03-23 Kristaps DzonsonsRevert to mandocdb.{index,db} for database files.
2011-12-31 Kristaps DzonsonsWhen parsing catpages, read from the first section...
2011-12-12 Ingo Schwarzeimplement -C (alternative config file) for apropos...
2011-12-07 Kristaps DzonsonsApropos and man.cgi should strcasecmp their output...
2011-11-29 Kristaps DzonsonsMake `-i' only apply to regular expressions. For the...
2011-11-28 Ingo SchwarzeTweak whatis(1):
2011-11-27 Kristaps DzonsonsGet us a whatis(1) mode for apropos(1).
2011-11-26 Ingo SchwarzeSync to OpenBSD, mostly gratuitous and whitespace diffe...
2011-11-23 Kristaps DzonsonsHave apropos(1) take advantage of manpath.h instead...
2011-11-20 Kristaps DzonsonsInitial support for man.conf/makepath(1).
2011-11-20 Kristaps DzonsonsClarify some behaviour, bringing schwarze@'s patch...
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...