Age | Commit message (Expand) | Author |
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-05-07 | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze |
2014-04-27 | Improve error handling in dbopen(). If PRAGMA SQL statements fail, | Ingo Schwarze |
2014-04-27 | For LUNA88K, make sure the architecture name shown to the user | Ingo Schwarze |
2014-04-25 | Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010: | Ingo Schwarze |
2014-04-25 | Reduce the verbosity of makewhatis -t: | Ingo Schwarze |
2014-04-24 | misplaced punctuation | 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-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-22 | Unify the model name to LUNA-88K{,2}, that is considered the | Kenji Aoyama |
2014-04-20 | in debug messages, truncating strings of excessive lengths is actually | Ingo Schwarze |
2014-04-20 | strlen+malloc+snprintf is error prone; | Ingo Schwarze |
2014-04-20 | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze |
2014-04-20 | make sure static buffers for snprintf(3) are large enough | 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-18 | Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. | Ingo Schwarze |
2014-04-18 | Fix a few lies; polish wording and formatting while here. | Ingo Schwarze |
2014-04-17 | Garbage collect one pair of needless parentheses in SQL code generation; | 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-16 | Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated) | Ingo Schwarze |
2014-04-15 | At the end of mansearch(), fchdir() back to where we started from; | Ingo Schwarze |
2014-04-15 | remove documentation of the former macro key "NAME"; | Ingo Schwarze |
2014-04-15 | Using macros in .Sh header lines, or having .Sm off or .Bk -words open | 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-11 | Further apropos(1) speed optimization was trickier than anticipated. | 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-08 | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze |
2014-04-08 | If the SYNOPSIS section contains an excessively long .Nm, | Ingo Schwarze |
2014-04-08 | Fully implement the \B (validate numerical expression) and | Ingo Schwarze |
2014-04-07 | We already supported (outer) user-defined strings containing references | Ingo Schwarze |
2014-04-07 | Accept arbitrary argument delimiters for various roff(7) escape sequences. | Ingo Schwarze |
2014-04-07 | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze |
2014-04-05 | bugfix: make sure all variables are properly initialized | Ingo Schwarze |
2014-04-05 | Implement the roff(7) .rr (remove register) request. | 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 |