summaryrefslogtreecommitdiffstats
path: root/mansearch.h
Commit message (Expand)AuthorAgeFilesLines
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-031-0/+5
* In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze2014-09-011-0/+1
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-171-7/+12
* Sort result pages first by section number, then by name.Ingo Schwarze2014-07-241-0/+1
* Fix whatis(1) to correctly match words instead of any substrings.Ingo Schwarze2014-07-121-1/+2
* Further apropos(1) speed optimization was trickier than anticipated.Ingo Schwarze2014-04-111-0/+1
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-101-41/+47
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-091-39/+39
* Remember which names are in the NAME section.Ingo Schwarze2014-04-041-41/+42
* Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze2014-01-181-40/+40
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-061-1/+0
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-051-0/+2
* Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze2013-12-311-0/+3
* Change the mansearch() interface to use the mlinks table in the databaseIngo Schwarze2013-12-271-1/+2
* No point in inventing yet another file name for the database.Ingo Schwarze2013-06-061-1/+1
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-1/+1
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-4/+52
* Add a new mansearch.h interface, which replaces apropos_db.cKristaps Dzonsons2012-06-081-0/+38