aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
* streamline termp allocation: this will allow the init functionIngo Schwarze2017-11-101-15/+6
* Shrink -Tps output by more than 50%Ingo Schwarze2017-11-021-15/+37
* Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze2017-10-291-11/+28
* more readable conversion of paper size from millimeters to PostScriptIngo Schwarze2017-10-261-3/+3
* The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze2017-10-251-3/+1
* Properly close out the top-level Font object, the end-of-pageIngo Schwarze2017-10-251-4/+4
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-5/+8
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-2/+5
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-2/+2
* Fix assertion failures caused by whitespace inside \o'' (overstrike)Ingo Schwarze2016-08-101-58/+46
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-5/+3
* 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