| Commit message (Expand) | Author | Age | Files | Lines |
* | remove NULL-checks before free(); from mmcc@ | Ingo Schwarze | 2015-12-23 | 1 | -4/+2 |
* | Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. | Ingo Schwarze | 2015-11-07 | 1 | -0/+2 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -8/+6 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -2/+0 |
* | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 1 | -1/+2 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -5/+5 |
* | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze | 2015-04-04 | 1 | -7/+7 |
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -22/+9 |
* | Improve overstriking. When overstriking a wider character with a | Ingo Schwarze | 2015-01-21 | 1 | -3/+33 |
* | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze | 2014-12-19 | 1 | -0/+3 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+1 |
* | Prevent negative arguments to the .ll request from causing integer | Ingo Schwarze | 2014-11-20 | 1 | -3/+5 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -6/+7 |
* | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze | 2014-10-27 | 1 | -15/+61 |
* | I just noticed that -Tps writes "%%CreationDate:" headers. | Ingo Schwarze | 2014-08-28 | 1 | -5/+0 |
* | When support for bold italic font was added to the parsers and to the | Ingo Schwarze | 2014-08-24 | 1 | -35/+139 |
* | Begin cleaning up scaling units. | Kristaps Dzonsons | 2014-08-13 | 1 | -14/+24 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -3/+3 |
* | code readability; no functional change | Ingo Schwarze | 2014-07-27 | 1 | -7/+5 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -9/+3 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -98/+64 |
* | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze | 2014-03-30 | 1 | -3/+8 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -1/+16 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Tag functions with format strings as arguments as printf-like. | Joerg Sonnenberger | 2014-01-05 | 1 | -1/+4 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 1 | -3/+2 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fixed mingw compatibility where the "z" printf() modifier isn't | Kristaps Dzonsons | 2011-08-16 | 1 | -4/+5 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+2 |
* | Move struct termp_ps into term_ps.c; remove the engine union in struct termp, | Kristaps Dzonsons | 2011-05-15 | 1 | -168/+196 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -6/+9 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -6/+1 |
* | Do not leak information about the software used | Ingo Schwarze | 2011-03-07 | 1 | -2/+0 |
* | Remove unnecessary conditional... | Kristaps Dzonsons | 2011-01-25 | 1 | -2/+1 |
* | Merge from OpenBSD right after 1.10.6; now back to full sync. | Ingo Schwarze | 2010-09-27 | 1 | -1/+1 |
* | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 1 | -2/+3 |
* | "sys/param.h is for kernel interface programs. | Kristaps Dzonsons | 2010-08-26 | 1 | -1/+1 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -2/+3 |
* | IMPORTANT FIX: add missing braces around alloc failure conditional in | Kristaps Dzonsons | 2010-08-06 | 1 | -3/+7 |
* | Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it | Joerg Sonnenberger | 2010-08-01 | 1 | -15/+18 |
* | Fully-working -Tpdf: xref table is now generated. This works for both | Kristaps Dzonsons | 2010-07-25 | 1 | -14/+43 |
* | Make PDF sections contiguous. | Kristaps Dzonsons | 2010-07-25 | 1 | -63/+51 |
* | Initial PDF shim over PS. This produces working PDF output with -Tpdf. | Kristaps Dzonsons | 2010-07-25 | 1 | -46/+226 |
* | The "wx" value is quite small, so use a u_short instead of a size_t. | Kristaps Dzonsons | 2010-07-21 | 1 | -7/+7 |
* | Use floating-point -Tps "moveto" arguments to smooth out column and row | Kristaps Dzonsons | 2010-07-20 | 1 | -4/+4 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Suppress duplicate "Page: 1 1" -Tps printing and instead relay on | Kristaps Dzonsons | 2010-07-05 | 1 | -5/+1 |
* | gv(1) doesn't remember the last set font when displaying new pages, so | Kristaps Dzonsons | 2010-07-04 | 1 | -6/+24 |
* | Set line-height to be 1.4em. Removed check for minimum margins that are no | Kristaps Dzonsons | 2010-07-04 | 1 | -18/+5 |