| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Next speed optimization step for the new apropos(1). | Ingo Schwarze | 2014-04-10 | 1 | -13/+26 |
* | After careful gprof(1)ing of the new apropos(1), move the descriptions | Ingo Schwarze | 2014-04-09 | 1 | -15/+42 |
* | Properly initialize malloc(3)ed memory. | Ingo Schwarze | 2014-03-28 | 1 | -0/+1 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 1 | -29/+11 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | in apropos(1) output, sort names and avoid multiple section numbers | Ingo Schwarze | 2014-03-17 | 1 | -6/+54 |
* | Always compare arch case-insensitively. | Ingo Schwarze | 2014-01-19 | 1 | -0/+2 |
* | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze | 2014-01-19 | 1 | -66/+28 |
* | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze | 2014-01-06 | 1 | -9/+18 |
* | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze | 2014-01-06 | 1 | -6/+2 |
* | Remove the obsolete file name column from the mpages table. | Ingo Schwarze | 2014-01-05 | 1 | -23/+29 |
* | Remove the obsolete sec and arch columns from the mpages table. | Ingo Schwarze | 2014-01-05 | 1 | -3/+3 |
* | Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to | Ingo Schwarze | 2014-01-05 | 1 | -21/+51 |
* | Put section and architecture info into the keys table, | Ingo Schwarze | 2014-01-05 | 1 | -0/+2 |
* | New implementation of complex search criteria using \(, \), -a because | Ingo Schwarze | 2014-01-04 | 1 | -55/+91 |
* | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze | 2013-12-31 | 1 | -4/+62 |
* | Split buildnames() out of mansearch(); the latter function is getting | Ingo Schwarze | 2013-12-31 | 1 | -30/+40 |
* | Change the mansearch() interface to use the mlinks table in the database | Ingo Schwarze | 2013-12-27 | 1 | -8/+49 |
* | Add an additional mlinks table to the database, redundant for now, | Ingo Schwarze | 2013-12-27 | 1 | -2/+2 |
* | Fix another regression introduced when switching from DB to SQLite: | Ingo Schwarze | 2013-10-20 | 1 | -28/+71 |
* | Fix a regression introduced when switching from DB to SQLite: | Ingo Schwarze | 2013-10-19 | 1 | -5/+33 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 1 | -7/+6 |
* | Merge whatis.1 into apropos.1 (and remove), add whatis bits to apropos | Kristaps Dzonsons | 2012-06-09 | 1 | -16/+24 |
* | Add a compatibility interface for ohash. | Kristaps Dzonsons | 2012-06-09 | 1 | -0/+4 |
* | Turn off sqlite3 synchronous mode when creating a new database. | Kristaps Dzonsons | 2012-06-08 | 1 | -6/+6 |
* | Allow mansearch to fail if invariancy (cwd) is violated. Also be more | Kristaps Dzonsons | 2012-06-08 | 1 | -20/+34 |
* | Add a new mansearch.h interface, which replaces apropos_db.c | Kristaps Dzonsons | 2012-06-08 | 1 | -0/+436 |