| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze | 2015-03-15 | 1 | -1/+2 |
* | Remove the first comma from constructs like ", and," and ", or,": | Ingo Schwarze | 2015-03-13 | 1 | -1/+1 |
* | release 1.13.3VERSION.1.13.3 | Ingo Schwarze | 2015-03-13 | 2 | -2/+117 |
* | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze | 2015-03-13 | 1 | -0/+1 |
* | When manpath(1) is available, enable HAVE_MANPATH even when building | Ingo Schwarze | 2015-03-11 | 1 | -3/+1 |
* | When interpreting the -O argument as a macro name fails, | Ingo Schwarze | 2015-03-11 | 2 | -2/+8 |
* | Fix previous: size_t is often narrower than off_t. | Ingo Schwarze | 2015-03-11 | 1 | -1/+1 |
* | The st_size member of struct stat is off_t, which is signed, | Ingo Schwarze | 2015-03-10 | 1 | -1/+1 |
* | We can keep track of the pager PID without additional complexity. | Ingo Schwarze | 2015-03-10 | 1 | -26/+22 |
* | Fix a regression caused in rev. 1.212, reported by kristaps@: | Ingo Schwarze | 2015-03-10 | 1 | -3/+21 |
* | update for 1.13.3 | Ingo Schwarze | 2015-03-09 | 1 | -90/+25 |
* | use \(dq rather than \*q; patch from bentley@ | Ingo Schwarze | 2015-03-09 | 1 | -22/+22 |
* | Fix vertical spacing at the beginning of tables. | Ingo Schwarze | 2015-03-06 | 3 | -9/+4 |
* | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. | Ingo Schwarze | 2015-03-06 | 1 | -3/+6 |
* | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze | 2015-03-06 | 1 | -0/+1 |
* | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze | 2015-03-06 | 1 | -2/+3 |
* | Allow compilation on Mac OS X, which doesn't have MACHINE defined. | Kristaps Dzonsons | 2015-03-06 | 2 | -3/+5 |
* | in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi; | Ingo Schwarze | 2015-03-04 | 1 | -1/+3 |
* | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze | 2015-03-03 | 2 | -0/+4 |
* | If a non-gz manual is read after a gzipped manual, refrain | Ingo Schwarze | 2015-03-02 | 1 | -0/+1 |
* | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze | 2015-02-27 | 1 | -1/+2 |
* | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze | 2015-02-27 | 2 | -11/+47 |
* | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze | 2015-02-23 | 1 | -0/+4 |
* | improve NAME section diagnostics; | Ingo Schwarze | 2015-02-23 | 5 | -39/+53 |
* | Escape quotes when expanding macro arguments. | Ingo Schwarze | 2015-02-21 | 1 | -16/+76 |
* | For selecting a two-digit font size, support the historic syntax \s12 | Ingo Schwarze | 2015-02-20 | 1 | -0/+8 |