| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -3/+3 |
* | Fix a regression in term.c rev. 1.229 reported by bentley@: | Ingo Schwarze | 2014-10-27 | 1 | -1/+1 |
* | add missing entry for .ll to the dispatch table; | Ingo Schwarze | 2014-10-12 | 1 | -0/+1 |
* | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze | 2014-09-09 | 1 | -11/+15 |
* | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze | 2014-09-07 | 1 | -2/+2 |
* | fix debugging output | Ingo Schwarze | 2014-09-07 | 1 | -1/+1 |
* | Add *.gz support to apropos(1) -a, man(1), and even mandoc(1). | Ingo Schwarze | 2014-09-03 | 1 | -54/+15 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 1 | -11/+8 |
* | When makewhatis(8) finds an .so link after the manual being pointed to | Ingo Schwarze | 2014-09-01 | 1 | -0/+7 |
* | do not leak a file descriptor on fdopen(3) failure; from doug@ | Ingo Schwarze | 2014-08-23 | 1 | -0/+2 |
* | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 1 | -2/+2 |
* | Provide a fallback version of fts(3) for systems lacking it. | Ingo Schwarze | 2014-08-11 | 1 | -0/+4 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+1 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -2/+3 |
* | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze | 2014-08-05 | 1 | -4/+4 |
* | Prefix messages about bad command line options and arguments | Ingo Schwarze | 2014-06-21 | 1 | -4/+7 |
* | Merge from OpenBSD - Marc Espie improved the ohash interface: | Ingo Schwarze | 2014-06-20 | 1 | -9/+9 |
* | More tweaking of set_basedir(). | Ingo Schwarze | 2014-06-20 | 1 | -23/+39 |
* | Some simple set_basedir() cleanup; more to come. | Ingo Schwarze | 2014-06-19 | 1 | -16/+20 |
* | Merge OpenBSD rev. 1.108 by sthen@; original commit message: | Ingo Schwarze | 2014-06-18 | 1 | -1/+2 |
* | Render roff escape sequences contained in manual page descriptions | Ingo Schwarze | 2014-05-07 | 1 | -1/+10 |
* | Fix two memory leaks in makewhatis -n: | Ingo Schwarze | 2014-05-07 | 1 | -1/+13 |
* | Improve error handling in dbopen(). If PRAGMA SQL statements fail, | Ingo Schwarze | 2014-04-27 | 1 | -6/+21 |
* | Reduce the verbosity of makewhatis -t: | Ingo Schwarze | 2014-04-25 | 1 | -0/+2 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+4 |
* | Audit strlcpy(3)/strlcat(3) usage: | Ingo Schwarze | 2014-04-23 | 1 | -22/+22 |
* | improve SQL style: avoid "SELECT *", be explicit in what columns we want; | Ingo Schwarze | 2014-04-23 | 1 | -1/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -65/+66 |
* | Two minor tweaks regarding the fallback from -u/-d to default mode: | Ingo Schwarze | 2014-04-19 | 1 | -6/+8 |
* | Properly handle symlinks (hardlinks and .so only files were already ok): | Ingo Schwarze | 2014-04-19 | 1 | -16/+75 |
* | In update mode, when opening the database fails, probably because it is | Ingo Schwarze | 2014-04-18 | 1 | -7/+17 |
* | Rename the mpages.id column to mpages.pageid. There is no good reason | Ingo Schwarze | 2014-04-16 | 1 | -11/+11 |
* | Give the mlinks and keys tables a pageid index, | Ingo Schwarze | 2014-04-16 | 1 | -1/+3 |
* | Unify description handling across all document types (mdoc, man, cat). | Ingo Schwarze | 2014-04-13 | 1 | -8/+3 |
* | better error reporting in case of SQL errors: mention dir and file | Ingo Schwarze | 2014-04-13 | 1 | -8/+8 |
* | Next speed optimization step for the new apropos(1). | Ingo Schwarze | 2014-04-10 | 1 | -26/+64 |
* | After careful gprof(1)ing of the new apropos(1), move the descriptions | Ingo Schwarze | 2014-04-09 | 1 | -17/+8 |
* | In -p (picky) mode, warn unless each filename (aka mlink) | Ingo Schwarze | 2014-04-04 | 1 | -24/+29 |
* | Warn about missing mlinks. | Ingo Schwarze | 2014-04-04 | 1 | -0/+40 |
* | Remember which names are in the NAME section. | Ingo Schwarze | 2014-04-04 | 1 | -5/+8 |
* | When the -n or -t flag is given to makewhatis(8), | Ingo Schwarze | 2014-04-04 | 1 | -5/+39 |
* | Instead of silently doing nothing at all, | Ingo Schwarze | 2014-04-03 | 1 | -0/+5 |
* | Rename the -W option to -p (mnemonics: picky, print to stderr): | Ingo Schwarze | 2014-04-03 | 1 | -7/+10 |
* | The -v option of mandocdb(8) clashes with the -v option of espie@'s | Ingo Schwarze | 2014-04-03 | 1 | -12/+12 |
* | Without bloating mandoc(1) itself, let mandocdb(8) support files | Ingo Schwarze | 2014-03-26 | 1 | -16/+80 |
* | Improve error reporting. | Ingo Schwarze | 2014-03-26 | 1 | -33/+51 |
* | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze | 2014-03-23 | 1 | -25/+3 |
* | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze | 2014-03-23 | 1 | -46/+7 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 1 | -4/+1 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |