| Commit message (Expand) | Author | Age | Files | Lines |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -23/+23 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -28/+28 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -22/+23 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -22/+22 |
* | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze | 2015-03-13 | 1 | -0/+1 |
* | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze | 2015-02-27 | 1 | -1/+2 |
* | Support homebrew-style linking on Mac OS X. | Ingo Schwarze | 2015-01-21 | 1 | -1/+9 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -8/+5 |
* | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze | 2015-01-03 | 1 | -22/+15 |
* | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze | 2015-01-02 | 1 | -1/+3 |
* | When a file is given on the command line, actually exists, and its name | Ingo Schwarze | 2014-12-30 | 1 | -0/+1 |
* | Integrate the makewhatis binary into the mandoc binary | Ingo Schwarze | 2014-12-09 | 1 | -1/+1 |
* | Improve parsing of function names. | Ingo Schwarze | 2014-12-05 | 1 | -24/+27 |
* | Do not misinterpret function arguments as function names; | Ingo Schwarze | 2014-12-05 | 1 | -0/+3 |
* | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze | 2014-12-05 | 1 | -116/+107 |
* | When finding a .so link after the page was already processed, | Ingo Schwarze | 2014-12-04 | 1 | -3/+16 |
* | correctly store .Dt and .TH information in the names table | Ingo Schwarze | 2014-12-04 | 1 | -10/+27 |
* | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze | 2014-12-04 | 1 | -1/+16 |
* | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze | 2014-12-04 | 1 | -24/+47 |
* | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze | 2014-11-27 | 1 | -14/+18 |
* | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze | 2014-11-26 | 1 | -5/+2 |
* | Three fixes with respect to the names table: | Ingo Schwarze | 2014-11-19 | 1 | -3/+13 |
* | 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 |