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