| Commit message (Expand) | Author | Age | Files | Lines |
* | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze | 2014-07-01 | 1 | -1/+3 |
* | garbage collect two unused enum mandocerr items | Ingo Schwarze | 2014-06-30 | 2 | -13/+5 |
* | Use the freshly improved roff_getname() function | Ingo Schwarze | 2014-06-29 | 1 | -16/+15 |
* | Use the freshly improved roff_getname() function | Ingo Schwarze | 2014-06-29 | 1 | -38/+18 |
* | Major roff_getname() cleanup. | Ingo Schwarze | 2014-06-29 | 1 | -35/+51 |
* | Bugfix in roff_setstrn(): | Ingo Schwarze | 2014-06-29 | 1 | -1/+2 |
* | Improve messages related to the roff(7) .so request. | Ingo Schwarze | 2014-06-25 | 3 | -5/+12 |
* | Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are deprecated. | Ingo Schwarze | 2014-06-24 | 1 | -46/+22 |
* | Below DIAGNOSTICS, document the SYSERR message level; | Ingo Schwarze | 2014-06-23 | 1 | -3/+5 |
* | Minimal COMPATIBILITY cleanup: | Ingo Schwarze | 2014-06-22 | 1 | -34/+5 |
* | Minimal cleanup of the COMPATIBILITY section: | Ingo Schwarze | 2014-06-22 | 1 | -38/+9 |
* | Reduce the verbosity of error messages caused by open(2) failures. | Ingo Schwarze | 2014-06-21 | 2 | -3/+6 |
* | Prefix messages about bad command line options and arguments | Ingo Schwarze | 2014-06-21 | 2 | -10/+17 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 8 | -30/+42 |
* | Start systematic improvements of error reporting. | Ingo Schwarze | 2014-06-20 | 6 | -27/+34 |
* | Prefix error messages from mandoc(1) with "mandoc: " | Ingo Schwarze | 2014-06-20 | 1 | -1/+2 |
* | 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 |