| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze | 2015-07-17 | 9 | -29/+292 |
* | Fix the "depend" target and regenerate Makefile.depend: | Ingo Schwarze | 2015-07-14 | 2 | -24/+7 |
* | headers should not contain macros | Ingo Schwarze | 2015-07-14 | 1 | -0/+4 |
* | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze | 2015-06-27 | 1 | -0/+2 |
* | delete some TODO entries that were already fixed | Ingo Schwarze | 2015-06-26 | 1 | -22/+10 |
* | nice idea for eqn(7) from CDBUG. | Ingo Schwarze | 2015-06-18 | 1 | -0/+5 |
* | two new tasks i heard about at BSDCan | Ingo Schwarze | 2015-06-10 | 1 | -0/+10 |
* | Avoid warning "defined but not used" when compiling with HAVE_MANPATH. | Ingo Schwarze | 2015-06-10 | 1 | -0/+4 |
* | Avoid warning "unused variable" when compiling without HAVE_WCHAR. | Ingo Schwarze | 2015-06-10 | 1 | -0/+2 |
* | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze | 2015-05-31 | 2 | -7/+36 |
* | This one needs config.h too, if only for __BEGIN_DECLS. | Ingo Schwarze | 2015-05-21 | 1 | -0/+1 |
* | add forgotten glue | Ingo Schwarze | 2015-05-21 | 1 | -0/+10 |
* | Link compat_reallocarray.o into soelim; needed on | Ingo Schwarze | 2015-05-21 | 1 | -2/+2 |
* | Remove clauses 3 and 4 from Christos Zoulas' BSD license. | Ingo Schwarze | 2015-05-20 | 3 | -10/+2 |
* | fix integer overflows by using reallocarray(3) | Ingo Schwarze | 2015-05-20 | 1 | -2/+3 |
* | * fix roff terminology in .Nd | Ingo Schwarze | 2015-05-20 | 1 | -3/+7 |
* | Use PATH_MAX rather than the non-standard MAXPATHLEN. | Ingo Schwarze | 2015-05-20 | 1 | -2/+2 |
* | * remove FreeBSDisms | Ingo Schwarze | 2015-05-20 | 9 | -47/+99 |
* | Initial revision | Ingo Schwarze | 2015-05-20 | 4 | -0/+433 |
* | Do not let the -m option or MANPATH with leading, trailing, or double | Ingo Schwarze | 2015-05-07 | 1 | -5/+7 |
* | mdoc_valid_post() may indirectly call roff_node_unlink() which may | Ingo Schwarze | 2015-05-01 | 1 | -1/+1 |
* | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze | 2015-05-01 | 2 | -3/+2 |
* | Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, | Ingo Schwarze | 2015-05-01 | 1 | -1/+1 |
* | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze | 2015-04-29 | 1 | -1/+3 |
* | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze | 2015-04-29 | 3 | -53/+35 |
* | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze | 2015-04-29 | 1 | -0/+2 |
* | When the last line of a table layout turns out to be empty, it is deleted. | Ingo Schwarze | 2015-04-29 | 1 | -0/+1 |
* | Improve the error message in case somebody has configured an invalid PAGER. | Ingo Schwarze | 2015-04-29 | 1 | -2/+2 |
* | Fix the HAVE_MANPATH case, got broken in rev. 1.23. | Ingo Schwarze | 2015-04-28 | 1 | -1/+1 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 8 | -100/+58 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 6 | -19/+2 |
* | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze | 2015-04-21 | 1 | -12/+15 |
* | Fix previous: Don't let man(1) warn twice about non-existant names. | Ingo Schwarze | 2015-04-20 | 1 | -5/+9 |
* | Avoid out-of-bounds read access before the beginning of the | Ingo Schwarze | 2015-04-20 | 1 | -1/+2 |
* | More than one data field may follow T} on the same input line. | Ingo Schwarze | 2015-04-19 | 1 | -1/+2 |
* | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze | 2015-04-19 | 1 | -0/+11 |
* | If apropos(1) finds no match, print "nothing appropriate" to stderr | Ingo Schwarze | 2015-04-19 | 1 | -0/+2 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 7 | -31/+31 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 11 | -148/+100 |
* | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze | 2015-04-19 | 11 | -57/+57 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 12 | -454/+323 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 12 | -102/+44 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze | 2015-04-18 | 7 | -195/+100 |
* | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze | 2015-04-18 | 8 | -15/+16 |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 9 | -80/+75 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 26 | -300/+283 |
* | look at COHERENT troff | Ingo Schwarze | 2015-04-18 | 1 | -1/+4 |
* | florian want <img> tags for https://tlakh.xyz/p2k15.7.html | Ingo Schwarze | 2015-04-16 | 1 | -0/+4 |
* | Restore the page headers and page footers that accidentally got lost | Ingo Schwarze | 2015-04-16 | 1 | -6/+2 |
* | shorten "outdated mandoc.db" warning message; requested by deraadt@ | Ingo Schwarze | 2015-04-16 | 1 | -4/+2 |