summaryrefslogtreecommitdiffstats
path: root/apropos_db.c
Commit message (Expand)AuthorAgeFilesLines
* For binary compatability of the databases across architectures,Ingo Schwarze2011-12-251-20/+20
* Do not cast void pointers to pointers requiring alignment.Ingo Schwarze2011-12-201-5/+6
* Two lint fixes.Kristaps Dzonsons2011-12-161-2/+2
* Make sure that "any" is UINT64_MAX, not just INT_MAX, else "any" won'tKristaps Dzonsons2011-12-161-1/+1
* Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-characterKristaps Dzonsons2011-12-161-4/+14
* Plug a memory leak in single_search().Kristaps Dzonsons2011-12-101-1/+2
* When specifying an architecture to whatis(1)/apropos(1)/man.cgi(7), do aKristaps Dzonsons2011-12-091-2/+4
* Back out lorder, which doesn't seem necessary (?). I think this means allKristaps Dzonsons2011-12-031-1/+0
* Make sure the btree(3) goop is also BE. This covers both the DB metadataKristaps Dzonsons2011-12-031-0/+1
* This is a little gross: Linux and Apple need lots some cajoling to workKristaps Dzonsons2011-12-021-1/+9
* Use OpenBSD's endian functions. Make btree type also be endian-neutral.Kristaps Dzonsons2011-12-011-4/+2
* In apropos_db.c, move all btree reading (and safety checks) into theKristaps Dzonsons2011-12-011-26/+29
* Make `-i' only apply to regular expressions. For the equality operatorKristaps Dzonsons2011-11-291-11/+2
* Tweak whatis(1):Ingo Schwarze2011-11-281-5/+4
* Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze2011-11-271-0/+1
* Get us a whatis(1) mode for apropos(1).Kristaps Dzonsons2011-11-271-1/+45
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-261-26/+27
* Let apropos_db.h export the volume of manpages for a parsed record.Kristaps Dzonsons2011-11-231-6/+7
* Clarify some behaviour, bringing schwarze@'s patch and mine closer togetherKristaps Dzonsons2011-11-201-12/+18
* Ooops... tiny type error slipped in.Kristaps Dzonsons2011-11-201-1/+1
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-201-58/+84
* Fix white-space in apropos_db.c to make merging cleaner.Kristaps Dzonsons2011-11-201-39/+39
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-201-31/+57
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-181-94/+338
* Have exprcomp() accept a string instead of an array-pointer. Also, collapseKristaps Dzonsons2011-11-141-7/+7
* Rewrite the expression parser for a more concise syntax:Ingo Schwarze2011-11-131-56/+50
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-131-16/+18
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-131-0/+541