| Commit message (Expand) | Author | Age | Files | Lines |
* | Support choosing alternative binary and manual names from configure.local, | Ingo Schwarze | 2014-12-09 | 4 | -16/+74 |
* | Integrate the makewhatis binary into the mandoc binary | Ingo Schwarze | 2014-12-09 | 4 | -21/+26 |
* | Some sorting and some more comments. | Ingo Schwarze | 2014-12-09 | 1 | -18/+27 |
* | Install "man" as a hardlink to "mandoc" during db-install. | Ingo Schwarze | 2014-12-09 | 1 | -11/+7 |
* | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze | 2014-12-06 | 1 | -1/+3 |
* | implement help(1) | Ingo Schwarze | 2014-12-05 | 1 | -8/+21 |
* | Improve parsing of function names. | Ingo Schwarze | 2014-12-05 | 1 | -24/+27 |
* | Do not misinterpret function arguments as function names; | Ingo Schwarze | 2014-12-05 | 1 | -0/+3 |
* | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze | 2014-12-05 | 1 | -116/+107 |
* | When finding a .so link after the page was already processed, | Ingo Schwarze | 2014-12-04 | 1 | -3/+16 |
* | correctly store .Dt and .TH information in the names table | Ingo Schwarze | 2014-12-04 | 1 | -10/+27 |
* | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze | 2014-12-04 | 1 | -1/+16 |
* | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze | 2014-12-04 | 1 | -24/+47 |
* | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | 2014-12-04 | 3 | -3/+3 |
* | Ignore macros that never produce any text when deciding whether | Ingo Schwarze | 2014-12-04 | 1 | -12/+23 |
* | delete five entries that were already fixed | Ingo Schwarze | 2014-12-03 | 1 | -23/+0 |
* | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze | 2014-12-02 | 2 | -6/+8 |
* | 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 |