Age | Commit message (Expand) | Author |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze |
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze |
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze |
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
2014-12-04 | correctly store .Dt and .TH information in the names table | Ingo Schwarze |
2014-12-04 | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze |
2014-12-04 | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze |
2014-11-27 | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze |
2014-11-26 | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze |
2014-11-19 | Three fixes with respect to the names table: | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-12 | add missing entry for .ll to the dispatch table; | Ingo Schwarze |
2014-09-09 | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze |
2014-09-07 | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze |
2014-09-07 | fix debugging output | Ingo Schwarze |
2014-09-03 | Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1). | Ingo Schwarze |
2014-09-03 | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze |
2014-09-01 | When makewhatis(8) finds an .so link after the manual being pointed to | Ingo Schwarze |
2014-08-23 | Fix fd leak when fdopen fails. | doug |
2014-08-08 | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze |
2014-06-21 | Prefix messages about bad command line options and arguments | Ingo Schwarze |
2014-06-20 | More tweaking of set_basedir(). | Ingo Schwarze |
2014-06-19 | Some simple set_basedir() cleanup; more to come. | Ingo Schwarze |
2014-06-18 | Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) | Stuart Henderson |
2014-06-05 | work-around issue in makewhatis, that expects its current dir to NOT be /. | Marc Espie |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-05-07 | Render roff escape sequences contained in manual page descriptions | Ingo Schwarze |
2014-05-07 | Fix two memory leaks in makewhatis -n: | Ingo Schwarze |
2014-04-27 | Improve error handling in dbopen(). If PRAGMA SQL statements fail, | Ingo Schwarze |
2014-04-25 | Reduce the verbosity of makewhatis -t: | Ingo Schwarze |
2014-04-23 | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage: | Ingo Schwarze |
2014-04-23 | improve SQL style: avoid "SELECT *", be explicit in what columns we want; | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-04-19 | Two minor tweaks regarding the fallback from -u/-d to default mode: | Ingo Schwarze |
2014-04-19 | Properly handle symlinks (hardlinks and .so only files were already ok): | Ingo Schwarze |
2014-04-18 | In update mode, when opening the database fails, probably because it is | Ingo Schwarze |
2014-04-16 | Rename the mpages.id column to mpages.pageid. There is no good reason | Ingo Schwarze |
2014-04-16 | Give the mlinks and keys tables a pageid index, | Ingo Schwarze |
2014-04-13 | Unify description handling across all document types (mdoc, man, cat). | Ingo Schwarze |
2014-04-13 | better error reporting in case of SQL errors: mention dir and file | Ingo Schwarze |
2014-04-10 | Next speed optimization step for the new apropos(1). | Ingo Schwarze |
2014-04-09 | After careful gprof(1)ing of the new apropos(1), move the descriptions | Ingo Schwarze |
2014-04-04 | In -p (picky) mode, warn unless each filename (aka mlink) | Ingo Schwarze |
2014-04-04 | Warn about missing mlinks. | Ingo Schwarze |
2014-04-04 | Remember which names are in the NAME section. | Ingo Schwarze |
2014-04-04 | When the -n or -t flag is given to makewhatis(8), | Ingo Schwarze |
2014-04-03 | Instead of silently doing nothing at all, | Ingo Schwarze |