summaryrefslogtreecommitdiffstats
path: root/out.h
Commit message (Expand)AuthorAgeFilesLines
* Finally expand and delete the macro SCALE_VS_INIT().Ingo Schwarze2022-09-111-5/+0
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-2/+4
* If a tbl(7) column contains both text cells and numeric cells,Ingo Schwarze2018-08-181-1/+2
* Delete substantial amounts of codeIngo Schwarze2018-06-251-5/+0
* Implement spacing of columns as defined in the table layout;Ingo Schwarze2017-06-271-0/+1
* fix column width calculation for text block cellsIngo Schwarze2017-06-121-1/+1
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-081-1/+3
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-1/+2
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* header cleanup:Ingo Schwarze2014-12-011-2/+4
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-141-1/+3
* The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze2014-08-121-1/+1
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-2/+2
* Remove unused function.Kristaps Dzonsons2011-07-171-1/+0
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-13/+0
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-091-17/+0
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-31/+44
* Clean up date handling,Ingo Schwarze2011-03-071-2/+0
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-1/+2
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-14/+25
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-2/+3
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-181-1/+0
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-5/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-071-0/+2
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-0/+1
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-081-3/+9
* Initial abstraction of front-end decoration events (special characters, text ...Kristaps Dzonsons2009-11-071-0/+12
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-0/+3
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ...Kristaps Dzonsons2009-10-181-1/+2
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-091-3/+6
* 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