summaryrefslogtreecommitdiffstats
path: root/src/cmd/page/ps.c
Commit message (Collapse)AuthorAgeFilesLines
* page: fix hang for forward-only postscript filesFazlul Shahriar2019-11-141-0/+1
| | | | | | | | | | 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
* page: handle EPS without showpageRuss Cox2019-02-251-1/+2
|
* R=rscMathieu Lonjaret2010-02-041-18/+5
| | | | | CC=codebot http://codereview.appspot.com/193069
* add page (Kris Maglione)rsc2007-03-261-5/+5
|
* update lucidarsc2006-03-201-1/+2
|
* placeholder; does not yet buildrsc2005-01-041-0/+450