summaryrefslogtreecommitdiffstats
path: root/main.h
Commit message (Expand)AuthorAgeFilesLines
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-1/+0
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-0/+2
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-151-2/+0
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-081-1/+1
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+0
* Major character table cleanup:Ingo Schwarze2015-10-131-13/+6
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-10/+9
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-9/+16
* When showing more than one formatted manual page, insert horizontal linesIngo Schwarze2014-12-311-0/+2
* header cleanup:Ingo Schwarze2014-12-011-3/+3
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-7/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-1/+1
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-0/+1
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Initial, incomplete support for -TmanIngo Schwarze2011-09-171-0/+2
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-201-0/+1
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-0/+1
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-1/+1
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-1/+2
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-291-1/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-1/+4
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-0/+1
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-071-1/+4
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-1/+1
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-0/+1
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+47