| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly make quotes around `Lk' link-name argument. Noted by Aldis | Kristaps Dzonsons | 2010-08-09 | 1 | -2/+6 |
* | Correctly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja. | Kristaps Dzonsons | 2010-08-09 | 1 | -5/+7 |
* | simplify the code copying the macro name, and sync the | Ingo Schwarze | 2010-08-08 | 2 | -15/+12 |
* | Make sure we really throw away non-ASCII characters. | Ingo Schwarze | 2010-08-08 | 1 | -2/+3 |
* | Clean out the isgraph() checks in mdoc.c and man.c. These code paths | Kristaps Dzonsons | 2010-08-07 | 2 | -23/+2 |
* | "Groff allows the initial macro on a line to be delimited by a space of | Kristaps Dzonsons | 2010-08-07 | 1 | -6/+15 |
* | Add TODO noted by Alex Kozlov. | Kristaps Dzonsons | 2010-08-07 | 1 | -0/+3 |
* | Remove mandoc.1 compatibility notes that are no longer relevant. | Kristaps Dzonsons | 2010-08-07 | 1 | -10/+0 |
* | same as mdoc_term.c rev. 1.180: | Ingo Schwarze | 2010-08-07 | 1 | -4/+4 |
* | merge from OpenBSD mdoc_term.c rev. 1.100: | Ingo Schwarze | 2010-08-07 | 1 | -2/+4 |
* | Removed cross-reference to groff(1) in favour of simply mentioning GNU | Kristaps Dzonsons | 2010-08-07 | 1 | -1/+1 |
* | Added serial comma. | Kristaps Dzonsons | 2010-08-07 | 1 | -5/+5 |
* | `In' comes before `Vt' in function example of SYNOPSIS. | Kristaps Dzonsons | 2010-08-07 | 1 | -1/+1 |
* | Clarify that predefined strings aren't groff-isms, they're troff-isms. | Kristaps Dzonsons | 2010-08-07 | 1 | -1/+1 |
* | tweaks from jmc@: | Ingo Schwarze | 2010-08-06 | 1 | -36/+41 |
* | merge from OpenBSD: | Ingo Schwarze | 2010-08-06 | 2 | -9/+5 |
* | IMPORTANT FIX: add missing braces around alloc failure conditional in | Kristaps Dzonsons | 2010-08-06 | 1 | -3/+7 |
* | Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it | Joerg Sonnenberger | 2010-08-01 | 1 | -15/+18 |
* | Sync to OpenBSD: add missing Copyright years. | Ingo Schwarze | 2010-07-31 | 11 | -11/+11 |
* | Don't crash for the following test case as reported by Jordan Gordeev: | Joerg Sonnenberger | 2010-07-30 | 1 | -0/+7 |
* | Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld. | Joerg Sonnenberger | 2010-07-29 | 1 | -0/+4 |
* | Add PDF files to www. We also show text and ps, just to show off.VERSION.1.10.5 | Kristaps Dzonsons | 2010-07-27 | 2 | -22/+39 |
* | Get version bits in: 1.10.5. | Kristaps Dzonsons | 2010-07-27 | 2 | -4/+4 |
* | No-op to shut up lint. | Kristaps Dzonsons | 2010-07-27 | 1 | -1/+1 |
* | Fix `ds' handling. This was stripping characters from "val", when the | Kristaps Dzonsons | 2010-07-27 | 2 | -12/+32 |
* | Nit-picking style of www page. | Kristaps Dzonsons | 2010-07-27 | 1 | -1/+2 |
* | Fill in more version notes. | Kristaps Dzonsons | 2010-07-27 | 1 | -6/+9 |
* | Update TODO to note that %A needs "and" before final author and that | Kristaps Dzonsons | 2010-07-27 | 1 | -0/+3 |
* | Removed boot_config.8 breakage, which was fixed by the last commit of | Kristaps Dzonsons | 2010-07-27 | 1 | -11/+0 |
* | Fix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaks | Kristaps Dzonsons | 2010-07-27 | 2 | -14/+7 |
* | `Ad' is supposed to underline. Found whilst trolling through manuals. | Kristaps Dzonsons | 2010-07-26 | 2 | -2/+2 |
* | Make `Sm' start no-spacing after the first output word. Fix in both | Kristaps Dzonsons | 2010-07-26 | 2 | -0/+4 |
* | Clean up some tight spots in mandoc's default mode: pessimistically | Kristaps Dzonsons | 2010-07-26 | 1 | -19/+14 |
* | Remove asciisz from chars.in. It frees up a nice chunk of memory and at | Kristaps Dzonsons | 2010-07-26 | 2 | -380/+379 |
* | Note that `Dd' can be empty. This found following a thread on discuss@ | Kristaps Dzonsons | 2010-07-26 | 3 | -4/+15 |
* | Merge schwarze@'s pass over mdoc.7. Fixed small new-sentence-new-line | Kristaps Dzonsons | 2010-07-26 | 1 | -222/+230 |
* | Fix chars.in fall-through to ASCII mode. This bug only affected | Kristaps Dzonsons | 2010-07-26 | 1 | -6/+6 |
* | Note -Tpdf in www. | Kristaps Dzonsons | 2010-07-26 | 1 | -0/+1 |
* | Merge Jason McIntyre's corrections to man.7. | Kristaps Dzonsons | 2010-07-26 | 1 | -24/+21 |
* | Avoid running the "width" termp callback for each whitespace. | Kristaps Dzonsons | 2010-07-25 | 1 | -3/+3 |
* | Fully-working -Tpdf: xref table is now generated. This works for both | Kristaps Dzonsons | 2010-07-25 | 2 | -17/+48 |
* | Make PDF sections contiguous. | Kristaps Dzonsons | 2010-07-25 | 1 | -63/+51 |
* | Ensure that isalnum is called with unsigned char argument. | Joerg Sonnenberger | 2010-07-25 | 1 | -1/+1 |
* | list two additional issues | Ingo Schwarze | 2010-07-25 | 1 | -0/+17 |
* | Initial PDF shim over PS. This produces working PDF output with -Tpdf. | Kristaps Dzonsons | 2010-07-25 | 5 | -50/+256 |
* | Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION.1.10.5.PREPDF | Kristaps Dzonsons | 2010-07-23 | 1 | -18/+17 |
* | Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that a | Kristaps Dzonsons | 2010-07-23 | 2 | -18/+65 |
* | Add support for `Sm' in -T[x]html -mdoc. | Kristaps Dzonsons | 2010-07-23 | 3 | -2/+25 |
* | Fix broken compilation, hopefully before anybody notices. | Kristaps Dzonsons | 2010-07-22 | 1 | -1/+1 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 9 | -4/+65 |