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