| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | let the build system cope with the recent ohash changes | Ingo Schwarze | 2014-06-20 | 3 | -7/+13 |
* | take a note about pandoc | Ingo Schwarze | 2014-06-20 | 1 | -0/+4 |
* | Merge from OpenBSD - Marc Espie improved the ohash interface: | Ingo Schwarze | 2014-06-20 | 4 | -34/+36 |
* | sync to OpenBSD: | Ingo Schwarze | 2014-06-20 | 2 | -53/+52 |
* | 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 |
* | some new things to do | Ingo Schwarze | 2014-06-10 | 1 | -0/+18 |
* | 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 |
* | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze | 2014-05-07 | 1 | -3/+6 |
* | Improve error handling in dbopen(). If PRAGMA SQL statements fail, | Ingo Schwarze | 2014-04-27 | 1 | -6/+21 |
* | OMRON used uppercase for the model names of their Motorola 88100 LUNA | Ingo Schwarze | 2014-04-27 | 1 | -2/+2 |
* | Fix a minor optimization i broke in rev. 1.163 on August 20, 2010: | Ingo Schwarze | 2014-04-25 | 1 | -1/+1 |
* | Reduce the verbosity of makewhatis -t: | Ingo Schwarze | 2014-04-25 | 2 | -1/+3 |
* | Various Makefile improvements: | Ingo Schwarze | 2014-04-24 | 1 | -20/+43 |
* | misplaced punctuation | Ingo Schwarze | 2014-04-24 | 1 | -2/+2 |
* | prototype for reallocarray() | Ingo Schwarze | 2014-04-23 | 1 | -0/+3 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+3 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 15 | -29/+93 |
* | Audit strlcpy(3)/strlcat(3) usage: | Ingo Schwarze | 2014-04-23 | 1 | -22/+22 |
* | espie@ suggests using SQL views | Ingo Schwarze | 2014-04-23 | 1 | -0/+6 |
* | 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 |