aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.h
Commit message (Expand)AuthorAgeFilesLines
* Further apropos(1) speed optimization was trickier than anticipated.Ingo Schwarze2014-04-111-1/+2
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-101-42/+48
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-091-40/+40
* Remember which names are in the NAME section.Ingo Schwarze2014-04-041-42/+43
* Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze2014-01-181-41/+41
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-061-2/+1
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-051-1/+3
* Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze2013-12-311-1/+4
* Change the mansearch() interface to use the mlinks table in the databaseIngo Schwarze2013-12-271-2/+3
* No point in inventing yet another file name for the database.Ingo Schwarze2013-06-061-2/+2
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-2/+2
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-5/+53
* Add a new mansearch.h interface, which replaces apropos_db.cKristaps Dzonsons2012-06-081-0/+38