| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean-up: added `Nm mdoc' to mdoc.3. | Kristaps Dzonsons | 2010-05-25 | 2 | -53/+54 |
* | Clean-up: new-sentence, new-line for mdoc.3. | Kristaps Dzonsons | 2010-05-25 | 1 | -105/+59 |
* | Noted areas where performance can be increased. | Kristaps Dzonsons | 2010-05-25 | 1 | -0/+16 |
* | Smarten BADCHAR check to allow ASCII_HYPH. | Kristaps Dzonsons | 2010-05-25 | 3 | -2/+3 |
* | Forgot to add regression tests. | Kristaps Dzonsons | 2010-05-25 | 2 | -0/+35 |
* | Modified version of Ingo Schwarze's patch for hyphen-breaking. | Kristaps Dzonsons | 2010-05-25 | 8 | -23/+69 |
* | recognize ".if n" as true; | Ingo Schwarze | 2010-05-24 | 2 | -7/+26 |
* | provide stubs to ignore .ds, .rm and .tr, | Ingo Schwarze | 2010-05-24 | 2 | -0/+34 |
* | sync to OpenBSD: | Ingo Schwarze | 2010-05-24 | 3 | -11/+18 |
* | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze | 2010-05-24 | 3 | -2/+28 |
* | .Bl -tag -compact | Ingo Schwarze | 2010-05-24 | 1 | -9/+0 |
* | fix an obvious typo in print_bvspace(): | Ingo Schwarze | 2010-05-24 | 1 | -1/+1 |
* | rewrite the main mdoc text parser, mdoc_ptext(), | Ingo Schwarze | 2010-05-24 | 1 | -38/+51 |
* | Plug second meta.source leak in `UT' handling. | Kristaps Dzonsons | 2010-05-24 | 1 | -0/+3 |
* | Lifted 64-byte max width for Sh (now BUFSIZ). | Kristaps Dzonsons | 2010-05-24 | 1 | -3/+4 |
* | Fixed memory leak for `AT' (-man input). | Kristaps Dzonsons | 2010-05-24 | 1 | -0/+3 |
* | Fix segfault in mixing old enum types for -Thtml -mdoc. | Kristaps Dzonsons | 2010-05-24 | 1 | -2/+2 |
* | remove unused enum merr; | Ingo Schwarze | 2010-05-24 | 1 | -56/+0 |
* | If a .Bl -tag lacks a -width, skip all non-It macros for the implicit | Joerg Sonnenberger | 2010-05-24 | 1 | -2/+5 |
* | fix an obvious oversight introduced in rev. 1.5: | Ingo Schwarze | 2010-05-24 | 1 | -1/+1 |
* | Fix 1.125: Add missing return in termp_nm_pre. | Joerg Sonnenberger | 2010-05-22 | 1 | -0/+1 |
* | Test .SH with only empty paragraph. Don't test .IP without body. | Joerg Sonnenberger | 2010-05-22 | 1 | -0/+3 |
* | lines containing blank characters FIXED in OpenBSD, | Ingo Schwarze | 2010-05-18 | 1 | -1/+12 |
* | Increase performance by stashing the list type in struct mdoc_node. | Kristaps Dzonsons | 2010-05-17 | 6 | -191/+169 |
* | Added tech@ mailing list. | Kristaps Dzonsons | 2010-05-17 | 1 | -1/+8 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 31 | -532/+534 |
* | 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 |