aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/out.h
Commit message (Expand)AuthorAgeFilesLines
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-4/+1
* header cleanup:Ingo Schwarze2014-12-011-3/+5
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-5/+1
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-141-2/+4
* The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze2014-08-121-2/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-3/+3
* Remove unused function.Kristaps Dzonsons2011-07-171-2/+1
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-14/+1
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-091-18/+1
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-32/+45
* Clean up date handling,Ingo Schwarze2011-03-071-3/+1
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-2/+3
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-15/+26
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-3/+4
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-181-2/+1
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-6/+3
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-071-1/+3
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-1/+2
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-081-4/+10
* Initial abstraction of front-end decoration events (special characters, text ...Kristaps Dzonsons2009-11-071-1/+13
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-1/+4
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ...Kristaps Dzonsons2009-10-181-2/+3
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-091-4/+7
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-0/+54
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-28/+0
* Tentative addition of front-end utility functions (out.h) (not sure if it's n...Kristaps Dzonsons2009-09-211-0/+28