| Commit message (Expand) | Author | Age | Files | Lines |
* | Let man(1) and apropos(1) work even when the current directory | Ingo Schwarze | 2015-04-01 | 1 | -35/+33 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -3/+3 |
* | When interpreting the -O argument as a macro name fails, | Ingo Schwarze | 2015-03-11 | 1 | -2/+3 |
* | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze | 2015-02-27 | 1 | -3/+28 |
* | Make the man(1) and apropos(1) options -s and -S much less expensive: | Ingo Schwarze | 2015-01-20 | 1 | -48/+22 |
* | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze | 2014-12-06 | 1 | -1/+3 |
* | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze | 2014-11-27 | 1 | -12/+7 |
* | In man(1) mode, prefer file name matches over .Dt name matches over | Ingo Schwarze | 2014-11-18 | 1 | -6/+11 |
* | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze | 2014-11-11 | 1 | -0/+8 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 1 | -4/+9 |
* | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | 2014-09-01 | 1 | -0/+1 |
* | Bugfix: make whatis(1) case-insensitive again. | Ingo Schwarze | 2014-08-21 | 1 | -0/+1 |
* | Fully integrate apropos(1) into mandoc(1). | Ingo Schwarze | 2014-08-17 | 1 | -27/+28 |
* | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; | Ingo Schwarze | 2014-08-09 | 1 | -1/+2 |
* | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze | 2014-08-05 | 1 | -5/+5 |
* | If an old SQLite version doesn't provide SQLITE_DETERMINISTIC, | Ingo Schwarze | 2014-08-05 | 1 | -0/+3 |
* | Sort result pages first by section number, then by name. | Ingo Schwarze | 2014-07-24 | 1 | -0/+20 |
* | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze | 2014-07-12 | 1 | -22/+50 |
* | Merge from OpenBSD - Marc Espie improved the ohash interface: | Ingo Schwarze | 2014-06-20 | 1 | -9/+7 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -3/+3 |
* | improve SQL style: avoid "SELECT *", be explicit in what columns we want; | Ingo Schwarze | 2014-04-23 | 1 | -4/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -12/+12 |
* | Garbage collect one pair of needless parentheses in SQL code generation; | Ingo Schwarze | 2014-04-17 | 1 | -7/+7 |
* | Rename the mpages.id column to mpages.pageid. There is no good reason | Ingo Schwarze | 2014-04-16 | 1 | -17/+17 |
* | Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated) | Ingo Schwarze | 2014-04-16 | 1 | -2/+4 |
* | Oops, sorry, revert previous and commit the correct patch: | Ingo Schwarze | 2014-04-15 | 1 | -4/+6 |
* | At the end of mansearch(), fchdir() back to where we started from; | Ingo Schwarze | 2014-04-15 | 1 | -0/+1 |
* | Further apropos(1) speed optimization was trickier than anticipated. | Ingo Schwarze | 2014-04-11 | 1 | -0/+48 |
* | 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 |