| Commit message (Expand) | Author | Age | Files | Lines |
* | Multiple empty .PPs don't add a vspace either | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+3 |
* | Entry for .AT and .UC | Joerg Sonnenberger | 2010-05-17 | 1 | -2/+9 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 20 | -2/+156 |
* | Tests for sane and insane handling of lines before and after .SH/.SS | Joerg Sonnenberger | 2010-05-17 | 2 | -0/+23 |
* | groff uses three vspaces before the footer too. | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+2 |
* | Documented ie/el. | Kristaps Dzonsons | 2010-05-17 | 4 | -8/+38 |
* | Use a default prefix of /usr/local. Honour DESTDIR for install targets. | Joerg Sonnenberger | 2010-05-17 | 1 | -19/+20 |
* | The function term_flushln() had effectively forked in OpenBSD. | Ingo Schwarze | 2010-05-17 | 1 | -44/+41 |
* | Full support for ie/el. This completes the initial roff support. | Kristaps Dzonsons | 2010-05-17 | 25 | -76/+316 |
* | Oops: forgot to make roff_cblock() understand the new macros. | Kristaps Dzonsons | 2010-05-17 | 1 | -1/+16 |
* | libroff now intelligently throws away `am', `ami', `am1', `de', `dei', | Kristaps Dzonsons | 2010-05-17 | 2 | -16/+83 |
* | libroff now is aware of which sub-nodes should be interpreted even in a | Kristaps Dzonsons | 2010-05-17 | 4 | -81/+177 |
* | Add a test case for nesting of .RS/.RE | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+16 |
* | `ig' support in all its glory. Try | Kristaps Dzonsons | 2010-05-16 | 12 | -30/+290 |
* | Add a basic regression test for .Bl -bullet and the various interactions | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+64 |
* | Regression tests in place for `.if' in libroff. | Kristaps Dzonsons | 2010-05-16 | 12 | -4/+257 |
* | Fully skip first and last line for the purpose of cmp. | Joerg Sonnenberger | 2010-05-16 | 1 | -3/+6 |
* | Skip first line when comparing output. | Joerg Sonnenberger | 2010-05-16 | 1 | -1/+3 |
* | mandoc should be a variable. | Kristaps Dzonsons | 2010-05-16 | 1 | -2/+2 |
* | Remove temp files on success. | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+1 |
* | Add a basic regression testing script. | Joerg Sonnenberger | 2010-05-16 | 1 | -0/+39 |
* | Re-admit the simple case of `.ig' that works with groff's stranger invocations. | Kristaps Dzonsons | 2010-05-16 | 1 | -123/+71 |
* | Support for the general case of `if', which will boil out into other | Kristaps Dzonsons | 2010-05-16 | 1 | -49/+77 |
* | Allow roff_parseln() to be re-run. | Kristaps Dzonsons | 2010-05-16 | 7 | -99/+206 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-05-16 | 3 | -2/+4 |
* | Fix allowing silly '\'' control character. | Kristaps Dzonsons | 2010-05-16 | 3 | -3/+3 |
* | Removed `.' entry from -man hashtable. | Kristaps Dzonsons | 2010-05-15 | 1 | -6/+4 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 8 | -159/+5 |
* | Backed-out warning messages (lots). | Kristaps Dzonsons | 2010-05-15 | 2 | -3/+5 |
* | The `am', `ami', `de', and holy `dei' are all being properly ignored. | Kristaps Dzonsons | 2010-05-15 | 1 | -35/+23 |
* | The `ig' now supports `ig end-macro'. | Kristaps Dzonsons | 2010-05-15 | 3 | -8/+89 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 8 | -22/+3 |
* | Magic fix for bogus manuals making -man puke: I don't care if it's magic beca... | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+1 |
* | Segfault fix and letting warnings slip through for now. | Kristaps Dzonsons | 2010-05-15 | 2 | -3/+5 |
* | Add mandoc.h, which will eventually replace compilers' inner enum errors with... | Kristaps Dzonsons | 2010-05-15 | 4 | -23/+418 |
* | non-numeric section headers in -man merged to OpenBSD | Ingo Schwarze | 2010-05-15 | 1 | -4/+0 |
* | Mishandling of : in expr(1) | Joerg Sonnenberger | 2010-05-15 | 1 | -0/+2 |
* | Lint-fix for enum return (ok schwarze@). | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+1 |
* | For .IP groff requires a single space only after the head, adopt. | Joerg Sonnenberger | 2010-05-15 | 1 | -2/+0 |
* | Fixed memory leak introduced in last checkin of man_action TH parsing (only i... | Kristaps Dzonsons | 2010-05-15 | 2 | -3/+4 |
* | LIBRARY can also occur in section 9. | Kristaps Dzonsons | 2010-05-15 | 9 | -37/+36 |
* | Reorganise the comment stripping and line merging to be easier to follow | Joerg Sonnenberger | 2010-05-15 | 1 | -50/+52 |
* | Make the output width an option for ascii_alloc and use that to compute | Joerg Sonnenberger | 2010-05-15 | 6 | -9/+18 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 8 | -19/+12 |
* | Push buffer resizing into its own function. Keep initial allocations the | Joerg Sonnenberger | 2010-05-15 | 1 | -19/+24 |
* | fixed tabs in quoted .Bl -column; and removed right margin from displays | Ingo Schwarze | 2010-05-15 | 1 | -10/+0 |
* | no more info on bugs FIXED in bsd.lv; | Ingo Schwarze | 2010-05-15 | 1 | -40/+2 |
* | Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum). | Ingo Schwarze | 2010-05-15 | 4 | -22/+32 |
* | Initial roff shim skeleton in place. | Kristaps Dzonsons | 2010-05-15 | 3 | -11/+89 |
* | Documented EOS buffered spaces and added `]'. | Kristaps Dzonsons | 2010-05-15 | 3 | -4/+19 |