| Commit message (Expand) | Author | Age | Files | Lines |
* | typos; found and fixed by sobrado@ | Ingo Schwarze | 2015-09-24 | 2 | -6/+6 |
* | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze | 2015-09-21 | 4 | -10/+17 |
* | no more _subdir; Jan Stary <hans at stare dot cz> | Ingo Schwarze | 2015-09-21 | 1 | -18/+0 |
* | for portability, use (char *)NULL in execlp(3) as discussed on tech@ OpenBSD | Ingo Schwarze | 2015-09-16 | 1 | -2/+2 |
* | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | 2015-09-14 | 1 | -1/+1 |
* | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze | 2015-09-14 | 4 | -33/+1 |
* | The .Dv macro actually forces normal font. | Ingo Schwarze | 2015-09-14 | 1 | -1/+1 |
* | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze | 2015-09-04 | 2 | -2/+16 |
* | Recommend an unambiguous escape for minus signs instead of \-. | Ingo Schwarze | 2015-09-02 | 1 | -5/+5 |
* | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze | 2015-08-30 | 1 | -1/+7 |
* | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze | 2015-08-30 | 1 | -3/+2 |
* | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze | 2015-08-29 | 1 | -16/+17 |
* | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze | 2015-08-29 | 2 | -1/+11 |
* | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze | 2015-08-29 | 2 | -15/+28 |
* | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze | 2015-08-29 | 1 | -8/+18 |
* | Including <ohash.h> requires including <stdint.h> before, | Ingo Schwarze | 2015-08-29 | 1 | -0/+3 |
* | tedu@ reports tbl(7) issues in synaptics(4) | Ingo Schwarze | 2015-08-29 | 1 | -0/+14 |
* | Remove the hack of scrolling forward and backward with +G1G that | Ingo Schwarze | 2015-07-28 | 3 | -81/+96 |
* | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze | 2015-07-25 | 3 | -43/+16 |
* | implement tagging for .Er | Ingo Schwarze | 2015-07-25 | 1 | -1/+15 |
* | basic tag support for function names; written at YYC | Ingo Schwarze | 2015-07-25 | 1 | -2/+17 |
* | basic support for tag priorities; written at YYC | Ingo Schwarze | 2015-07-25 | 3 | -7/+9 |
* | When creation of the temporary tags file fails, call the pager | Ingo Schwarze | 2015-07-21 | 3 | -18/+14 |
* | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze | 2015-07-19 | 8 | -140/+46 |
* | If we aren't on a tty, clear the pager flag up front. | Ingo Schwarze | 2015-07-19 | 1 | -2/+5 |
* | Insist that manual page file name extensions must begin with a digit, | Ingo Schwarze | 2015-07-18 | 1 | -1/+1 |
* | another portability todo | Ingo Schwarze | 2015-07-18 | 1 | -0/+7 |
* | clean up the temporary file when the process dies from a signal | Ingo Schwarze | 2015-07-18 | 1 | -0/+16 |
* | 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 |