Age | Commit message (Expand) | Author |
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 |
2014-04-03 | Rename the -W option to -p (mnemonics: picky, print to stderr): | Ingo Schwarze |
2014-04-03 | The -v option of mandocdb(8) clashes with the -v option of espie@'s | Ingo Schwarze |
2014-03-26 | Without bloating mandoc(1) itself, let mandocdb(8) support files | Ingo Schwarze |
2014-03-26 | Improve error reporting. | Ingo Schwarze |
2014-03-23 | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze |
2014-03-22 | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze |
2014-03-21 | avoid repetitive code for asprintf error handling | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-03-19 | Register pure .so pages as mlinks, not as mpages. | Ingo Schwarze |
2014-03-19 | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze |
2014-03-19 | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze |
2014-03-18 | Allow checking that databases are up to date even when you have no write | Ingo Schwarze |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2014-01-19 | Avoid the risk of trying to modify a literal string. | Ingo Schwarze |
2014-01-19 | Always store the arch in lower-case only. | Ingo Schwarze |
2014-01-19 | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze |
2014-01-18 | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze |
2014-01-17 | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze |
2014-01-17 | Despite some experimenting, i'm unable to find any relevant effect of | Ingo Schwarze |
2014-01-06 | Do not sync to disk after each individual manual page (duh!), | Ingo Schwarze |
2014-01-06 | Fix mandocdb(8) -d and -u. | Ingo Schwarze |
2014-01-06 | Rename dbindex() to dbadd() to be less confusing. | Ingo Schwarze |