]> git.cameronkatri.com Git - mandoc.git/history - apropos_db.c
Back out lorder, which doesn't seem necessary (?). I think this means all
[mandoc.git] / apropos_db.c
2011-12-03 Kristaps DzonsonsBack out lorder, which doesn't seem necessary (?)....
2011-12-03 Kristaps DzonsonsMake sure the btree(3) goop is also BE. This covers...
2011-12-02 Kristaps DzonsonsThis is a little gross: Linux and Apple need lots some...
2011-12-01 Kristaps DzonsonsUse OpenBSD's endian functions. Make btree type also...
2011-12-01 Kristaps DzonsonsIn apropos_db.c, move all btree reading (and safety...
2011-11-29 Kristaps DzonsonsMake `-i' only apply to regular expressions. For the...
2011-11-28 Ingo SchwarzeTweak whatis(1):
2011-11-27 Ingo SchwarzeSave the manual type (mdoc, man, or cat) in the index...
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 DzonsonsLet apropos_db.h export the volume of manpages for...
2011-11-20 Kristaps DzonsonsClarify some behaviour, bringing schwarze@'s patch...
2011-11-20 Kristaps DzonsonsOoops... tiny type error slipped in.
2011-11-20 Kristaps DzonsonsIntegrate a moderately-patched version of schwarze...
2011-11-20 Kristaps DzonsonsFix white-space in apropos_db.c to make merging cleaner.
2011-11-20 Kristaps DzonsonsMerge schwarze@'s work for 64-bit types. This is based...
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 SchwarzeInventing new keywords for mostly the same thing when...
2011-11-13 Ingo SchwarzeLess misleading file names; ok kristaps@.