| Commit message (Expand) | Author | Age | Files | Lines |
* | In dbopen(), check success of remove("mandoc.db~"). | Ingo Schwarze | 2013-06-06 | 1 | -21/+14 |
* | No point in inventing yet another file name for the database. | Ingo Schwarze | 2013-06-06 | 1 | -1/+1 |
* | In parse_catpage(), the comment saying that the filename would be | Ingo Schwarze | 2013-06-06 | 1 | -0/+1 |
* | The return value from parse_man() is completely unused, | Ingo Schwarze | 2013-06-05 | 1 | -13/+9 |
* | Two sanity checks got lost in treescan() | Ingo Schwarze | 2013-06-05 | 1 | -29/+36 |
* | Add back the realpath() checks that got lost during the change from | Ingo Schwarze | 2013-06-05 | 1 | -121/+159 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 6 | -49/+43 |
* | Changing existing SQLite databases was utterly broken: | Ingo Schwarze | 2013-06-03 | 1 | -1/+3 |
* | Starting the preparations to integrate this into OpenBSD. | Ingo Schwarze | 2013-06-03 | 1 | -43/+64 |
* | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze | 2013-06-02 | 2 | -9/+9 |
* | Sync to OpenBSD, no functional change: | Ingo Schwarze | 2013-06-02 | 3 | -14/+6 |
* | Note where these functions are declared and implemented. | Ingo Schwarze | 2013-06-02 | 1 | -0/+84 |
* | This file contains too much complexity. | Ingo Schwarze | 2013-06-01 | 1 | -18/+17 |
* | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze | 2013-06-01 | 1 | -2/+1 |
* | latex2man.1 - oh boy... | Ingo Schwarze | 2013-06-01 | 1 | -0/+4 |
* | Some documentation of the tbl parser. | Ingo Schwarze | 2013-06-01 | 1 | -0/+295 |
* | If a table contained at least one complete line | Ingo Schwarze | 2013-06-01 | 1 | -1/+1 |
* | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze | 2013-05-31 | 2 | -28/+28 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 5 | -29/+29 |
* | Reject non-printable characters found in the input stream even when | Ingo Schwarze | 2013-05-30 | 1 | -8/+23 |
* | Sync to OpenBSD: | Ingo Schwarze | 2013-05-29 | 1 | -2/+4 |
* | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze | 2013-05-29 | 1 | -6/+2 |
* | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | 2013-05-29 | 2 | -2/+2 |
* | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze | 2013-05-29 | 1 | -2/+2 |
* | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze | 2013-05-19 | 1 | -3/+21 |
* | Move printing of the .RS macro into print_offs() such that print_offs() | Ingo Schwarze | 2013-05-19 | 1 | -4/+4 |
* | Should termp_xx_pre() ever get called for a macro it cannot handle, | Ingo Schwarze | 2013-05-18 | 1 | -1/+2 |
* | Remove the variable sz because it's invariantly == 0, | Ingo Schwarze | 2013-05-18 | 1 | -7/+2 |
* | Even though the size of a pointer should not depend on the type of the | Ingo Schwarze | 2013-05-18 | 1 | -1/+1 |
* | - (mdoc.7) fix Xr to self | Ingo Schwarze | 2013-04-28 | 3 | -4/+4 |
* | Cavium Octeon (new architecture in OpenBSD); from jmc@. | Ingo Schwarze | 2013-03-27 | 1 | -0/+1 |
* | legancy -> legacy; reported by Chris Hettrick | Ingo Schwarze | 2013-03-06 | 1 | -1/+1 |
* | In literal mode (.nf), each input line must be kept together | Ingo Schwarze | 2013-01-05 | 1 | -3/+3 |
* | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze | 2012-12-31 | 1 | -34/+48 |
* | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze | 2012-11-19 | 4 | -10/+15 |
* | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze | 2012-11-19 | 3 | -5/+70 |
* | sync usage(), and tidy up the output a little; from jmc@ | Ingo Schwarze | 2012-11-19 | 1 | -3/+3 |
* | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze | 2012-11-19 | 1 | -21/+33 |
* | Three portability improvements by millert@: | Ingo Schwarze | 2012-11-19 | 1 | -8/+9 |
* | Make the generated man(7) code more portable by using .PD | Ingo Schwarze | 2012-11-18 | 1 | -5/+19 |
* | Correct indentation for lists and displays inside lists. | Ingo Schwarze | 2012-11-18 | 1 | -6/+103 |
* | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze | 2012-11-18 | 3 | -4/+14 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 14 | -767/+765 |
* | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze | 2012-11-16 | 3 | -1/+3 |
* | End of sentence spacing after trailing punctuation after .In and .Ap | Ingo Schwarze | 2012-11-16 | 1 | -8/+0 |
* | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze | 2012-11-16 | 1 | -2/+3 |
* | Improve formatting of badly nested font blocks. | Ingo Schwarze | 2012-11-16 | 3 | -7/+8 |
* | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze | 2012-11-16 | 2 | -1/+4 |
* | crash caused by .Ta outside .Bl | Ingo Schwarze | 2012-11-04 | 1 | -0/+10 |
* | freeciv wants .UR/.UE too; from bentley@ | Ingo Schwarze | 2012-10-31 | 1 | -0/+2 |