| Commit message (Expand) | Author | Age | Files | Lines |
* | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze | 2014-08-17 | 1 | -1/+1 |
* | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 1 | -16/+5 |
* | Some compilers apparently worry that abort() might return | Ingo Schwarze | 2014-08-14 | 1 | -1/+2 |
* | Begin cleaning up scaling units. | Kristaps Dzonsons | 2014-08-13 | 1 | -10/+20 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -4/+2 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -6/+6 |
* | Even for UTF-8 output, a non-breaking space character has the same width | Ingo Schwarze | 2014-07-27 | 1 | -1/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -25/+16 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 1 | -7/+11 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -1/+15 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -1/+1 |
* | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze | 2013-06-01 | 1 | -2/+1 |
* | Implement mdoc(7)-like output style variant for man(7) documents: | Ingo Schwarze | 2011-12-04 | 1 | -2/+11 |
* | Make the default left text margin configurable from the command line, | Ingo Schwarze | 2011-11-13 | 1 | -3/+7 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does | Kristaps Dzonsons | 2011-05-20 | 1 | -3/+15 |
* | It seems that __STDC_ISO_10646__ isn't defined even where it can be | Kristaps Dzonsons | 2011-05-19 | 1 | -0/+7 |
* | Locale support. I'm checking this in to clean up fall-out in-tree, but | Kristaps Dzonsons | 2011-05-17 | 1 | -12/+69 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -5/+19 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -4/+4 |
* | Remove unnecessary conditional... | Kristaps Dzonsons | 2011-01-25 | 1 | -2/+1 |
* | Turn on -Tascii tbl printing. The output still has some issues---I'm | Kristaps Dzonsons | 2011-01-02 | 1 | -0/+1 |
* | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 1 | -0/+1 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Pushed normalisation of scaling units into term_hspan(). | Kristaps Dzonsons | 2010-06-30 | 1 | -9/+3 |
* | Move term_hspan() calculation into the output devices, where it belongs. | Kristaps Dzonsons | 2010-06-30 | 1 | -7/+56 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -0/+1 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 1 | -0/+13 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Have the standard manpage header and footer print on every page of -Tps | Kristaps Dzonsons | 2010-06-09 | 1 | -1/+0 |
* | Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@). | Kristaps Dzonsons | 2010-06-08 | 1 | -0/+1 |
* | Broke ascii_*() functions into term_ascii.c | Kristaps Dzonsons | 2010-06-08 | 1 | -0/+128 |