summaryrefslogtreecommitdiffstats
path: root/term_ascii.c
Commit message (Expand)AuthorAgeFilesLines
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-25/+16
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-7/+11
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+15
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+1
* Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze2013-06-011-2/+1
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-2/+11
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-3/+7
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-201-3/+15
* It seems that __STDC_ISO_10646__ isn't defined even where it can beKristaps Dzonsons2011-05-191-0/+7
* Locale support. I'm checking this in to clean up fall-out in-tree, butKristaps Dzonsons2011-05-171-12/+69
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-5/+19
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-4/+4
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-251-2/+1
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-0/+1
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-0/+1
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-301-9/+3
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-301-7/+56
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-0/+1
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-251-0/+13
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-1/+0
* Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).Kristaps Dzonsons2010-06-081-0/+1
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-0/+128