| Commit message (Expand) | Author | Age | Files | Lines |
* | remove an unreachable warning about .Sm arguments | Ingo Schwarze | 2014-11-26 | 1 | -2/+0 |
* | The .Sm macro accepts at most one argument; | Ingo Schwarze | 2014-11-26 | 1 | -1/+1 |
* | Make the code sipler and more robust by always assigning a value | Ingo Schwarze | 2014-11-26 | 1 | -11/+5 |
* | Allow comma-separated options in tbl(7) tables. | Ingo Schwarze | 2014-11-26 | 2 | -2/+3 |
* | Completely rewrite the top level of the layout parser. | Ingo Schwarze | 2014-11-25 | 1 | -56/+41 |
* | "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML; | Ingo Schwarze | 2014-11-25 | 1 | -10/+2 |
* | Do not access a NULL pointer when a section has no body, | Ingo Schwarze | 2014-11-25 | 2 | -7/+12 |
* | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze | 2014-11-21 | 3 | -36/+30 |
* | Prevent negative arguments to the .ll request from causing integer | Ingo Schwarze | 2014-11-20 | 2 | -6/+10 |
* | warn about calling non-callable macros | Ingo Schwarze | 2014-11-20 | 1 | -0/+8 |
* | Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>: | Ingo Schwarze | 2014-11-20 | 1 | -1/+4 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze | 2014-11-19 | 3 | -6/+31 |
* | Three fixes with respect to the names table: | Ingo Schwarze | 2014-11-19 | 1 | -3/+13 |
* | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze | 2014-11-19 | 2 | -13/+38 |
* | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze | 2014-11-19 | 2 | -1/+5 |
* | Ignore invalid directories in man.conf(5) and MANPATH, even if their | Ingo Schwarze | 2014-11-18 | 1 | -15/+30 |
* | In man(1) mode, prefer file name matches over .Dt name matches over | Ingo Schwarze | 2014-11-18 | 2 | -10/+16 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 6 | -32/+84 |
* | When a line (in the sense of term_flushln()) contains white space only, | Ingo Schwarze | 2014-11-16 | 1 | -1/+3 |
* | Delete five standards that are: | Ingo Schwarze | 2014-11-16 | 2 | -24/+0 |
* | Remove needless and harmful byte swapping on big endian architectures. | Ingo Schwarze | 2014-11-14 | 1 | -24/+4 |
* | 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 |