aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross10-79/+78
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2019-12-08page: fix pdf prolog for ghostscript >= 9.27 (#296)Fazlul Shahriar2-4/+2
Ghostscript 9.27 removed GS_PDF_ProcSet and pdfdict due to a security issue (see https://security-tracker.debian.org/tracker/CVE-2019-3839). This fix was contributed by @onyxperidot (see #279). Fixes #279
2019-11-14page: fix hang for forward-only postscript filesFazlul Shahriar2-1/+7
Page was hanging because ghostscript never closes the fd from which we're reading BMP data. We close our end of the pipe so that ghostscript will close its end. Tested with ghostscript version 9.50. Fixes #124
2019-02-25page: handle EPS without showpageRuss Cox2-1/+6
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-4/+1
R=rsc http://codereview.appspot.com/6744053
2011-10-25page: check for gs failureRuss Cox1-0/+8
2010-02-04R=rscMathieu Lonjaret7-53/+138
CC=codebot http://codereview.appspot.com/193069
2009-08-20page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro3-5/+16
http://codereview.appspot.com/105097
2009-08-15page: add missing delayfreeimage callsFazlul Shahriar1-2/+14
fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
2009-08-10page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox1-0/+196
not sure how the codebot screwed that up.
2009-08-09page: add caching from Plan 9Fazlul Shahriar4-56/+16
http://codereview.appspot.com/105070
2009-05-25page: fix for newer versions of ghostscript.Kris Maglione1-3/+3
2008-12-06page: remove lingering ref to ccitt-g4Russ Cox1-2/+0
2008-12-06page: reorder cvt[] array to match enumRuss Cox2-4/+1
2008-12-01src/cmd/page/gfx.c: use C89 array initialiserAlbert Lee1-13/+13
2008-07-10lib9: add mode parameter to opentempRuss Cox4-4/+3
2008-07-09page: add canonical -W optionRuss Cox1-0/+3
2007-05-05fix troff input (Colin DeVilbiss)rsc1-2/+3
2007-04-03finish conversion to libthread; avoids extra page proc sticking around (Tim ↵rsc1-12/+12
Wiess)
2007-03-26add page (Kris Maglione)rsc14-479/+447
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc5-19/+19
2006-03-20update lucidarsc12-79/+133
2005-01-04forgot thisrsc1-0/+29
2005-01-04placeholder; does not yet buildrsc13-0/+3661