aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.c
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze2014-01-051-22/+52
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-051-1/+3
* New implementation of complex search criteria using \(, \), -a becauseIngo Schwarze2014-01-041-56/+92
* Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze2013-12-311-5/+63
* Split buildnames() out of mansearch(); the latter function is gettingIngo Schwarze2013-12-311-31/+41
* Change the mansearch() interface to use the mlinks table in the databaseIngo Schwarze2013-12-271-9/+50
* Add an additional mlinks table to the database, redundant for now,Ingo Schwarze2013-12-271-3/+3
* Fix another regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-201-29/+72
* Fix a regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-191-6/+34
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-8/+7
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-17/+25
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-091-1/+5
* Turn off sqlite3 synchronous mode when creating a new database.Kristaps Dzonsons2012-06-081-7/+7
* Allow mansearch to fail if invariancy (cwd) is violated. Also be moreKristaps Dzonsons2012-06-081-21/+35
* Add a new mansearch.h interface, which replaces apropos_db.cKristaps Dzonsons2012-06-081-0/+436