| Commit message (Expand) | Author | Age | Files | Lines |
* | When finding a bogus database entry, | Ingo Schwarze | 2017-08-22 | 1 | -0/+10 |
* | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze | 2017-08-02 | 1 | -18/+49 |
* | Prefer arch-dependent over arch-independent pages if the name priority, | Ingo Schwarze | 2017-07-19 | 1 | -3/+19 |
* | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze | 2017-07-01 | 1 | -3/+9 |
* | Do not warn if a database file does not exist | Ingo Schwarze | 2017-05-17 | 1 | -1/+2 |
* | The apropos(1) manual still documents the unary -i operator for | Ingo Schwarze | 2017-04-18 | 1 | -1/+6 |
* | Fix previous: i forgot explicit NUL termination; | Ingo Schwarze | 2017-04-18 | 1 | -0/+2 |
* | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze | 2017-04-17 | 1 | -24/+52 |
* | A missing initialization could randomly cause regular expression | Ingo Schwarze | 2017-03-03 | 1 | -0/+1 |
* | Really protect <err.h> as already promised in the previous commit message. | Ingo Schwarze | 2016-08-05 | 1 | -0/+2 |
* | Linux compatibility: Work around the lack of EFTYPE and protect <err.h>. | Ingo Schwarze | 2016-07-20 | 1 | -1/+2 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -575/+471 |
* | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze | 2016-07-09 | 1 | -1/+0 |
* | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze | 2016-01-08 | 1 | -5/+5 |
* | No point in trying to go on when elementary database operations | Ingo Schwarze | 2015-11-26 | 1 | -6/+9 |
* | Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. | Ingo Schwarze | 2015-11-07 | 1 | -0/+2 |
* | In ./configure, select a RE syntax for word boundaries supported by libc; | Ingo Schwarze | 2015-11-06 | 1 | -0/+7 |
* | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 1 | -37/+2 |
* | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 1 | -17/+16 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -23/+23 |
* | 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 |