aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Recommend an unambiguous escape for minus signs instead of \-.Ingo Schwarze2015-09-021-7/+7
* Drop leading, internal, and trailing blank characters in \o (overstrike)Ingo Schwarze2015-08-301-2/+8
* If an .Fo macro lacks its mandatory argument, don't die on an assertion.Ingo Schwarze2015-08-301-4/+3
* If we have to reparse the text line because we spring an input line trap,Ingo Schwarze2015-08-291-17/+18
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-292-3/+13
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-292-18/+31
* Minimal implementation of the read-only number register \n(.$Ingo Schwarze2015-08-291-9/+19
* Including <ohash.h> requires including <stdint.h> before,Ingo Schwarze2015-08-291-1/+4
* tedu@ reports tbl(7) issues in synaptics(4)Ingo Schwarze2015-08-291-1/+15
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-283-84/+99
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-253-46/+19
* implement tagging for .ErIngo Schwarze2015-07-251-2/+16
* basic tag support for function names; written at YYCIngo Schwarze2015-07-251-3/+18
* basic support for tag priorities; written at YYCIngo Schwarze2015-07-253-10/+12
* When creation of the temporary tags file fails, call the pagerIngo Schwarze2015-07-213-21/+17
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-198-148/+54
* If we aren't on a tty, clear the pager flag up front.Ingo Schwarze2015-07-191-3/+6
* Insist that manual page file name extensions must begin with a digit,Ingo Schwarze2015-07-181-2/+2
* another portability todoIngo Schwarze2015-07-181-1/+8
* clean up the temporary file when the process dies from a signalIngo Schwarze2015-07-181-1/+17
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-179-36/+299
* Fix the "depend" target and regenerate Makefile.depend:Ingo Schwarze2015-07-142-25/+8
* headers should not contain macrosIngo Schwarze2015-07-141-1/+5
* Ignore blank characters at the beginning of a conditional block,Ingo Schwarze2015-06-271-1/+3
* delete some TODO entries that were already fixedIngo Schwarze2015-06-261-23/+11
* nice idea for eqn(7) from CDBUG.Ingo Schwarze2015-06-181-1/+6
* two new tasks i heard about at BSDCanIngo Schwarze2015-06-101-1/+11
* Avoid warning "defined but not used" when compiling with HAVE_MANPATH.Ingo Schwarze2015-06-101-1/+5
* Avoid warning "unused variable" when compiling without HAVE_WCHAR.Ingo Schwarze2015-06-101-1/+3
* Implement the roff(7) `r' (register exists) conditional.Ingo Schwarze2015-05-312-10/+39
* This one needs config.h too, if only for __BEGIN_DECLS.Ingo Schwarze2015-05-211-1/+2
* add forgotten glueIngo Schwarze2015-05-211-1/+11
* Link compat_reallocarray.o into soelim; needed onIngo Schwarze2015-05-211-3/+3
* Remove clauses 3 and 4 from Christos Zoulas' BSD license.Ingo Schwarze2015-05-203-13/+5
* fix integer overflows by using reallocarray(3)Ingo Schwarze2015-05-201-3/+4
* * fix roff terminology in .NdIngo Schwarze2015-05-201-4/+8
* Use PATH_MAX rather than the non-standard MAXPATHLEN.Ingo Schwarze2015-05-201-3/+3
* * remove FreeBSDismsIngo Schwarze2015-05-209-50/+102
* 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