aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos_db.c
Commit message (Expand)AuthorAgeFilesLines
* Cygwin support; from Yaakov Selkowitz,Ingo Schwarze2014-08-141-3/+3
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-111-3/+2
* Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12.Ingo Schwarze2014-04-231-3/+3
* introduce mandoc_aux to 1.12Ingo Schwarze2014-03-231-1/+2
* Implement the \: (optional line break) escape sequence,Ingo Schwarze2014-01-221-7/+15
* On __sun, use <sys/byteorder.h>, BE_64(x), and <db_185.h>.Ingo Schwarze2013-10-101-6/+11
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-051-3/+2
* DragonFly needs explicit #include <sys/endian.h> to use be64toh(),Ingo Schwarze2013-10-021-0/+880
* Remove lint from Makefile.Kristaps Dzonsons2012-06-081-879/+0
* Some documentation nits.Kristaps Dzonsons2012-03-251-1/+4
* Be insane. Make apropos(1) subsume man(1).Kristaps Dzonsons2012-03-241-2/+2
* Simplify by not pre-filtering the result vector for satisfied matches:Kristaps Dzonsons2012-03-241-83/+59
* Merge some/most of schwarze@'s OpenBSD changes into mandoc: many moreKristaps Dzonsons2012-03-231-1/+2
* For binary compatability of the databases across architectures,Ingo Schwarze2011-12-251-21/+21
* Do not cast void pointers to pointers requiring alignment.Ingo Schwarze2011-12-201-6/+7
* 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