| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | note to self to not forget about groff | Ingo Schwarze | 2014-12-02 | 1 | -0/+6 |
* | we really need .ta | Ingo Schwarze | 2014-12-02 | 1 | -1/+2 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 10 | -25/+21 |
* | developer documentation regarding header files | Ingo Schwarze | 2014-12-01 | 2 | -0/+513 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 15 | -32/+41 |
* | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze | 2014-12-01 | 1 | -1/+0 |
* | The file read.c is part of the parser, so it cannot include main.h, | Ingo Schwarze | 2014-12-01 | 2 | -4/+3 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 14 | -56/+0 |
* | typo; Svyatoslav Mishyn <juef at openmailbox dot org> (Crux Linux) | Ingo Schwarze | 2014-11-30 | 1 | -1/+1 |
* | delete three standard abbreviations that are | Ingo Schwarze | 2014-11-30 | 2 | -15/+2 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 8 | -10/+33 |
* | warn about attempts to call non-callable macros; | Ingo Schwarze | 2014-11-30 | 4 | -8/+25 |
* | Reduce code duplication by reusing the same argument parser | Ingo Schwarze | 2014-11-29 | 1 | -18/+20 |
* | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze | 2014-11-29 | 3 | -128/+68 |
* | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze | 2014-11-28 | 3 | -124/+82 |
* | AT&T is unlikely to release an new version of Research UNIX any time soon. | Ingo Schwarze | 2014-11-28 | 4 | -49/+18 |
* | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze | 2014-11-28 | 6 | -120/+5 |
* | 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 |