| Commit message (Expand) | Author | Age | Files | Lines |
* | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze | 2014-11-11 | 4 | -0/+14 |
* | Let -h imply -c (that is, not use the pager). | Ingo Schwarze | 2014-11-11 | 3 | -2/+5 |
* | implement -h (synopsis only) for preformatted (cat) pages; | Ingo Schwarze | 2014-11-11 | 1 | -14/+54 |
* | add required vertical spacing before lists that begin | Ingo Schwarze | 2014-11-10 | 1 | -9/+11 |
* | hyperlinking in -man -Thtml | Ingo Schwarze | 2014-11-09 | 1 | -0/+9 |
* | Let -Tascii \(bu (bullet) output agree with groff; | Ingo Schwarze | 2014-11-06 | 2 | -2/+2 |
* | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze | 2014-11-03 | 3 | -7/+28 |
* | Use struct buf in libroff, it is very natural there | Ingo Schwarze | 2014-11-01 | 3 | -170/+166 |
* | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze | 2014-11-01 | 3 | -50/+45 |
* | fix a typo causing crashes in Unicode string length measurement | Ingo Schwarze | 2014-11-01 | 1 | -1/+1 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 5 | -104/+56 |
* | add -K to usage() and wrap nicely; from jmc@ | Ingo Schwarze | 2014-10-30 | 1 | -2/+2 |
* | fix a macro error in previous; from jmc@ | Ingo Schwarze | 2014-10-30 | 1 | -1/+1 |
* | Some fine tuning of console rendering of named special characters. | Ingo Schwarze | 2014-10-29 | 1 | -19/+19 |
* | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze | 2014-10-29 | 4 | -47/+74 |
* | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze | 2014-10-28 | 2 | -11/+5 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 19 | -87/+93 |
* | stricter parsing of Unicode escape names | Ingo Schwarze | 2014-10-28 | 1 | -13/+17 |
* | Tighten Unicode escape name parsing. | Ingo Schwarze | 2014-10-28 | 2 | -12/+12 |
* | Refine -Tascii rendering of Unicode characters, mostly to better agree | Ingo Schwarze | 2014-10-28 | 2 | -128/+128 |
* | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze | 2014-10-27 | 1 | -15/+61 |
* | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze | 2014-10-27 | 1 | -22/+10 |
* | Fix a regression in term.c rev. 1.229 reported by bentley@: | Ingo Schwarze | 2014-10-27 | 4 | -12/+11 |
* | KNF: indentation and sort variables by size; no functional change | Ingo Schwarze | 2014-10-26 | 1 | -4/+3 |
* | Grrr, patch(1) merged the new function to the wrong place in this file. | Ingo Schwarze | 2014-10-26 | 1 | -77/+77 |
* | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze | 2014-10-26 | 4 | -2/+27 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze | 2014-10-26 | 5 | -70/+134 |
* | With the current architecture, we can't support inline equations | Ingo Schwarze | 2014-10-25 | 1 | -1/+2 |
* | Fix a NULL pointer dereference reported | Ingo Schwarze | 2014-10-25 | 1 | -1/+3 |
* | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze | 2014-10-25 | 4 | -37/+13 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 10 | -557/+180 |
* | some new tasks | Ingo Schwarze | 2014-10-25 | 1 | -1/+12 |
* | Protect the roff parser from dividing by zero. ok schwarze@ | Kristaps Dzonsons | 2014-10-20 | 3 | -13/+26 |
* | improve documentation of .Fa, .Va, and .Vt; | Ingo Schwarze | 2014-10-20 | 1 | -8/+20 |
* | correct the spacing after in-line equations | Ingo Schwarze | 2014-10-20 | 4 | -4/+6 |
* | correctly parse spacing around in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -5/+36 |
* | correct spacing *after* inline equations (much simpler than expected) | Ingo Schwarze | 2014-10-20 | 2 | -0/+4 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 5 | -11/+11 |
* | show the {MDOC,MAN}_EQN node, it contains interesting information, | Ingo Schwarze | 2014-10-20 | 1 | -10/+12 |
* | plug file descriptor leaks on read or write failure; | Ingo Schwarze | 2014-10-18 | 2 | -14/+13 |
* | oops, don't escape the first token of inline equations | Ingo Schwarze | 2014-10-16 | 1 | -2/+2 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 6 | -87/+101 |
* | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze | 2014-10-14 | 2 | -2/+2 |
* | annotate for difficulty, and some minor cleanup | Ingo Schwarze | 2014-10-14 | 1 | -8/+98 |
* | bentley@ suggests Unicode table borders; | Ingo Schwarze | 2014-10-14 | 1 | -2/+3 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 7 | -11/+91 |
* | implement font modifiers in table layouts | Ingo Schwarze | 2014-10-13 | 2 | -24/+41 |
* | Properly scale string length measurements for PostScript and PDF output; | Ingo Schwarze | 2014-10-13 | 1 | -2/+6 |
* | Stricter syntax checking of Unicode character names: | Ingo Schwarze | 2014-10-13 | 1 | -12/+11 |
* | sync with OpenBSD: | Ingo Schwarze | 2014-10-13 | 1 | -1/+2 |