summaryrefslogtreecommitdiffstats
path: root/src/cmd/page/cache.c
Commit message (Collapse)AuthorAgeFilesLines
* page: fix hang for forward-only postscript filesFazlul Shahriar2019-11-141-1/+6
| | | | | | | | | | 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
* R=rscMathieu Lonjaret2010-02-041-1/+18
| | | | | CC=codebot http://codereview.appspot.com/193069
* page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox2009-08-101-0/+196
not sure how the codebot screwed that up.