| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Skip leading escape sequences in man_deroff(). Helps indexing of | Ingo Schwarze | 2014-03-23 | 1 | -4/+11 |
* | Retire the old concat() function. | Ingo Schwarze | 2014-03-23 | 1 | -77/+26 |
* | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze | 2014-03-23 | 3 | -25/+44 |
* | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze | 2014-03-23 | 3 | -46/+49 |
* | needs mandoc_aux, too | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 5 | -47/+17 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 2 | -0/+137 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 34 | -126/+88 |
* | Remove currently unimplemented macros from the lists of used-defined | Ingo Schwarze | 2014-03-20 | 1 | -14/+16 |
* | Register pure .so pages as mlinks, not as mpages. | Ingo Schwarze | 2014-03-19 | 1 | -19/+67 |
* | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze | 2014-03-19 | 6 | -7/+24 |
* | cope with mparse_alloc() interface change | Ingo Schwarze | 2014-03-19 | 2 | -2/+2 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze | 2014-03-19 | 6 | -52/+44 |
* | Allow checking that databases are up to date even when you have no write | Ingo Schwarze | 2014-03-18 | 1 | -20/+94 |
* | in apropos(1) output, sort names and avoid multiple section numbers | Ingo Schwarze | 2014-03-17 | 1 | -6/+54 |
* | Sync to OpenBSD: | Ingo Schwarze | 2014-03-17 | 1 | -55/+151 |
* | minor sync to OpenBSD | Ingo Schwarze | 2014-03-17 | 1 | -4/+26 |
* | sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro, | Ingo Schwarze | 2014-03-17 | 2 | -6/+28 |
* | In -Tutf8 mode, make sure that hyphens get counted against the output line | Ingo Schwarze | 2014-03-13 | 1 | -6/+7 |
* | new bug report from wiz@ regarding Tcl*(3) | Ingo Schwarze | 2014-03-08 | 1 | -0/+10 |
* | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze | 2014-03-08 | 1 | -1/+1 |
* | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze | 2014-03-08 | 3 | -11/+24 |
* | Improve .if/.ie condition handling. | Ingo Schwarze | 2014-03-08 | 2 | -94/+156 |
* | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze | 2014-03-07 | 1 | -11/+12 |
* | Even on macro lines, \} must not cause whitespace. | Ingo Schwarze | 2014-03-07 | 1 | -14/+10 |
* | Three bugfixes related to the closing of conditional blocks: | Ingo Schwarze | 2014-03-07 | 1 | -25/+12 |
* | In -Tutf8 mode, mandoc_char(7) named accent character escape sequences | Ingo Schwarze | 2014-03-05 | 1 | -11/+11 |
* | - remove index.html, it is now part of the website repo | Ingo Schwarze | 2014-03-03 | 4 | -519/+30 |
* | MANDOCERR_BADTAB needs checking, but .UR/.UE is done | Ingo Schwarze | 2014-03-03 | 1 | -5/+11 |
* | Move the regression suite to the attic. | Ingo Schwarze | 2014-03-03 | 86 | -1432/+0 |
* | After Werner Lemberg accepted and committed some updates to the manual | Ingo Schwarze | 2014-02-16 | 2 | -21/+33 |
* | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze | 2014-02-16 | 2 | -7/+13 |
* | document .as and .ce | Ingo Schwarze | 2014-02-14 | 1 | -1/+13 |
* | Parse and ignore the roff(7) .ce request (center some lines). | Ingo Schwarze | 2014-02-14 | 2 | -5/+2 |
* | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze | 2014-02-14 | 2 | -16/+15 |
* | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze | 2014-02-14 | 2 | -5/+43 |
* | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | 2014-02-14 | 1 | -1/+1 |
* | Supplement the documentation of the .St macro by minimal commentary | Ingo Schwarze | 2014-01-24 | 1 | -73/+201 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 7 | -19/+48 |
* | Treat the line after .Cd as a single argument. | Ingo Schwarze | 2014-01-21 | 1 | -1/+1 |
* | Keep words after .Ic together in a single argument. | Ingo Schwarze | 2014-01-20 | 1 | -1/+1 |
* | Change markup of some fixed strings from .Ar to .Cm. | Ingo Schwarze | 2014-01-20 | 1 | -31/+31 |
* | Always compare arch case-insensitively. | Ingo Schwarze | 2014-01-19 | 1 | -0/+2 |
* | Avoid the risk of trying to modify a literal string. | Ingo Schwarze | 2014-01-19 | 1 | -2/+3 |
* | Always store the arch in lower-case only. | Ingo Schwarze | 2014-01-19 | 1 | -5/+9 |
* | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze | 2014-01-19 | 2 | -68/+30 |
* | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze | 2014-01-19 | 3 | -2/+49 |
* | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze | 2014-01-18 | 1 | -0/+9 |
* | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze | 2014-01-18 | 1 | -40/+40 |
* | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze | 2014-01-18 | 1 | -4/+2 |