| Commit message (Expand) | Author | Age | Files | Lines |
* | Make paths in the mandocdb(8) index relative to the databases' path | Kristaps Dzonsons | 2011-12-16 | 1 | -42/+34 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -5/+11 |
* | Avoid leaking index records: | Ingo Schwarze | 2011-12-10 | 1 | -20/+24 |
* | Fix selection of arch-specific manuals: | Ingo Schwarze | 2011-12-10 | 1 | -2/+6 |
* | Tweak pformatted(): | Ingo Schwarze | 2011-12-09 | 1 | -12/+13 |
* | Considerably tidy mandocdb(8) catman descriptions by skipping to the first | Kristaps Dzonsons | 2011-12-09 | 1 | -2/+2 |
* | Strip backspace encoding from preformatted manuals. This cleans up a lot | Kristaps Dzonsons | 2011-12-09 | 1 | -0/+12 |
* | Clean up grok of preformatted manual description. | Kristaps Dzonsons | 2011-12-08 | 1 | -28/+35 |
* | index_prune always counted the free slots, | Ingo Schwarze | 2011-12-08 | 1 | -9/+9 |
* | If arguments are passed to mandocdb(8) in "default" mode, then use | Kristaps Dzonsons | 2011-12-08 | 1 | -4/+11 |
* | Implement search support for 24 additional macros, extract more information | Ingo Schwarze | 2011-12-07 | 1 | -299/+252 |
* | Fix parsing of file names given on the command line; i broke it | Ingo Schwarze | 2011-12-04 | 1 | -4/+3 |
* | Back out lorder, which doesn't seem necessary (?). I think this means all | Kristaps Dzonsons | 2011-12-03 | 1 | -1/+0 |
* | Make sure the btree(3) goop is also BE. This covers both the DB metadata | Kristaps Dzonsons | 2011-12-03 | 1 | -0/+1 |
* | This is a little gross: Linux and Apple need lots some cajoling to work | Kristaps Dzonsons | 2011-12-02 | 1 | -1/+5 |
* | Use OpenBSD's endian functions. Make btree type also be endian-neutral. | Kristaps Dzonsons | 2011-12-01 | 1 | -5/+3 |
* | In apropos_db.c, move all btree reading (and safety checks) into the | Kristaps Dzonsons | 2011-12-01 | 1 | -4/+4 |
* | Fix mandocdb(8) to pass over the type when pruning the database. This | Kristaps Dzonsons | 2011-12-01 | 1 | -25/+53 |
* | chdir(2) to the right man page tree before parsing manuals; | Ingo Schwarze | 2011-11-29 | 1 | -1/+17 |
* | Reimplement the global command line options -a and -v | Ingo Schwarze | 2011-11-27 | 1 | -26/+20 |
* | Save the manual type (mdoc, man, or cat) in the index file | Ingo Schwarze | 2011-11-27 | 1 | -0/+1 |
* | Rudimentary handling of formatted manuals ("cat pages"). | Ingo Schwarze | 2011-11-27 | 1 | -30/+205 |
* | Sync to OpenBSD, mostly gratuitous and whitespace differences, | Ingo Schwarze | 2011-11-26 | 1 | -4/+9 |
* | Store page titles in the correct case, and by default, only | Ingo Schwarze | 2011-11-26 | 1 | -37/+189 |
* | I say that mandocdb(8) uses "man(1)'s method", but it doesn't. It just uses | Kristaps Dzonsons | 2011-11-24 | 1 | -1/+1 |
* | Have mandocdb(8) take advantage of manpath.h. | Kristaps Dzonsons | 2011-11-23 | 1 | -5/+25 |
* | Merge schwarze@'s work for 64-bit types. This is based on a tweaked patch | Kristaps Dzonsons | 2011-11-20 | 1 | -13/+13 |
* | Inventing new keywords for mostly the same thing when a well-established | Ingo Schwarze | 2011-11-13 | 1 | -35/+18 |
* | Fix two crashes that occur when walking very large (i.e. real-world) trees: | Ingo Schwarze | 2011-11-13 | 1 | -4/+4 |
* | fix an obvious typo: sz was used uninitialized | Ingo Schwarze | 2011-09-17 | 1 | -1/+1 |
* | Big step forward in bringing mandocdb in line with most makewhatis-type | Kristaps Dzonsons | 2011-07-15 | 1 | -54/+184 |
* | First step of making mandocdb a true makewhatis/mandb replacement: | Kristaps Dzonsons | 2011-07-15 | 1 | -95/+115 |
* | Move parts of mandocdb that "do stuff" to the databases into their own | Kristaps Dzonsons | 2011-07-15 | 1 | -125/+173 |
* | move mandocdb(1) to mandocdb(8) | Ingo Schwarze | 2011-07-14 | 1 | -1/+1 |
* | Rename makewhatis [back] into mandocdb. This is to maintain consistency | Kristaps Dzonsons | 2011-07-14 | 1 | -0/+1105 |