Age | Commit message (Expand) | Author |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-21 | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze |
2015-04-20 | Fix previous: Don't let man(1) warn twice about non-existant names. | Ingo Schwarze |
2015-04-20 | Avoid out-of-bounds read access before the beginning of the | Ingo Schwarze |
2015-04-19 | More than one data field may follow T} on the same input line. | Ingo Schwarze |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-19 | If apropos(1) finds no match, print "nothing appropriate" to stderr | Ingo Schwarze |
2015-04-19 | Unify trickier node handling functions. | Ingo Schwarze |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze |
2015-04-18 | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze |
2015-04-18 | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-16 | Restore the page headers and page footers that accidentally got lost | Ingo Schwarze |
2015-04-16 | shorten "outdated mandoc.db" warning message; requested by deraadt@ | Ingo Schwarze |
2015-04-06 | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze |
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze |
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 |