| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze | 2017-04-17 | 1 | -1/+4 |
* | Adjust MANDOC_DB and bump MANDOCDB_VERSION now that | Ingo Schwarze | 2016-08-01 | 1 | -2/+2 |
* | Linux compatibility: Work around the lack of EFTYPE and protect <err.h>. | Ingo Schwarze | 2016-07-20 | 1 | -1/+1 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -6/+13 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -0/+2 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze | 2014-11-27 | 1 | -1/+0 |
* | In man(1) mode, prefer file name matches over .Dt name matches over | Ingo Schwarze | 2014-11-18 | 1 | -4/+5 |
* | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze | 2014-11-11 | 1 | -0/+1 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 1 | -0/+5 |
* | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | 2014-09-01 | 1 | -0/+1 |
* | Fully integrate apropos(1) into mandoc(1). | Ingo Schwarze | 2014-08-17 | 1 | -7/+12 |
* | Sort result pages first by section number, then by name. | Ingo Schwarze | 2014-07-24 | 1 | -0/+1 |
* | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze | 2014-07-12 | 1 | -1/+2 |
* | Further apropos(1) speed optimization was trickier than anticipated. | Ingo Schwarze | 2014-04-11 | 1 | -0/+1 |
* | Next speed optimization step for the new apropos(1). | Ingo Schwarze | 2014-04-10 | 1 | -41/+47 |
* | After careful gprof(1)ing of the new apropos(1), move the descriptions | Ingo Schwarze | 2014-04-09 | 1 | -39/+39 |
* | Remember which names are in the NAME section. | Ingo Schwarze | 2014-04-04 | 1 | -41/+42 |
* | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze | 2014-01-18 | 1 | -40/+40 |
* | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze | 2014-01-06 | 1 | -1/+0 |
* | Put section and architecture info into the keys table, | Ingo Schwarze | 2014-01-05 | 1 | -0/+2 |
* | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze | 2013-12-31 | 1 | -0/+3 |
* | Change the mansearch() interface to use the mlinks table in the database | Ingo Schwarze | 2013-12-27 | 1 | -1/+2 |
* | No point in inventing yet another file name for the database. | Ingo Schwarze | 2013-06-06 | 1 | -1/+1 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 1 | -1/+1 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -4/+52 |
* | Add a new mansearch.h interface, which replaces apropos_db.c | Kristaps Dzonsons | 2012-06-08 | 1 | -0/+38 |