| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | improve SQL style: avoid "SELECT *", be explicit in what columns we want; | Ingo Schwarze | 2014-04-23 | 2 | -5/+8 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 9 | -94/+77 |
* | add a LICENSE file for clarity and for the convenience of porters | Ingo Schwarze | 2014-04-22 | 2 | -1/+45 |
* | in debug messages, truncating strings of excessive lengths is actually | Ingo Schwarze | 2014-04-20 | 1 | -1/+1 |
* | strlen+malloc+snprintf is error prone; | Ingo Schwarze | 2014-04-20 | 1 | -22/+13 |
* | fix unchecked snprintf(3) in page header printing: | Ingo Schwarze | 2014-04-20 | 4 | -18/+33 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 5 | -17/+16 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 52 | -2494/+1985 |
* | 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 |
* | Slowly, the dust begins to settle. | Ingo Schwarze | 2014-04-18 | 4 | -22/+22 |
* | Fix a few lies; polish wording and formatting while here. | Ingo Schwarze | 2014-04-18 | 1 | -23/+30 |
* | Garbage collect one pair of needless parentheses in SQL code generation; | Ingo Schwarze | 2014-04-17 | 1 | -7/+7 |
* | Rename the mpages.id column to mpages.pageid. There is no good reason | Ingo Schwarze | 2014-04-16 | 2 | -28/+28 |
* | Give the mlinks and keys tables a pageid index, | Ingo Schwarze | 2014-04-16 | 1 | -1/+3 |
* | Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated) | Ingo Schwarze | 2014-04-16 | 1 | -2/+4 |
* | Oops, sorry, revert previous and commit the correct patch: | Ingo Schwarze | 2014-04-15 | 1 | -4/+6 |
* | At the end of mansearch(), fchdir() back to where we started from; | Ingo Schwarze | 2014-04-15 | 1 | -0/+1 |
* | remove documentation of the former macro key "NAME"; | Ingo Schwarze | 2014-04-15 | 1 | -1/+0 |
* | Document the database format and SQL code generation; | Ingo Schwarze | 2014-04-15 | 3 | -4/+383 |
* | Using macros in .Sh header lines, or having .Sm off or .Bk -words open | Ingo Schwarze | 2014-04-15 | 1 | -11/+7 |
* | 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 |
* | Further apropos(1) speed optimization was trickier than anticipated. | Ingo Schwarze | 2014-04-11 | 3 | -0/+51 |
* | Next speed optimization step for the new apropos(1). | Ingo Schwarze | 2014-04-10 | 4 | -88/+144 |
* | After careful gprof(1)ing of the new apropos(1), move the descriptions | Ingo Schwarze | 2014-04-09 | 4 | -77/+95 |
* | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze | 2014-04-08 | 4 | -47/+42 |
* | If the SYNOPSIS section contains an excessively long .Nm, | Ingo Schwarze | 2014-04-08 | 1 | -0/+2 |
* | Fully implement the \B (validate numerical expression) and | Ingo Schwarze | 2014-04-08 | 3 | -38/+87 |
* | We already supported (outer) user-defined strings containing references | Ingo Schwarze | 2014-04-07 | 1 | -36/+44 |
* | Make it clear which errors come from which tool. | Ingo Schwarze | 2014-04-07 | 1 | -3/+6 |
* | Accept arbitrary argument delimiters for various roff(7) escape sequences. | Ingo Schwarze | 2014-04-07 | 1 | -4/+4 |
* | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze | 2014-04-07 | 2 | -73/+286 |
* | bugfix: make sure all variables are properly initialized | Ingo Schwarze | 2014-04-05 | 1 | -5/+5 |
* | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze | 2014-04-05 | 2 | -6/+38 |
* | 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 | 4 | -53/+60 |
* | merge OpenBSD rev. 1.20, describing new features | Ingo Schwarze | 2014-04-04 | 1 | -2/+20 |
* | When the -n or -t flag is given to makewhatis(8), | Ingo Schwarze | 2014-04-04 | 2 | -7/+41 |
* | 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 | 2 | -17/+24 |
* | The -v option of mandocdb(8) clashes with the -v option of espie@'s | Ingo Schwarze | 2014-04-03 | 2 | -19/+17 |
* | document -Q and -T; from OpenBSD | Ingo Schwarze | 2014-04-03 | 1 | -6/+22 |
* | Support the CONTEXT section for kernel manual pages found in Solaris and | Ingo Schwarze | 2014-03-31 | 4 | -0/+14 |
* | Improve formatting of broken blocks in -Tman, | Ingo Schwarze | 2014-03-30 | 1 | -2/+11 |
* | Allow ERRORS in section 4; OpenBSD rev. 1.121. | Ingo Schwarze | 2014-03-30 | 1 | -2/+4 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 7 | -15/+56 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 19 | -11/+109 |