Age | Commit message (Expand) | Author |
2015-07-21 | When creation of the temporary tags file fails, call the pager | Ingo Schwarze |
2015-07-19 | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze |
2015-07-19 | If we aren't on a tty, clear the pager flag up front. | Ingo Schwarze |
2015-07-18 | Insist that manual page file name extensions must begin with a digit, | Ingo Schwarze |
2015-07-18 | clean up the temporary file when the process dies from a signal | Ingo Schwarze |
2015-07-17 | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze |
2015-06-27 | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-05-07 | Do not let the -m option or MANPATH with leading, trailing, or double | Ingo Schwarze |
2015-05-01 | mdoc_valid_post() may indirectly call roff_node_unlink() which may | Ingo Schwarze |
2015-05-01 | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze |
2015-05-01 | Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, | Ingo Schwarze |
2015-04-29 | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-04-29 | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze |
2015-04-29 | When the last line of a table layout turns out to be empty, it is deleted. | Ingo Schwarze |
2015-04-29 | Improve the error message in case somebody has configured an invalid PAGER. | Ingo Schwarze |
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 |