summaryrefslogtreecommitdiffstats
path: root/mansearch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-201-28/+71
* Fix a regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-191-5/+33
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-7/+6
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-16/+24
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-091-0/+4
* Turn off sqlite3 synchronous mode when creating a new database.Kristaps Dzonsons2012-06-081-6/+6
* Allow mansearch to fail if invariancy (cwd) is violated. Also be moreKristaps Dzonsons2012-06-081-20/+34
* Add a new mansearch.h interface, which replaces apropos_db.cKristaps Dzonsons2012-06-081-0/+436