| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop useless architecture table. Validating architecture names | Ingo Schwarze | 2014-11-28 | 8 | -181/+9 |
* | kill a pointless assert | Ingo Schwarze | 2014-11-28 | 1 | -3/+0 |
* | mop up an #ifdef turd deraadt@ stepped into | Ingo Schwarze | 2014-11-28 | 1 | -8/+2 |
* | Be more careful about meta->name. For weird input, it can be NULL. | Ingo Schwarze | 2014-11-28 | 1 | -6/+10 |
* | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze | 2014-11-28 | 4 | -41/+24 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 6 | -284/+181 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze | 2014-11-28 | 3 | -215/+137 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 4 | -431/+268 |
* | Simplify code by making mdoc validation handlers void. | Ingo Schwarze | 2014-11-28 | 4 | -413/+284 |
* | Downgrade .Bd -file from FATAL to ERROR. | Ingo Schwarze | 2014-11-27 | 4 | -14/+14 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 4 | -22/+58 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 5 | -39/+33 |
* | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze | 2014-11-27 | 3 | -27/+25 |
* | fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD> | Ingo Schwarze | 2014-11-27 | 1 | -1/+1 |
* | Let mparse_readfd() use mparse_open() and mparse_wait() | Ingo Schwarze | 2014-11-26 | 2 | -28/+59 |
* | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze | 2014-11-26 | 6 | -32/+20 |
* | 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 |