Age | Commit message (Expand) | Author |
2015-04-05 | If a partial explicit block extending to the next input line follows | Ingo Schwarze |
2015-04-05 | Reduce code duplication, no functional change: | Ingo Schwarze |
2015-04-05 | Arguments to end macros of broken partial explicit blocks | Ingo Schwarze |
2015-04-04 | Give man(7) section and subsection headers heanging indentation. | Ingo Schwarze |
2015-04-04 | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze |
2015-04-04 | Don't allow breaking the output line after hyphens following escape | Ingo Schwarze |
2015-04-04 | Fix a quirk with respect to empty .HP. | Ingo Schwarze |
2015-04-03 | Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171. | Ingo Schwarze |
2015-04-03 | It turns out the man(7) parser suffers from unintelligible handling | Ingo Schwarze |
2015-04-03 | No need to hardcode /usr/bin/ as the path to more(1); helps portability. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-04-01 | Let man(1) and apropos(1) work even when the current directory | Ingo Schwarze |
2015-03-29 | Escape punctuation characters that have a different meaning in -Tpdf. | Anthony J. Bentley |
2015-03-27 | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-27 | Parse the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-27 | refering -> referring; | Jason McIntyre |
2015-03-27 | Modernize documentation by inserting blanks between option letters | Ingo Schwarze |
2015-03-27 | various tweaks, including one from ingo; | Jason McIntyre |
2015-03-26 | Strip information that no longer applies and document new "manpath" directive. | Ingo Schwarze |
2015-03-26 | Add a new directive "manpath path" | Ingo Schwarze |
2015-03-21 | when there is no -m, no -M, no MANPATH and no /etc/man.conf, | Ingo Schwarze |
2015-03-20 | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze |
2015-03-20 | Simplify by almost halving the number of macro flags: | Ingo Schwarze |
2015-03-18 | Convert -static -> ${STATIC} to make man.cgi static PIE. | Pascal Stumpf |
2015-03-17 | Simplify: Now that rc is global anyway, no need to pass it around | Ingo Schwarze |
2015-03-17 | When the user exits the pager before the pager has drained all input | Ingo Schwarze |
2015-03-15 | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze |
2015-03-14 | Delete the separate and incomplete whatis(1) manual | Ingo Schwarze |
2015-03-13 | no need for double macro; ok schwarze | Jason McIntyre |
2015-03-13 | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze |
2015-03-11 | When interpreting the -O argument as a macro name fails, | Ingo Schwarze |
2015-03-11 | Fix previous: size_t is often narrower than off_t. | Ingo Schwarze |
2015-03-10 | The st_size member of struct stat is off_t, which is signed, | Ingo Schwarze |
2015-03-10 | We can keep track of the pager PID without additional complexity. | Ingo Schwarze |
2015-03-10 | Fix a regression caused in rev. 1.118, reported by kristaps@: | Ingo Schwarze |
2015-03-09 | Explicitly cast when assigning from char * to unsigned char * and vice versa. | Ingo Schwarze |
2015-03-09 | Fix vertical spacing at the beginning of tables. | Ingo Schwarze |
2015-03-09 | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. | Ingo Schwarze |
2015-03-09 | prevent the skipvsp flag from creeping past actual text | Ingo Schwarze |
2015-03-09 | Flush the line preceding a table before clearing the right margin, | Ingo Schwarze |
2015-03-03 | In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi. | Anthony J. Bentley |
2015-03-03 | If an eqn(7) starts on a new input line, be sure to output whitespace | Ingo Schwarze |
2015-03-02 | If a non-gz manual is read after a gzipped manual, refrain | Ingo Schwarze |
2015-02-27 | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze |
2015-02-27 | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze |
2015-02-23 | oops, in NAME, don't nag about the comma after .Nm | Ingo Schwarze |
2015-02-23 | improve NAME section diagnostics; | Ingo Schwarze |
2015-02-21 | Escape quotes when expanding macro arguments. | Ingo Schwarze |