aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up grok of preformatted manual description.Kristaps Dzonsons2011-12-081-29/+36
* index_prune always counted the free slots,Ingo Schwarze2011-12-081-10/+10
* If arguments are passed to mandocdb(8) in "default" mode, then useKristaps Dzonsons2011-12-081-5/+12
* Implement search support for 24 additional macros, extract more informationIngo Schwarze2011-12-071-300/+253
* Fix parsing of file names given on the command line; i broke itIngo Schwarze2011-12-041-5/+4
* 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/+6
* Use OpenBSD's endian functions. Make btree type also be endian-neutral.Kristaps Dzonsons2011-12-011-6/+4
* In apropos_db.c, move all btree reading (and safety checks) into theKristaps Dzonsons2011-12-011-5/+5
* Fix mandocdb(8) to pass over the type when pruning the database. ThisKristaps Dzonsons2011-12-011-26/+54
* chdir(2) to the right man page tree before parsing manuals;Ingo Schwarze2011-11-291-2/+18
* Reimplement the global command line options -a and -vIngo Schwarze2011-11-271-27/+21
* Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze2011-11-271-1/+2
* Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze2011-11-271-31/+206
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-261-5/+10
* Store page titles in the correct case, and by default, onlyIngo Schwarze2011-11-261-38/+190
* I say that mandocdb(8) uses "man(1)'s method", but it doesn't. It just usesKristaps Dzonsons2011-11-241-2/+2
* Have mandocdb(8) take advantage of manpath.h.Kristaps Dzonsons2011-11-231-6/+26
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-201-14/+14
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-131-36/+19
* Fix two crashes that occur when walking very large (i.e. real-world) trees:Ingo Schwarze2011-11-131-5/+5
* fix an obvious typo: sz was used uninitializedIngo Schwarze2011-09-171-2/+2
* Big step forward in bringing mandocdb in line with most makewhatis-typeKristaps Dzonsons2011-07-151-55/+185
* First step of making mandocdb a true makewhatis/mandb replacement:Kristaps Dzonsons2011-07-151-96/+116
* Move parts of mandocdb that "do stuff" to the databases into their ownKristaps Dzonsons2011-07-151-126/+174
* move mandocdb(1) to mandocdb(8)Ingo Schwarze2011-07-141-2/+2
* Rename makewhatis [back] into mandocdb. This is to maintain consistencyKristaps Dzonsons2011-07-141-0/+1105