| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 12 | -102/+44 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze | 2015-04-18 | 7 | -195/+100 |
* | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze | 2015-04-18 | 8 | -15/+16 |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 9 | -80/+75 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 26 | -300/+283 |
* | look at COHERENT troff | Ingo Schwarze | 2015-04-18 | 1 | -1/+4 |
* | florian want <img> tags for https://tlakh.xyz/p2k15.7.html | Ingo Schwarze | 2015-04-16 | 1 | -0/+4 |
* | Restore the page headers and page footers that accidentally got lost | Ingo Schwarze | 2015-04-16 | 1 | -6/+2 |
* | shorten "outdated mandoc.db" warning message; requested by deraadt@ | Ingo Schwarze | 2015-04-16 | 1 | -4/+2 |
* | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze | 2015-04-06 | 2 | -1/+9 |
* | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze | 2015-04-06 | 1 | -1/+1 |
* | Use the default width for .RS without arguments. | Ingo Schwarze | 2015-04-06 | 1 | -1/+3 |
* | If a partial explicit block extending to the next input line follows | Ingo Schwarze | 2015-04-05 | 1 | -3/+15 |
* | Reduce code duplication, no functional change: | Ingo Schwarze | 2015-04-05 | 1 | -50/+44 |
* | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze | 2015-04-05 | 1 | -9/+7 |
* | allow using an alternate mandoc binary | Ingo Schwarze | 2015-04-05 | 1 | -1/+2 |
* | Give man(7) section and subsection headers hanging indentation. | Ingo Schwarze | 2015-04-04 | 1 | -0/+12 |
* | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze | 2015-04-04 | 6 | -44/+38 |
* | Don't allow breaking the output line after hyphens following escape | Ingo Schwarze | 2015-04-04 | 1 | -0/+2 |
* | Fix a quirk with respect to empty .HP. | Ingo Schwarze | 2015-04-04 | 1 | -0/+11 |
* | Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171. | Ingo Schwarze | 2015-04-03 | 1 | -118/+33 |
* | It turns out the man(7) parser suffers from unintelligible handling | Ingo Schwarze | 2015-04-03 | 1 | -1/+1 |
* | portability: word boundaries in regular expressions | Ingo Schwarze | 2015-04-03 | 1 | -0/+8 |
* | No need to hardcode /usr/bin/ as the path to more(1); helps portability. | Ingo Schwarze | 2015-04-03 | 4 | -4/+7 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 17 | -117/+111 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 23 | -608/+577 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 28 | -549/+597 |
* | Let man(1) and apropos(1) work even when the current directory | Ingo Schwarze | 2015-04-01 | 1 | -35/+33 |
* | Escape punctuation characters that have a different meaning in -Tpdf. | Ingo Schwarze | 2015-03-30 | 4 | -50/+46 |
* | refering -> referring; patch from jmc@ | Ingo Schwarze | 2015-03-27 | 1 | -1/+1 |
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 7 | -121/+91 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 12 | -132/+212 |
* | Modernize documentation by inserting blanks between option letters | Ingo Schwarze | 2015-03-27 | 2 | -59/+56 |
* | various tweaks from jmc@ | Ingo Schwarze | 2015-03-27 | 1 | -24/+17 |
* | oops, forgot to apply the actual patch... | Ingo Schwarze | 2015-03-27 | 1 | -0/+22 |
* | Document that certain stand-alone accents need escaping in rare cases to | Ingo Schwarze | 2015-03-27 | 1 | -1/+1 |
* | Add man.conf(5). After adding some additional functionality, | Ingo Schwarze | 2015-03-27 | 4 | -0/+130 |
* | Add a new directive "manpath path" | Ingo Schwarze | 2015-03-26 | 1 | -26/+42 |
* | make MANPATH_DEFAULT compile-time configurable | Ingo Schwarze | 2015-03-22 | 3 | -1/+9 |
* | when there is no -m, no -M, no MANPATH and no /etc/man.conf, | Ingo Schwarze | 2015-03-21 | 1 | -1/+5 |
* | vasprintf(3) needs _GNU_SOURCE on Linux; | Ingo Schwarze | 2015-03-20 | 1 | -0/+4 |
* | Patch from Christian Neukirchen <chneukirchen at gmail dot com>: | Ingo Schwarze | 2015-03-20 | 1 | -2/+6 |
* | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze | 2015-03-20 | 1 | -1/+1 |
* | Simplify by almost halving the number of macro flags: | Ingo Schwarze | 2015-03-20 | 2 | -23/+22 |
* | Compat glue needed for Solaris 9 and 10. | Ingo Schwarze | 2015-03-19 | 10 | -1/+247 |
* | We always use FTS_NOCHDIR, so delete the directory changing code. | Ingo Schwarze | 2015-03-18 | 2 | -170/+15 |
* | Pass the CC set in configure.local to Makefile.local. | Ingo Schwarze | 2015-03-18 | 1 | -0/+1 |
* | Simplify: Now that rc is global anyway, no need to pass it around | Ingo Schwarze | 2015-03-17 | 1 | -26/+19 |
* | When the user exits the pager before the pager has drained all input | Ingo Schwarze | 2015-03-17 | 2 | -1/+14 |
* | naddy@ found a tough problem - fittingly, in cobfusc(1)... | Ingo Schwarze | 2015-03-16 | 1 | -0/+13 |