aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* import bapt's original soelim(1) sourcesbapt_150504baptIngo Schwarze2015-05-200-0/+0
* Initial revisionIngo Schwarze2015-05-204-0/+433
* Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze2015-05-071-6/+8
* mdoc_valid_post() may indirectly call roff_node_unlink() which mayIngo Schwarze2015-05-011-2/+2
* Setting the "last" member of struct roff_node was done at an extremelyIngo Schwarze2015-05-012-5/+4
* Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,Ingo Schwarze2015-05-011-2/+2
* If a block body gets broken, that's no good reason to extend theIngo Schwarze2015-04-291-2/+4
* Replace the kludge for the \z escape sequence by an actualIngo Schwarze2015-04-293-57/+39
* Do not mark a block with the MDOC_BROKEN flag if it merely containsIngo Schwarze2015-04-291-1/+3
* When the last line of a table layout turns out to be empty, it is deleted.Ingo Schwarze2015-04-291-1/+2
* Improve the error message in case somebody has configured an invalid PAGER.Ingo Schwarze2015-04-291-3/+3
* Fix the HAVE_MANPATH case, got broken in rev. 1.23.Ingo Schwarze2015-04-281-2/+2
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-238-107/+65
* Get rid of two empty wrapper functions. No functional change.Ingo Schwarze2015-04-236-25/+8
* Avoid a use after free when the target node is deleted during validation.Ingo Schwarze2015-04-211-13/+16
* Fix previous: Don't let man(1) warn twice about non-existant names.Ingo Schwarze2015-04-201-6/+10
* Avoid out-of-bounds read access before the beginning of theIngo Schwarze2015-04-201-2/+3
* More than one data field may follow T} on the same input line.Ingo Schwarze2015-04-191-2/+3
* If an explicit line break request (.br or .sp) occurs within an .HP block,Ingo Schwarze2015-04-191-1/+12
* If apropos(1) finds no match, print "nothing appropriate" to stderrIngo Schwarze2015-04-191-1/+3
* Unify trickier node handling functions.Ingo Schwarze2015-04-197-38/+38
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-1911-158/+110
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-1911-66/+66
* Unify node handling functions:Ingo Schwarze2015-04-1912-463/+332
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-1812-114/+56
* Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze2015-04-187-202/+107
* Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze2015-04-188-23/+24
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-189-88/+83
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-1826-324/+307
* look at COHERENT troffIngo Schwarze2015-04-181-2/+5
* florian want <img> tags for https://tlakh.xyz/p2k15.7.htmlIngo Schwarze2015-04-161-1/+5
* Restore the page headers and page footers that accidentally got lostIngo Schwarze2015-04-161-7/+3
* shorten "outdated mandoc.db" warning message; requested by deraadt@Ingo Schwarze2015-04-161-5/+3
* Do not mistreat empty arguments to font alternating macrosIngo Schwarze2015-04-062-3/+11
* On a new RS nesting level, the saved width starts from the defaultIngo Schwarze2015-04-061-2/+2
* Use the default width for .RS without arguments.Ingo Schwarze2015-04-061-2/+4
* If a partial explicit block extending to the next input line followsIngo Schwarze2015-04-051-4/+16
* Reduce code duplication, no functional change:Ingo Schwarze2015-04-051-51/+45
* Arguments to end macros of broken partial explicit blocksIngo Schwarze2015-04-051-10/+8
* allow using an alternate mandoc binaryIngo Schwarze2015-04-051-1/+2
* Give man(7) section and subsection headers hanging indentation.Ingo Schwarze2015-04-041-1/+13
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-046-50/+44
* Don't allow breaking the output line after hyphens following escapeIngo Schwarze2015-04-041-1/+3
* Fix a quirk with respect to empty .HP.Ingo Schwarze2015-04-041-1/+12
* Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171.Ingo Schwarze2015-04-031-119/+34
* It turns out the man(7) parser suffers from unintelligible handlingIngo Schwarze2015-04-031-2/+2
* portability: word boundaries in regular expressionsIngo Schwarze2015-04-031-1/+9
* No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze2015-04-034-11/+14
* Third step towards parser unification:Ingo Schwarze2015-04-0217-131/+125
* Second step towards parser unification:Ingo Schwarze2015-04-0223-628/+597