aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mansearch.c
Commit message (Expand)AuthorAgeFilesLines
...
* Next speed optimization step for the new apropos(1).Ingo Schwarze2014-04-101-14/+27
* After careful gprof(1)ing of the new apropos(1), move the descriptionsIngo Schwarze2014-04-091-16/+43
* Properly initialize malloc(3)ed memory.Ingo Schwarze2014-03-281-1/+2
* avoid repetitive code for asprintf error handlingIngo Schwarze2014-03-231-30/+12
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* in apropos(1) output, sort names and avoid multiple section numbersIngo Schwarze2014-03-171-7/+55
* Always compare arch case-insensitively.Ingo Schwarze2014-01-191-1/+3
* Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze2014-01-191-67/+29
* Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze2014-01-061-10/+19
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-061-7/+3
* Remove the obsolete file name column from the mpages table.Ingo Schwarze2014-01-051-24/+30
* Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze2014-01-051-4/+4
* 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