aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
* remove NULL-checks before free(); from mmcc@Ingo Schwarze2015-12-231-5/+3
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-1/+3
* Major character table cleanup:Ingo Schwarze2015-10-131-9/+7
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-3/+1
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-2/+3
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-6/+6
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-8/+8
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-23/+10
* Improve overstriking. When overstriking a wider character with aIngo Schwarze2015-01-211-4/+34
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-191-1/+4
* header cleanup:Ingo Schwarze2014-12-011-3/+2
* Prevent negative arguments to the .ll request from causing integerIngo Schwarze2014-11-201-4/+6
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-7/+8
* Support overstriking by backspace in PostScript and PDF output.Ingo Schwarze2014-10-271-16/+62
* I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze2014-08-281-6/+1
* When support for bold italic font was added to the parsers and to theIngo Schwarze2014-08-241-36/+140
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-131-15/+25
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-4/+4
* code readability; no functional changeIngo Schwarze2014-07-271-8/+6
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-10/+4
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-99/+65
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-4/+9
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+17
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-051-2/+5
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-4/+3
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Fixed mingw compatibility where the "z" printf() modifier isn'tKristaps Dzonsons2011-08-161-5/+6
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-2/+3
* Move struct termp_ps into term_ps.c; remove the engine union in struct termp,Kristaps Dzonsons2011-05-151-169/+197
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-7/+10
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-7/+2
* Do not leak information about the software usedIngo Schwarze2011-03-071-3/+1
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-251-3/+2
* Merge from OpenBSD right after 1.10.6; now back to full sync.Ingo Schwarze2010-09-271-2/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-3/+4
* "sys/param.h is for kernel interface programs.Kristaps Dzonsons2010-08-261-2/+2
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-3/+4
* IMPORTANT FIX: add missing braces around alloc failure conditional inKristaps Dzonsons2010-08-061-4/+8
* Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, itJoerg Sonnenberger2010-08-011-16/+19
* Fully-working -Tpdf: xref table is now generated. This works for bothKristaps Dzonsons2010-07-251-15/+44
* Make PDF sections contiguous.Kristaps Dzonsons2010-07-251-64/+52
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-47/+227
* The "wx" value is quite small, so use a u_short instead of a size_t.Kristaps Dzonsons2010-07-211-8/+8
* Use floating-point -Tps "moveto" arguments to smooth out column and rowKristaps Dzonsons2010-07-201-5/+5
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Suppress duplicate "Page: 1 1" -Tps printing and instead relay onKristaps Dzonsons2010-07-051-6/+2
* gv(1) doesn't remember the last set font when displaying new pages, soKristaps Dzonsons2010-07-041-7/+25
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-041-19/+6