aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page/cache.c
AgeCommit message (Collapse)AuthorFilesLines
2019-11-14page: fix hang for forward-only postscript filesFazlul Shahriar1-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
2010-02-04R=rscMathieu Lonjaret1-1/+18
CC=codebot http://codereview.appspot.com/193069
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.