aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page/cache.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+3
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-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.