aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* header cleanup:Ingo Schwarze2014-12-011-1/+3
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze2014-11-271-2/+1
* In man(1) mode, prefer file name matches over .Dt name matches overIngo Schwarze2014-11-181-5/+6
* In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze2014-11-111-1/+2
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-031-1/+6
* In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze2014-09-011-1/+2
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-171-8/+13
* Sort result pages first by section number, then by name.Ingo Schwarze2014-07-241-1/+2
* Fix whatis(1) to correctly match words instead of any substrings.Ingo Schwarze2014-07-121-2/+3
* 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